Back to Signal Conversion Commands
CMD_CNVT_SET_VALUES

Command:              CMD_CNVT_SET_VALUES
Destination:          SD_CNVT
Destination Channel:  Channel ID

Description

Clients use this command to write one or more signals to the indicated channel.

A list of up to 255 Signal names and values may be included in the request.

Command data format

Number of Signals First Signal Name First value ... Last Signal Name Last value Padding
1 byte variable 4 bytes ... variable 4 bytes 0-3 bytes

Number
The number of signal name and value pairs to follow.

Signal Name
The Signal Names are null terminated strings.

Signal Value
The Signal Values four byte floating point values.


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|