WinScript Live Command Reference
Page 68
Logical Events
Logical Events perform operations on Variables in the Show Controller.
To Do This…
Use This Event…
Turn on a Boolean Type Variable
On
Turn off a Boolean Type Variable
Off
Toggle the state of a Boolean Type Variable
Toggle
Add a value to a Variable
Add
Subtract a value from a Variable
Subtract
Multiply Variable by a value
Multiply
Divide a Variable by a static value
Divide
Bitwise And a variable by a value
BitAnd
Bitwise Or a variable by a value
BitOr
Get the modulus value of a variable (remainder of
division)
Mod
Concatenate (put together) two String Variables
Concat
Combine multiple variables of different types into
a string variable
Format
Set the value of a Variable
Set Variable =
Save a Variable to non-volatile memory
Save Variable
Recover a Variable from non-volatile memory
Restore Variable
On
Turns on a Boolean Type Variable. The Boolean Type Variable remains on until another event
modifies its state.
Event Syntax
Event
Data1
On
Name of Boolean Type Variable
Off
Turns off a Boolean Type Variable. The Boolean Type Variable remains off until another event
modifies its state.
Event Syntax
Event
Data1
Off
Name of Boolean Type Variable
Toggle
Toggles the state of a Boolean Type Variable. If the Boolean Type Variable is currently on, it will
be turned off. If the Boolean Type Variable is currently off, it will be turned on.
Event Syntax
Содержание V16Pro
Страница 1: ...V Series Network Controllers Alcorn McBride January 3 2018 User s Guide...
Страница 48: ......
Страница 64: ......
Страница 86: ......
Страница 91: ...V16Pro Page 91 V16Pro...
Страница 114: ......
Страница 118: ...VCore Page 118 VCore Figure 11 Front View Figure 12 Rear View...
Страница 119: ...VCore Page 119 VCore Figure 13 Top View Figure 14 Bottom View...
Страница 138: ......
Страница 167: ...Serial and Ethernet Control Page 167 Control Example Send Command AHJ 0D enables port A Response R 0D...
Страница 172: ......