Serial and Ethernet Control Page 160
Example: Send Command: mySeqSL<0D>
Response: R<0D>
PL Run a Sequence
Description: This command will run a sequence from the currently selected script. The
sequence is identified by its number.
Comments: The sequence number is the first field in the form. WinScript Live assigns the
number.
Command: (sequence name or number)PL<0D>
Message Response: R<0D>
Example: Send Command: mySequencePL<0D>
Response: R<0D>
SQ Get Sequence Status
Description: This command will get the status of the selected sequence. The sequence is
identified by its number.
Comments: The sequence number is the first field in the form. WinScript Live assigns the
number. Running Stopped or Paused are the responses.
Get command: (sequence name or number)SQ<0D>
Message Response: status<0D>
Example: Send Command: 1SQ<0D>
Response: Running<0D>
OU Output Control
Description: This command will control one of the outputs off, on and toggle.
Comments: 0 = OFF, 1 = ON, 2 = toggle.
Command: (channel or output Name)(command)OU<0D>
Message Response: R<0D>
Example: Send Command: myOutput1OU<0D> (turns myOutput ON)
Response: R<0D>
SS Send Message
Description: This command will send a message to the selected port.
Comments: Any valid port may be used.
Command: (port)|"message test"SS<0D>
Message Response: R<0D>