Code: 0xCF
Description: Program is executed.
Parameters (master -> slave):
Response (slave -> master): The program line (UInt16) with the command code is sent and the respective phrase is executed.
Example:
| D-Len | Cmd | Param | ||
| M->S | 0x01 | 0xCF | Start program at line ,,0'' | |
| S->M | 0x01 | 0xCF | Command acknowledge from module | |
| S->M | 0x04 | 0xC1 | 0x00 0x00 0x92 | Line ,,0'' contains a ,,MOVE POS'' command |
| S->M | 0x04 | 0xC1 | 0x01 .. . | Phrases to program end |