Back to Signal Conversion commands
CMD_CNVT_REQ_RESUME

Command:              CMD_CNVT_REQ_RESUME
Destination: SD_CNVT
Destination Channel: Channel ID

Description

Clients use this command to resume one or more previously requested and suspended signal conversions.

A list of up to 255 signals, identified by the combination of a Signal Request Index and a Signal Index, may be included in the request.

Command data format

Number of Signals First Signal Request Index First Signal Index ... Last Signal Request Index Last Signal Index Padding
1 byte 1 byte 1 byte ... 1 byte 1 byte 0-3 bytes

Number of Signals
The number of signals to follow.

Signals
Each signal is identified by a pair of numbers, a Signal Request Index and a Signal Index. The Signal Request Index is the first byte of the response to a CMD_CNVT_REQ_VALUES command. The Signal Index is the index of the desired signal in that CMD_CNVT_REQ_VALUES command. The first signal of a request has a Signal Index value of zero.



Response data format
none


Response return codes
RESP_OK Execution of the command was successful.
RESP_INVAL_CHAN The specified channel is invalid.
RESP_UNSUPPORTED This command is not supported on the specified channel.
RESP_UNREG The specified source channel is not registered with the server.
RESP_UNKNOWN_ERR An unknown error occurred.

|Top|