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 | h07CommandParameter)hB3h0Dh0A or h07CommandhB3 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 | h07GVERhB3h0Dh0A |
| Reply | h07RVER000hB3h0Dh0A |