Range Limiter
Description
Output is staying between the the range limits. If input is outside of the limits, the range value (high limit - low limit) is added (or substracted) until it comes into the limits.
Library
Control > Math
Pins
Name | Description |
---|---|
In | Input |
Out | Output |
Parameters
Name | Description |
---|---|
LowLimit | Low Limit |
HighLimit | High Limit |
SamplingTime | -none or 0: No sampling. The system will be solved in the Newton loop (default). -auto: Inherit the sampling time of its source device. -Sampling Period: defined in seconds. |