Examples
4.3 Acceleration and jerk
Basic logic functions: Acceleration (B2)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
57
4.3 Acceleration and jerk
Key statement
In the following example a short part program is used to illustrate the velocity and
acceleration characteristic for the X-axis. It also shows the connection between specific
velocity and acceleration-related machine data and the contour sections they influence.
Part program
N90 F5000 SOFT G64
; Continuous-path mode, acceleration with jerk limitation
N100 G0 X0 Y0 Z0
; Rapid traverse
N110 G1 X10
;Straight line
N120 G3 CR=5 X15 Y5
; Circular arc, radius 5 mm, block transition: tangential
N130 G3 CR=10 X5 Y15
; Circular arc, radius 10 mm, block transition: tangential
N140 G1 X-5 Y17.679
; straight, 15
o
bend
N200 M30
\
[
1
1
1
1
Figure 4-3 Part program contour