1) The controller requests the monitor to set the condition of security lock.
Header | Message | Check | Delimiter |
|
| code |
|
BCC | CR |
Header
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to change a setting. Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
Message
STX (02h): Start of Message
P1: Security Pass code 1st
'0'-'9'(30h, 39h): "9"
P2: Security Pass code 2nd
P3: Security Pass code 3rd
P4: Security Pass code 4th
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies the result to the controller.
Header | Message | Check code | Delimiter |
BCC | CR | ||
|
|
|
|
Header
SOH (01h): Start of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.) When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message type is "Command reply".
Message
STX (02h): Start of Message
(40/50)