| Name | Description |
| NOT |
 | Not | Single binary input is read and the opposite value is written to the output value |
|
| AND |
 | And | Two binary inputs are read and if both are True then True is written to the output value |
|
| OR |
 | Or | Two binary inputs are read and if either is True then True is written to the output value |
|
| XOR |
 | Xor | Two binary inputs are read and if one is true then True is written to the output value |
|
| LOWERLIMITSWITCH |
 | Lower Limit Switch | Single analog input is read and if less than Value |
|
| UPPERLIMITSWITCH |
 | Upper Limit Switch | Single analog input is read and if more than Value |
|
| LOWERBANDSWITCH |
 | Lower Band Switch | Single analog input is read and if less than Value |
|
| UPPERBANDSWITCH |
 | Upper Band Switch | Single analog input is read and if more than Value |
|
| AVERAGE |
 | Average | |
|
| CALENDAR |
 | Calendar | No inputs |
|
| INPUT |
 | Input | Controller element is a dedicated input |
|
| OUTPUT |
 | Output | Controller element is a dedicated output |
|
| VARIABLE |
 | Variable | Controller element is an in-memory variable |
|
| OTHER |
 | (other) | Value is not listed. |
|
| NOTKNOWN |
 | (unknown) | Value is unknown. |
|
| UNSET |
 | (unset) | Value has not been specified. |
|