Programming
8.3 Axis movements
8-155
SINUMERIK 802D sl Operation and Programming Nibbling (BP-N), 06/2006 Edition
6FC5 398-3CP10-0BA0
Programming example: Definition of end point and aperture angle
30
X
Y
End point
(Center point ?)
Starting point
50
105
0
40
Fig. 8-21 Example for end point and aperture angle specification
N5 G90 X30 Y40 ; Circle starting point for N10
N10 G2 X50 Y40 AR=105 ; End point and aperture angle
Programming example: Definition of center point and aperture angle
30
X
Y
(End point ?)
Starting point
40
105
0
J
I
33
40
Center point
Fig. 8-22 Example for center point and aperture angle specification
N5 G90 X30 Y40 ; Circle starting point for N10
N10 G2 I10 J-7 AR=105 ; Center point and aperture angle
Note: Center point values refer to the circle starting point!