Program code Comment
N10 SPOS=0 ; Spindle in position control.
N20 G90 G0 X-20 Y0 Z2 T1 ; Absolute dimensions, feed in tool T1 in rapid tra-
verse.
N30 G1 Z-5 F500 ; Lower tool with the feedrate.
N40 C=ACP(270) ; Table turns clockwise to 270 degrees (positive),
the tool mills a circular groove.
N50 G0 Z2 M30 ; Retraction, end of program.
2.8.4.5 Metric/inch dimension system (G70/G71, G700/G710)
Using the commands of G group 13 (inch/metric system of units) within a part program, you can
switch over between the metric and inch system of units.
Activation
In order that commands G700 and G710 are available, the extended system of units
functionality must be switched on (MD10260 $MN_CONVERT_SCALING_SYSTEM = 1).
Syntax
G70
G71
G700
G710
Fundamentals
2.8 Geometry settings
NC programming
158 Programming Manual, 12/2019, 6FC5398-2EP40-0BA0