Programming and Operating Manual (Milling)
74
6FC5398-4DP10-0BA1, 01/2014
Programming example: Definition of center point and end point
N5 G90 X30 Y40
; Starting point circle for N10
N10 G2 X50 Y40 I10 J-7
; End point and center point
Note
Center point values refer to the circle starting point!
Programming example: End point and radius specification
N5 G90 X30 Y40
; Starting point circle for N10
N10 G2 X50 Y40 CR=12.207
; End point and radius
Note
With a negative leading sign for the value with CR=-..., a circular segment larger than a semi-circle is selected.