/
Analog.MinMaxLimit
Analog.MinMaxLimit
Provides a building block to limit a value between a defined min and max range.
Description
If the value of Input is greater than the defined max value (Max), the value of Max will be written to the Output.
If the value of Input is less than the defined min value (Min), the value of Min will be written to the Output.
If the value of Input lies within the defined range between min and max, the value of Input will be written to the Output.
Inputs
- Input (ANY): Input to limit.
Outputs
- Output (ItemID): Resulting value. Must be of type number.
Parameters
- Min (ANY): Min value of the range.
- Max (ANY): Max value of the range.
Possible trigger types
All
, multiple selections available,
Related content
Math.MinMax
Math.MinMax
More like this
Item.LimitValue
Item.LimitValue
More like this
Limit Item Value
Limit Item Value
More like this
Analog.Monitor
Analog.Monitor
More like this
Analog.Comparator
Analog.Comparator
More like this
Max
More like this