WOLFRAM SYSTEM MODELER

OnOffController

On-off controller

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Logical.OnOffController"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

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 (2)

bandwidth

Value:

Type: Real

Description: Bandwidth around reference signal

pre_y_start

Value: false

Type: Boolean

Description: Value of pre(y) at initial time

Connectors (3)

reference

Type: RealInput

Description: Connector of Real input signal used as reference signal

u

Type: RealInput

Description: Connector of Real input signal used as measurement signal

y

Type: BooleanOutput

Description: Connector of Real output signal used as actuator signal

Used in Examples (1)

ControlledTemperature

Modelica.Thermal.HeatTransfer.Examples

Control temperature of a resistor