modelOffTimer

Example model for off timer

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

Example that demonstrates the use of the model Buildings.Controls.Continuous.OffTimer. The input to the two timers are alternating boolean values. Whenever the input becomes false(=0), the timer is reset. The figures below show the input and output of the blocks.

Input and output of the OffTimer offTim1.
Input and output of the OffTimer offTim1.

Components

TypeNameDefaultDescription
Modelica.Blocks.Sources.BooleanPulsebooleanPulse
Buildings.Controls.Continuous.OffTimeroffTim1
Buildings.Controls.Continuous.OffTimeroffTim2
Modelica.Blocks.Logical.Notnot1

Revisions

  • November 21, 2011, by Michael Wetter:
    Added documentation.