EasyManua.ls Logo

Alcorn Mcbride V16Pro - Resource Requests; Resource Type Lookup

Alcorn Mcbride V16Pro
179 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Live Mode Protocol Page 175
Trouble
Shooting
s - the ASCII letter 's'
<index of sequence> - the zero indexed number of the sequence in the "sequences" view of WinScriptLive
<sequence state> - The sequence running state: Stopped =0, Running = 1, Paused = 2
<frames> - The sequence's current time (in frames)
<event1>....<eventN> - The event indexes most recently executed by the sequence.
Note: <frames> and <event> items are sent if the show controller has received a "resource request" for
that particular sequence. Otherwise, only the sequence state is sent along with "0" for <frames>.
Resource Requests
To request the status of a variable, input, output, or sequence, use the following format. (All messages end
in a carriage return 0x0D).
<type>|<bool>|<index>|<device>|<listIndex>LV
<type> = single ascii character the item type (see Resource Type Lookup)
<bool> = 0/1, Don’t watch or turn off / Watch or turn on
<index> = zero indexed resource number: Example input7 = 6
<device> = zero indexed device number (for device variables, inputs, etc.) from the "devices"
table in WinScript
<listIndex> = if this variable is a "list" type variable (array), the position in the array to retrieve.
Zero indexed only if the variable itself uses zero indexing, otherwise 1 indexed.
If <listindex> is unused, use "-1" as a placeholder. If <listIndex> does not apply (in the case of inputs,
outputs, etc), remove from command.
Currently there is no ability to watch only a specific bit of an integer variable. If watching a specific bit,
watch the entire integer variable and filter on the application/PC side.
Resource Type Lookup
Sequence
s
Variable
v
Input
i
Output
o
Button
b
Display
d
Event
e
Device
c
Watch
w
Trigger
t
Analog Input
a
Analog Output
g
Error (see Error Section for more details)
z
User Log Message (Log Message Event)
u
Example Resource Requests
Watch "Input5"

Table of Contents