Two inputs, logical AND

Not two inputs

Two-input addition

Divider (two Double) properties

Subtraction

Expression mixture

Greater and less than expressions

The examples above each result in two outputs.
The last column on the right indicates that the two outputs are different slot types (Double and Boolean). This is legal.
Using the “like” expression

Multiply four Double properties
inA * inB * inC * inD as ‘out’
Multiply two BStatusNumeric properties to a Double output property.
inA.value * inB.value as ‘out’
Negate a Double input property (if inA is 5, out becomes -5)
-inA as ‘out’
Copyright © 2000-2014 Tridium Inc. All rights reserved.