7.2.4.55 PEnum_ControllerTypeFloating

Natural language names
Constants
NameDescription
CONSTANT
ConstantNo inputs
MODIFIER
ModifierSingle analog input is read, added to SignalOffset, multiplied by SignalFactor, and written to the output value
ABSOLUTE
AbsoluteSingle analog input is read and absolute value is written to the output value
INVERSE
InverseSingle analog input is read, 1
HYSTERESIS
Hysteresis
RUNNINGAVERAGE
Running AverageSingle analog input is read, averaged over SignalTime, and written to the output value
DERIVATIVE
DerivativeSingle analog input is read and the rate of change during the SignalTime is written to the output value
INTEGRAL
IntegralSingle analog input is read and the average value during the SignalTime is written to the output value
BINARY
BinarySingle binary input is read and SignalOffset is written to the output value if True
ACCUMULATOR
AccumulatorSingle 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 ConverterSingle 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
SumTwo analog inputs are read, added, and written to the output value
SUBTRACT
SubtractTwo analog inputs are read, subtracted, and written to the output value
PRODUCT
ProductTwo analog inputs are read, multiplied, and written to the output value
DIVIDE
DivideTwo analog inputs are read, divided, and written to the output value
AVERAGE
AverageSingle analog input is read, averaged over SignalTime, and written to the output value
MAXIMUM
MaximumTwo analog inputs are read and the maximum is written to the output value
MINIMUM
MinimumTwo analog inputs are read and the minimum is written to the output value
REPORT
Report
SPLIT
Split
INPUT
InputController element is a dedicated input
OUTPUT
OutputController element is a dedicated output
VARIABLE
VariableController element is an in-memory variable
OTHER
(other)Value is not listed.
NOTKNOWN
(unknown)Value is unknown.
UNSET
(unset)Value has not been specified.

References  References: Pset_ControllerTypeFloating

Link to this page  Link to this page