Programming instructions

ADT-CNC4620 Programming Manual
- 39 -
X206.0 Z20.0 (repeat G90 once)
3) If the fixed cycle instruction is in the same block as M, S and T instructions, the cycle
instruction can be executed at the same time with M, S and T instructions. However, if
the fixed cycle is canceled (due to instruction G00, G01) after instruction M, S, T as in
the example below, the fixed cycle instruction must be re-specified.
(For example)
N003 T0101;
N010 G90 X20.0 Z10.0 F2000;
N011 G00 T0202;
N012 G90 X20.5 Z10.0;
3.6. Multi-cycle instructions
G code Function Format
G70 Finishing cycle G70 G70 P(ns) Q(nf);
G71
Axial roughing cycle
G71
G71 U(Δd) R(e) F S T ;
G71 P(ns) Q(nf) U(Δu) W(Δw);
G72
Radial roughing cycle
G72
G72 W(Δd) R(e) F_ S T ;
G72 P(ns) Q(nf) U(Δu) W(Δw);
G73
Closed cutting cycle
G73
G73 U(Δi) W (Δk) R (d) F_ S_ T_ ;G73 P(ns)
Q(nf)
U(Δu) W(Δw) ;
G74
Axial grooving
multi-cycle G74
G74 R(e )
;
G74 X(U)_ Z(W)_ P(Δi)Q(Δk)
R (Δd) F_ ;
G75
Radial grooving
multi-cycle G75
G75 R(e ) ;
G75 X(U)_ Z(W)_ P(Δi) Q(Δk)
R(Δd) F_ ;
G76
Multi-thread cutting
cycle G76
G76 P(m)(r)(a) Q( dmin ) R(d);
G76 X(U)_ Z(W)_ R(i) P(k) Q( d )
F(I) ;