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
NumberThe number of signal name and value pairs to follow.
Signal NameThe Signal Names are null terminated strings.
Signal ValueThe Signal Values four byte floating point values.
none
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.