Programming instructions
NC Programming 17VRS Motion Blocks
4-35
DOK-MTC200-NC**PRO*V17-ANW1-EN-P
NC-program using G65:
G00 G54 G90 G06 G08 X0 Y0 Z10 Motion commands, interpolation
conditions
G01 X40 Y50 F2000 [P1] 1st tapping position
BSR .GEBO Branch to tapping subroutine
X55 Y80 [P2] 2nd tapping position
BSR .GEBO Branch to tapping subroutine
X75 [P3] 3rd tapping position
BSR .GEBO Branch to tapping subroutine
X90 Y50 [P4] 4th tapping position
BSR .GEBO Branch to tapping subroutine
M05 Spindle OFF
G00 X0 Y0 Return to starting point
RET Return to program beginning
.GEBO Tapping subroutine
M05 Spindle STOP
G65 F2 Activate tapping
S500 M03 Spindle speed and direction of
rotation
Z-7.5 Tap to depth Z
Z10 S400 M04 Back out tap
G94 Cancel G65
RTS Return from subroutine