7. Other Functions
7.4 Command Control via the Network (continued)
Command Format
Command formats differ among the different communication ports.
●TCP #23
You can use the
However, the following reply will be sent back in the event of authentication failure when authentication is enabled.
<Reply in the event of an authentication error>
Reply
Error code
0x1F
0x04
0x00
●TCP #9715
Send Data format
The following formatting is added to the header (0 x 02), Data length (0 x 0D), Checksum (1 byte) and Connection ID (1 byte) of the
Header | Data length |
| Check Sum | Connection | |
|
|
|
|
| ID |
|
|
|
|
|
|
0x02 | 0x0D |
| 13 bytes | 1 byte | 1 byte |
|
|
|
|
|
|
Header |
| → | 0x02, Fixed |
|
|
Data length |
| → | |||
→ | |||||
|
|
| (13 bytes) |
|
|
Check Sum |
| → | This is the value to make zero on the addition of the | ||
|
|
| lower 8 bits from the header to the checksum. | ||
Connection ID | → | Random value from 0 to 255 (This value is attached | |||
|
|
| to the reply data) |
|
|
64