
B–63172EN/01
12. FUNCTIONS TO SIMPLIFY
PROGRAMMING
NC FUNCTION
73
G80 cancels canned cycles.
G80 ;
All canned cycles are canceled to perform normal operation. Point R and
point Z are cleared. This means that R = 0 and Z = 0 in incremental mode.
Other drilling data is also canceled (cleared).
M3 S100 ; Cause the spindle to start rotating.
G90 G88 X300. Z–150. R–120. F120. ;
Position, drill hole 1, then return to point R.
X1000. ; Position, drill hole 2, then return to point R.
G80 G28 G91 X0 Z0 :Return to the reference position return, canned
cycle cancel
M5 ; Cause the spindle to stop rotating.
12.1.1
Canned Cycle Cancel
(G80)
Format
Explanations
Examples