3 Protocol
7 / 61
PJ04030102B
3.6
Parameter
3.6.1
Numeric value parameters
Signed 2-byte hexadecimal code represented by 4 (byte) characters.
Ex-1)
The parameter indication ‘20’ (decimal):
Since ‘20’ (decimal) is represented as ‘0014’ in signed 2-byte hexadecimal, its parameter is:
‘0014’(30H 30H 31H 34H)
Ex-2)
The parameter to indicate ‘-2’ (decimal):
Since ‘-2’ (decimal) is represented as ‘FFFE’ in signed 2-byte hexadecimal, its parameter is:
‘FFFE’(46H 46H 46H 45H)
3.6.2
Special parameter
The parameters are generally interpreted with ASCII characters.
But some of the commands have a unique interpretation (for the details, see the section on Command sequences).
HEX
ASCII
Meaning
0x2B
'+'
'+'
0x2D
'-'
'-'
0x30
'0'
OFF/NO/Disable
0x31
'1'
ON/YES/Enable
0x30 ~ 0x39
'0'~'9'
'0'~'9'
0x41 ~ 0x5A
'A'~'Z'
'A'~'Z'