User`s guide

Serial and Ethernet Control Page 195
Control
output 8
button 9
sequence 10
percent 11
label 12
timecode 13
lcdstring 14
date/time 15
EX Execute a command
Description: This command will run any of the commands that can be used in a sequence.
Comments: All command parameters must be supplied as if in the WinScript Live form and
separated with the pipe "|" character. If your unsure if the fields needed enter the
command in WinScript Live and verify the fields needed
Command: device|event|data1|data2EX<0D>
Message Response: R<0D>
Example: Send Command: V16Pro|On|output1EX<0D>
Response: R<0D>
Additional Notes: If WinScript Live is not used as the script editor, there is a way to speed up the
interpretation of the data fields needed to execute the sequence commands. The
above command line is written as: V16Pro|On|output1[8]EX<0D> [x] points the
show controller to use the parallel output1 instead of something else called by
the same label. Parameter types for the [x] data fields are as follows:
boolean 2
integer 3
decimal 4
string 5
variable 6
input 7
output 8
button 9
sequence 10
percent 11
label 12
timecode 13
lcdstring 14
date/time 15