Back to Signal Conversion commands
CMD_READ_CNVT_CONFIG

Command:              CMD_READ_CNVT_CONFIG
Destination: SD_CNVT
Destination Channel: 0

Description

Clients use this command to have the signal conversion utility read an XML configuration file. After the file has been read, the client is able to request a list of messages, a list of signals in a message, and automatic signal reporting.

Command data format

File Name Padding
variable 0-3 bytes

File Name
The name of the XML signal conversion configuration file (Formatted as a null terminated string.) to be read. The name should not contain any directories. The /gryphon/convert/ directory should contain the file.


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|