Path Action
5.4 Acceleration behavior
Fundamentals
5-18 Programming Manual, 10.2004 Edition, 6FC5 298-7AB00-0BP1
Parameters
VELOLIMA[Ax], Change to limit for maximum velocity for following axis
ACCLIMA[Ax], Change to limit for maximum acceleration for following axis
JERKLIMA[Ax], Change to limit for maximum jerk for following axis
Note
JERLIMA[ax] is not available for all types of connection. Details about the function are
described in:
References: Functional description/FB3/, M3, Coupled axes and ESR,/FB2/, S3,
synchronized spindles.
Example of electronic gear
Axis 4 is coupled to axis X via an electronic gear coupling. The acceleration capability of the
following axis is limited to 70% of maximum acceleration. The maximum permissible velocity
is limited to 50% of maximum velocity. After successful activation of the coupling, the
maximum permissible velocity is set to 100% again.
N120 ACCLIMA[AX4]=70 ;Reduced maximum acceleration
N130 VELOLIMA[AX4]=50 ;Reduced maximum velocity
...
N150 EGON(AX4, "FINE", X, 1, 2) ;Activation of the EG coupling
...
N200 VELOLIMA[AX4]=100 ;Full maximum velocity
Example of influencing master value coupling by static synchronized action
Axis 4 is coupled to X by master value coupling. The acceleration response is limited to 80%
by static synchronized action 2 from position 100.
N120 IDS=2 WHENEVER $AA_IM[AX4] > 100
DO ACCLIMA[AX4]=80
;Synchronized action
N130 LEADON(AX4, X, 2) ;Master value coupling on