kitControl-Limiter

This component limits the range of a numeric input from inMin to inMax. It calculates the output as follows: y = min(InMax, max(InMin, u)), where u is an input and InMax and InMin are properties.

If InMax < InMin, an error occurs and no output is generated.



Properties:
  • In Min (numeric): lower limit of input

  • In Max (numeric): upper limit of input

Limiter is available in the Math folder of the kitControl palette.