Siemens SINUMERIK 840D sl Programming Manual page 410

Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Supplementary commands
14.7 Acceleration behavior
Examples
Example 1: Correction of the dynamics limits for a following axis (AX4)
Program code
...
VELOLIMA[AX4]=75
ACCLIMA[AX4]=50
JERKLIMA[AX4]=50
...
Example 2: Electronic gear
Axis 4 is coupled to axis X via an "electronic gear" coupling. The acceleration capacity of the
following axis is limited to 70% of the maximum acceleration. The maximum permissible
velocity is limited to 50% of the maximum velocity. Once the coupling has been activated
successfully, the maximum permissible velocity is restored to 100%.
Program code
...
N120 ACCLIMA[AX4]=70
N130 VELOLIMA[AX4]=50
...
N150 EGON(AX4,"FINE",X,1,2)
...
N200 VELOLIMA[AX4]=100
...
Example 3: Influencing master value coupling by static synchronized action
Axis 4 is coupled to X by master value coupling. The acceleration response is limited to
position 80% by static synchronized action 2 from position 100.
Program code
...
N120 IDS=2 WHENEVER $AA_IM[AX4] > 100 DO ACCLIMA[AX4]=80
N130 LEADON(AX4, X, 2)
...
410
Comment
; Limits correction to 75% of the maximum axial velocity
stored in the machine data
; Limits correction to 50% of the maximum axial
acceleration stored in the machine data
; Limits correction to 50% of the maximum axial jerk stored
in the machine data
Comment
; Reduced maximum acceleration
; Reduced maximum velocity
; Activation of the EG coupling
; Full maximum velocity
Programming Manual, 09/2011, 6FC5398-1BP40-2BA0
Comment
; Synchronized action
; Master value coupling on
Fundamentals

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents