
B-63950EN/02 3.INPUTTING AND OUTPUTTING PARAMETERS THROUGH THE READER/PUNCHER INTERFACE
- 19 -
3.3.17 Real Number Spindle Format
N ***** Q1 S ** P ****** S ** P ******
・ ・ ・
;
N ***** Q1 S ** M ****** S ** M ******
・ ・ ・
;
N ***** Q1 S ** I ****** S ** I ******
・ ・ ・
;
A numeric value after N represents a parameter number.
Q1 indicates that the data is parameter data.
A numeric value after S represents a spindle number (1 and up).
A numeric value after each of P, M, and I represents the value (real
number) of a parameter for each spindle.
A semicolon (;) marks the end of a block. (LF is used for the ISO
code, and CR is used for the EIA code.)
Example
N05898Q1S1P30.0S2P30.0S3P0.0S4P0.0;
Parameter No. 5898
Parameter value 1st spindle: 30.0
2nd spindle: 30.0
3rd spindle: 0.0
4th spindle: 0.0
3.3.18 Start and End of a Record
A parameter record starts with "%" and ends with "%".
Example
%; ..........................................Start of record
N00000Q1P00001100;
N00002Q1P00000000;
▪
▪
N09162Q1P00000000;
N09163Q1P00000000;
% ...........................................End of record
When parameters and pitch error compensation data are included in a
single file, the file starts with "%" and ends with "%".