User`s guide

Live Mode Protocol Page 217
Live Mode
Protocol
Message Ack Response: R
Watch Sequence #100 (To get frame counter and events recently executed)
Command: s|1|99|-1|-1LV
Message Ack Response: R
Watch V16Pro's integer variable V16Pro.Hours (variable #12 in V16pro's "Device Variables" list)
Command: v|1|11|0|-1LV
Message Ack Response: R
Watch V16Pro's Timecode variable V16Pro.LTC (variable #1 in V16pro's "Device Variables" list)
Command: v|1|0|0|-1LV
Message Ack Response: R
Watch a string variable named "myVar" (variable #8 in "User Variables")
Command: v|1|7|-1|-1LV
Message Ack Response: R
Stop Watching a string variable named "myVar" (variable #8 in "User Variables")
Command: v|0|5|-1|-1LV
Message Ack Response: R
Resource Status
Resource status is returned in the following format:
<type>|<index>|<device index>|<value>LV
<type> = single ascii character the item type (see Resource Type Lookup)
<index> = zero indexed resource number: Example input7 = 6
<device> = zero indexed device number (for device variables, inputs, etc.) from the "devices"
table in WinScript
For Variables, the status is returned as:
<type>|<index>|<device index>|<value>|<listIndex>LV
<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.