G80 Cancelling Canned Cycle
Format
G80
Description
When command G80 is executed, all commands by hole machining, including R point and Z point, will be canceled, calling interpolation mode is effective before canned cycle mode is called again, and command M05 will be executed automatically. If G00/G01 is defined before G80 program block, then, command M05will not be executed.
Programming Example
Example for not executing command M05
G81 X10 Y10 Z-20 R-5 F100
G00 X10 Y10
G80
Example for not executing command M05
G81 X10 Y10 Z-20 R-5 F100
G00
G80 X10 Y10
CAUTION:
- When canned cycle mode is canceled, you can also use G command (G00~G03) in interpolation mode. The effects of canceling canned cycle and using G80 are the same.
- If the command for axis movement is set in the same program block with G80, execute command G80first and then execute the command for axis movement.