Page | 124
a : Either a variable or an integer constant
Assign $x = a
Add $x += a
Subract $x -= a
Multiply $x *= a
Divide $x /= a
Remainder $x %= a
And (binary) $x &= a
Or (binary) $x |= a
Xor (binary) $x ^= a
8.2.10
Functions
8.2.10.1Random
$x = Random a (Assigns $x a random value between 1..a inclusive, or 1 if a <= 1)
$x = Random 3 // Assigns $x either 1, 2, or 3
$y = 500
$x = Random $y // Assigns $x a random value between 1 and the value of
$y (e.g. 1..500)
$x = Random -50 // Assigns $x a value of 1
8.2.10.2Comparison
Equal $x is a
Not Equal $x is not a
Less Than $x < a
Less Than or Equal $x <= a
Summary of Contents for ISY-994i Series
Page 1: ...The ISY 994i Home Automation Cookbook ...
Page 35: ...Page 12 Figure 6 UDAjax Main Screen ...
Page 36: ...Page 13 Figure 7 UDAjax Devices Scenes Screen ...
Page 68: ...Page 45 Figure 44 NodeServer Configuration popup 5 2 5 Tools Menu Figure 45 Tools Menu ...
Page 102: ...Page 79 6 6 3 2Activate My OpenADR Portlet Figure 77 OpenADR My OpenADR Menu Option ...
Page 103: ...Page 80 6 6 3 3Configure OpenADR Settings Figure 78 OpenADR Settings Menu Option ...
Page 104: ...Page 81 Figure 79 OpenADR Settings Display ...
Page 108: ...Page 85 6 6 3 7Issue an Event Figure 84 OpenADR Issue and Event ...
Page 110: ...Page 87 Figure 86 OpenADR Event Viewer ...
Page 116: ...Page 93 Figure 92 ElkRP2 Account Details M1XEP Setup Button In the M1XEP Setup Window ...
Page 267: ...Page 244 Figure 189 State Variables ...
Page 268: ...Page 245 Figure 190 Programs and Folders ...
Page 292: ...Page 269 Figure 192 Irrigation Folders Figure 193 Irrigation Devices ...
Page 376: ...Page 353 Figure 209 Save Topology File ...
Page 433: ...Page 410 Figure 242 X 10 recognized as Living Room East Device ...
Page 540: ...Page 517 Figure 357 In Car Detection 12 Figure 358 In Car Detection 13 ...
Page 602: ...Page 579 Figure 382 SecureCRT SSH Raspberry PI Session ...
Page 685: ......