User's Manual

12
Sales Engineering
support@xirgotech.com
COMPARISONS TABLE:
COMPARISON
DESCRIPTION
InRange(<a>, <b>, <c>)
True when argument a is between argument b and argument c (inclusive)
NotInRange(<a>, <b>, <c>)
True when a is less than b or a is greater than c. b must be less than c.
Eq(<a>, <b>)
True when a equals b.
NotEq(<a>, <b>)
True when a is not equal to b.
Gt(<a>, <b>)
True when a is greater than b.
Lt(<a>, <b>)
True when a is less than b.
GtEq(<a>, <b>)
True when a is greater than/equal to b.
LtEq(<a>, <b>)
True when a is less than/equal to b.
Test items (<a>, <b>, <c> above) should be one of:
System Value
Event
Special Function
Numbers (constants)
Note:
See Appendices for Complete Tables
Debounce
Debounce(<hi>, <lo>) - where hi and lo are specified in seconds (max: 15). The 'Debounce Specify' is only
used following certain tests (see below). When a debounce is specified, it means that a test is true only AFTER
the comparison is true for hi seconds, and it is false only AFTER the comparison is false for lo seconds.
A test debounce MUST be specified any time the first argument in the test is either:
System value
Special function.