
3.INPUTTING AND OUTPUTTING PARAMETERS USING EXTERNAL INPUT/OUTPUT DEVICES B-63790EN/01
- 22 -
- Bit spindle type format
N ***** S * P ******** S * P ******** . . . . ;
The numeric value following N represents the parameter number.
The numeric value following S represents the spindle number (1 or
above).
The 8-digit binary number following P represents the values (0 or 1)
of the bits of the parameter for that spindle, with the first digit
corresponding to bit 0 and the eighth digit to bit 7. Leading zeros
cannot be omitted.
; is an end of block character (LF for ISO code and CR for EIA code).
Example
N05603S1P00001000S2P00001000S3P00000000S4P000000000;
Parameter number 5603
Parameter values
First spindle: Bit 3 is 1 and the others are 0.
Second spindle: Bit 3 is 1 and the others are 0.
Third spindle: All bits are 0.
Fourth spindle: All bits are 0.
- Integer type format
N ***** P ****** ;
The numeric value following N represents the parameter number.
The numeric value following P represents the value (integer) of the
parameter.
; is an end of block character (LF for ISO code and CR for EIA code).
Example
N00100P31515;
Parameter number 100
Parameter value 31515