blockLimiter
Limit the range of a signal
Extends from Modelica_Synchronous.ClockSignals.Interfaces.ClockedBlockIcon (Basic graphical layout of block where at least one input or output is a clocked variable).
Information
The Limiter block passes its input signal as output signal as long as the input is within the specified upper and lower limits. If this is not the case, the corresponding limits are passed as output.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | uMax | Upper limits of input signals | |
| Integer | uMin | -uMax | Lower limits of input signals |
| Boolean | limitsAtInit | true | = false, if limits are ignored during initializiation (i.e., y=u) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.IntegerInput | u | ||
| Modelica.Blocks.Interfaces.IntegerOutput | y |