Back to LIN Commands
CMD_START_SCHEDULE

Command: CMD_START_SCHEDULE
Destination: SD_LIN
Destination Channel: 0

Description

Clients use this command to specify which schedule defined in the LDF (LIN Description File) that has been parsed should be run by the master node.


Command Data Format

Schedule Name padding
variable 0-3 bytes

Schedule Name
A null terminated string that is the name of the schedule to be run.


note:
If another schedule is already running, it does not have to be stopped before starting this schedule. Since the master node can run only one schedule at a time, this command causes any currently running schedule to stop before starting the new one.


Response Data Format

none


Response Return Codes

RESP_OK Execution of the command was successful.
RESP_INVAL_PARAM No LDF (LIN Description File) has been parsed, the requested schedule does not exist in the LDF.
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|