Limiter
Description
Output is equal to:
- HighLimit if input is greater than HighLimit
- LowLimit if input is lower than LowLimit
- input otherwise
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. |