254 8 Programming: Cycles
8.3 Cycles for Drilling, Tapping and Thread Milling
7 L X+10 Y+10 R0 F MAX M3
Approach hole 1, spindle ON
8 CYCL CALL
Call the cycle
9 L Y+90 R0 F MAX M99
Approach hole 2, call cycle
10 L X+90 R0 F MAX M99
Approach hole 3, call cycle
11 L Y+10 R0 F MAX M99
Approach hole 4, call cycle
12 L Z+250 R0 F MAX M2
Retract in the tool axis, end program
13 END PGM C200 MM