modelDeadBand
Dead-Band
Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block).
Information
Model to implement a continuous dead-band: ^
| /
| /
| /
----------------->
/ |
/ |
/ |
- Asymmetric dead-band is allowed,
- If smoothed checkbox is checked than the smooth operator is applied.
During initialization the homotopy operator is applied, the simplified model is y = u.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | uMax | Upper limits of dead zones | |
| Real | uMin | -uMax | Lower limits of dead zones |
| Boolean | smoothed | false | Smooth operator is applied |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |