Class ValueScaler.EngLimitEnforcer
java.lang.Object
com.inductiveautomation.ignition.gateway.tags.actors.factories.scaling.ValueScaler
com.inductiveautomation.ignition.gateway.tags.actors.factories.scaling.ValueScaler.EngLimitEnforcer
- Enclosing class:
- ValueScaler
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.tags.actors.factories.scaling.ValueScaler
ValueScaler.AbstractDoubleScaler, ValueScaler.ArrayScalar, ValueScaler.BitInversionScalar, ValueScaler.EngLimitEnforcer, ValueScaler.ExponentialFilterScaler, ValueScaler.NonScaler, ValueScaler.StandardScaler
-
Constructor Summary
ConstructorsConstructorDescriptionEngLimitEnforcer
(ClampMode mode, double low, double high, ValueScaler scaler) -
Method Summary
Modifier and TypeMethodDescriptionprotected QualifiedValue
Will return a value the "OPC_LIMIT_EXCEEDED" if the value is outside the bounds.Methods inherited from class com.inductiveautomation.ignition.gateway.tags.actors.factories.scaling.ValueScaler
configure, configure, isEnabled, noScale
-
Constructor Details
-
EngLimitEnforcer
-
-
Method Details
-
checkBounds
Will return a value the "OPC_LIMIT_EXCEEDED" if the value is outside the bounds. -
scale
- Specified by:
scale
in classValueScaler
-
deScale
- Specified by:
deScale
in classValueScaler
-