|
|
|
1. AXIS CONTROL
B-64693EN-1/01
- 10 - NOTE 1 This function is a basic function. 2 This function is enabled to the axis address command (X,Y,Z, etc). It is invalid to the I, J, K, R command of circular interpolation etc. 3 This function doesn't relate to the detection unit.
Explanation - Normal (When bit 0 (HPC) of parameter No.10478 is set to 0) Conventionally, the axis address command of program has been rounded off a digit that was one digit smaller than the least incremental system. When the command below least incremental system is described, it is became command of least incremental system.
Example) In case that input unit is metric, and increment system is 1 µ m (IS-B) Program command X10.0004 -> X10.000 X10.0005 -> X10.001 X10.00043 -> X10.000 X10.00056 -> X10.001
- High precision program command(When bit 0 (HPC) of parameter No.10478 is set to 1) In the program command to the axis address with decimal point, the value that is one digit smaller than incremental system is enabled to command and analysis. A digit that is 2 digits smaller than the least increment is system rounded off. It is inputted the command in the unit to a digit that is 1 digit smaller than the least increment system. This function is enabled for each program command of MEM / MDI / RMT mode.
Example) In case that input unit is metric, and increment system is 1 µ m (IS-B) Program command X10.0004 -> X10.0004 X10.0005 -> X10.0005 X10.00043 -> X10.0004 X10.00056 -> X10.0006
NOTE When the bit 7 (IPR) of parameter No.1004 set to 1 (the least input increment is 10 times greater than the least command increment) and a number with no decimal point is specified, this function is disabled. The axis command value below incremental system is effective.
- Program example Program command) Conventionally command High precision program command (Z-axis : 3 digits after the decimal point) (Z-axis : 4 digits after the decimal point)
G90 G01 ;
:
N10 X10.000 Z1.000 ; N20 X10.002 Z1.000 ; N20 X10.004 Z1.001 ;
:
G90 G01 ;
:
N10 X10.000 Z1.0000 ; N20 X10.002 Z1.0005 ; N30 X10.004 Z1.0010 ;
:
|