
B-63322EN-2/01 12. CUSTOMER'S BOARD MANIPULATION
- 53 -
Output format of dedicated customer's board parameters
The dedicated customer's board parameters are categorized according
to their data types, as follows:
• Bit
• Integer
• Integer axis
• Real number
• Real number axis
A parameter of type bit is represented using 8 binary digits. Each digit
corresponds to one bit. The range of values that parameters of types
integer, integer axis, real number, and real number axis can take varies
depending on the parameter types. See Table 12.1 (a), "Dedicated
customer's board parameters," for the range of values that each
parameter type can take.
•
••
• Keywords
The letters listed below are used as keywords.
A value that follows each keyword has the meaning indicated below.
Keyword Meaning of a value following a keyword
N Parameter number.
A Controlled axis number specified in a parameter of type
axis (1 or greater)
P Parameter value
•
••
• Format of parameters of type bit
N ***** P ******** ;
A number that follows letter N is a parameter number.
An eight-digit binary number that follows letter P represents the value
(0 or 1) of bits. The first digit, as counted from the right, corresponds to
bit 0, and the eighth digit, to bit 7. Leading zeros cannot be omitted.
The semicolon represents an end-of-block code. (It is LF in ISO code
and CR in EIA code.)
Example
N00010P00000001;
Parameter No. 10
Parameter value Bit 0 is 1, and the other bits are 0.