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

TypeNameDefaultDescription
RealuMaxUpper limits of dead zones
RealuMin-uMaxLower limits of dead zones
BooleansmoothedfalseSmooth operator is applied

Connectors

TypeNameDefaultDescription
RealInputu (from SISO)Connector of Real input signal
RealOutputy (from SISO)Connector of Real output signal