Contents Up Previous Next

EXE PHRASE (0xC1)

Code: 0xC1
Description: Line of the stored program is executed.
Parameters (master -> slave): Program line (UInt16) to be executed.
Response (slave -> master): Program line (UInt16) containing the command code is sent.
Example:

D-Len Cmd Param
M->S 0x03 0xC1 0x02 0x00 Execute phrase ,,2''
S->M 0x04 0xC1 0x02 0x00 0xB0 Phrase 2 contains a ,,MOVE POS'' command

Note: If the entered program line contains ,,PRG EXE'', the complete subprogram is executed automatically.