Name | Description |
CONSTANT |
 | Constant | No inputs |
|
MODIFIER |
 | Modifier | Single analog input is read, added to SignalOffset, multiplied by SignalFactor, and written to the output value |
|
ABSOLUTE |
 | Absolute | Single analog input is read and absolute value is written to the output value |
|
INVERSE |
 | Inverse | Single analog input is read, 1 |
|
HYSTERESIS |
 | Hysteresis | |
|
RUNNINGAVERAGE |
 | Running Average | Single analog input is read, averaged over SignalTime, and written to the output value |
|
DERIVATIVE |
 | Derivative | Single analog input is read and the rate of change during the SignalTime is written to the output value |
|
INTEGRAL |
 | Integral | Single analog input is read and the average value during the SignalTime is written to the output value |
|
BINARY |
 | Binary | Single binary input is read and SignalOffset is written to the output value if True |
|
ACCUMULATOR |
 | Accumulator | Single binary input is read, and for each pulse the SignalOffset is added to the accumulator, and while the accumulator is greater than the SignalFactor, the accumulator is decremented by SignalFactor and the integer result is incremented by one |
|
PULSECONVERTER |
 | Pulse Converter | Single integer input is read, and for each increment the SignalMultiplier is added and written to the output value |
|
LOWERLIMITCONTROL |
 | Lower Limit Control | |
|
UPPERLIMITCONTROL |
 | Upper Limit Control | |
|
SUM |
 | Sum | Two analog inputs are read, added, and written to the output value |
|
SUBTRACT |
 | Subtract | Two analog inputs are read, subtracted, and written to the output value |
|
PRODUCT |
 | Product | Two analog inputs are read, multiplied, and written to the output value |
|
DIVIDE |
 | Divide | Two analog inputs are read, divided, and written to the output value |
|
AVERAGE |
 | Average | Single analog input is read, averaged over SignalTime, and written to the output value |
|
MAXIMUM |
 | Maximum | Two analog inputs are read and the maximum is written to the output value |
|
MINIMUM |
 | Minimum | Two analog inputs are read and the minimum is written to the output value |
|
REPORT |
 | Report | |
|
SPLIT |
 | Split | |
|
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. |
|