
B-63330EN/03 3.INPUTTING AND OUTPUTTING PARAMETERS USING EXTERNAL INPUT/OUTPUT DEVICES
- 25 -
- Real spindle type format
N ***** S * P ****** S * P ****** . . . . ;
N ***** S * M ****** S * M ****** . . . . ;
N ***** S * I ****** S * I ****** . . . . ;
The numeric value following N represents the parameter number.
The numeric value following S represents the controlled axis number
(1 or above).
The numeric value following P, M, or I represents the value (real) of
the parameter.
; is an end of block character (LF for ISO code and CR for EIA code).
Example
N05898S1P30.0S2P30.0S3P0.0S4P0.0;
Parameter number 5898
Parameter values
First spindle: 30.0
Second spindle: 30.0
Third spindle: 0.0
Fourth spindle: 0.0
- Beginning and end of a record
A record of parameters begins with "%" and ends with "%."
Example
%; ................................ Beginning of a record
N00000P00001100;
N00002P00000000;
:
N09162P00000000;
N09163P00000000;
% ................................End of the record
When parameters and pitch error compensation data are collected into
a single file, the file begins and ends with "%."