
2. Least Command Increments
2.2 Input Command Increment Tenfold
5
2.2 Input Command Increment Tenfold
Function and purpose
The program's command increment can be multiplied by an arbitrary scale with the parameter
designation.
This function is valid when a decimal point is not used for the command increment.
The scale is set with the parameters.
Detailed description
(1) When running a machining program already created with a 10µm input command increment
with a CNC unit for which the command increment is set to 1µm and this function's parameter
value is set to "10", machining similar to before this function is possible.
(2) When running a machining program already created with a 1µm input command increment
with a CNC unit for which the command increment is set to 0.1µm and this function's
parameter value is set to "10", machining similar to before this function is possible.
(3) This function cannot be used for the dwell function G04_X_(P_);.
(4) This function cannot be used for the compensation amount of the tool compensation input.
(5) This function can be used when decimal point type I is valid, but cannot be used when decimal
point type II is valid.
"UNIT*10" parameter
Program example
(Machining program:
programmed with 1=10µm)
(CNC unit is 1=1µm system)
10 1
X
Y
X
Y
N1 G90 G00 X0 Y0;
0
0
0
0
N2 G91 X-10000 Y-15000;
-100.000
-150.000
-10.000
-15.000
N3 G01 X-10000 Y-5000 F500;
-200.000
-200.000
-20.000
-20.000
N4 G03 X-10000 Y-10000 J-10000;
-300.000
-300.000
-30.000
-30.000
N5 X10000 Y-10000 R5000;
-200.000
-400.000
-20.000
-40.000
N6 G01 X20.000 Y.20.000
-180.000 -380.000
0.000 -20.000
N1
N2
N3
N4
N5
R
-400
-300
-200
-100
W
-100
-200
-300
N6
UNIT*10 ON
N1
N2
N3
N4
N5
R
-40
-30
-20
-10
W
-10
-20
-30
N6
UNIT*10 OFF