Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA1, 01/2014
75
Programming example: Definition of end point and aperture angle
N5 G90 X30 Y40
; Starting point circle for N10
N10 G2 X50 Y40 AR=105
; End point and aperture angle
Programming example: Definition of center point and aperture angle
N5 G90 X30 Y40
; Starting point circle for N10
N10 G2 I10 J-7 AR=105
; Center point and aperture angle
Note
Center point values refer to the circle starting point!