Issue
How can the true/false output from a Boolean object (i.e. Tstat) be changed to a numeric 0 or 100 in Niagara G3?
Environment
Niagara G3
Cause
Represent a boolean on/off value with a numeric that can be used to drive other logic.
Resolution
- Open the kitControl palette under the Util folder
- Use an object called NumericSwitch
- Link the output of the Boolean object into the InSwitch property of the NumericSwitch
- In the properties of the NumericSwitch object, set the "in true" value to 100 and "in false" value to 0 (or vice versa if reverse acting).
- The output of the NumericSwitch will be a numeric type.