Examples
Example 1: Milling


1
1


<
;
Program code Comment
N10 G90 S400 M3 ; Absolute dimension input, spindle clockwise
N20 G0 X30 Y20 Z2 ; Approach the starting position
N30 G1 Z-5 F1000 ; Tool infeed
N40 X80 Y65 ; Traversing along a straight line
N50 G0 Z2
N60 G0 X-20 Y100 Z100 M30 ; Retract tool, end of program
Fundamentals
2.9 Motion commands
NC programming
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0 179