Programming manual
120
CNC 8070
6.
TOOL PATH CONTROL
Linear interpolation (G01)
(SOFT V02.0X)
94
N130 G92 X0 Y0 (Preset new part zero)
N140 G01 Z-5
N150 G91 X30 (Machining of profile 2)
N160 X20 Y20
N170 X-20 Y20
N180 X-30
N190 Y-40 (End of profile 2)
N200 G90 Z10
N210 G92 X20 Y45 (Restore previous part zero)
N220 G30 I-10 J-60 (Polar origin preset)
N230 G00 R30 Q60 F350 S1200 (Approach to profile 3)
N240 G01 Z-5
N250 Q120 (Machining of profile 3)
N260 Q180
N270 Q240
N280 Q300
N290 Q360
N300 Q60 (End of profile 3)
N310 Z10
N320 G00 X0 Y0
N330 M30