Programming manual.
CNC 8070
8.
PATH CONTROL.
Linear interpolation (G01).
·142·
(REF: 1709)
Programming example (M model).
Cartesian and Polar coordinates.
N10 T1 D1
N20 M06
N30 G71 G90 F450 S1500 M03 (Initial conditions)
N40 G00 G90 X-40 Y15 Z10 (Approaching profile 1)
N50 G01 Z-5
N60 X-40 Y30 (Machining of profile 1)
N70 X-65 Y45
N80 X-90
N90 Y15
N100 X-40 (End of profile 1)
N110 Z10
N120 G00 X20 Y45 F300 S1200 (Approaching profile 2)
N130 G92 X0 Y0 (Preselect 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 (Recuperate part zero)
N220 G30 I-10 J-60 (Preselect polar origin)
N230 G00 R30 Q60 F350 S1200 (Approaching 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