blockOnOffController
On-off controller
Extends from Modelica.Blocks.Icons.PartialBooleanBlock (Basic graphical layout of logical block).
Information
The block OnOffController sets the output signal y to true when the input signal u falls below the reference signal minus half of the bandwidth and sets the output signal y to false when the input signal u exceeds the reference signal plus half of the bandwidth.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | bandwidth | Bandwidth around reference signal | |
| Boolean | pre_y_start | false | Value of pre(y) at initial time |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Blocks.Interfaces.RealInput | reference | Connector of Real input signal used as reference signal | |
| Blocks.Interfaces.RealInput | u | Connector of Real input signal used as measurement signal | |
| Blocks.Interfaces.BooleanOutput | y | Connector of Real output signal used as actuator signal |