
3.INPUTTING AND OUTPUTTING PARAMETERS THROUGH THE READER/PUNCHER INTERFACE B-63950EN/02
- 12 -
3.3.7 Bit Spindle Format
N ***** Q1 S ** P ******** S ** P ********
・ ・ ・
;
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).
An 8-digit binary number after P represents the bit values (0/1) of a
parameter for each spindle, with the first digit corresponding to bit 0
and the eighth digit corresponding to bit 7.
Leading zeros may not be omitted.
A semicolon (;) marks the end of a block. (LF is used for the ISO
code, and CR is used for the EIA code.)
Example
N05603Q1S1P00001000S2P00001000S3P00000000;
Parameter No. 5603
Parameter value
1st spindle:
Bit 3 is set to 1, and the other bits are set to 0.
2nd spindle:
Bit 3 is set to 1, and the other bits are set to 0.
3rd spindle:
All bits are set to 0.