Control API
This section describes the communication protocol between the control system and the MCP4k
Connection | TCP (NGTC-MCP4k is server), Port 20108 |
Command Format | h07 CommandParameter)hB3h0Dh0A or h07 CommandhB3 h0D h0A |
Caution
All commands start with h07
which is hex 07, end with hB3h0Dh0A
which is in hex B3, 0D and 0A
If a command has a parameter, the parameter is right after the command, with no whitespaces inbetween
Caution
Send only one command at the time and wait for reply before sending the next one
Example
Communication | Get Version |
---|---|
Request | h07 GVERhB3h0Dh0A |
Reply | h07 RVER000hB3h0Dh0A |