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