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.

Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.BooleanPulse | booleanPulse | ||
| Buildings.Controls.Continuous.OffTimer | offTim1 | ||
| Buildings.Controls.Continuous.OffTimer | offTim2 | ||
| Modelica.Blocks.Logical.Not | not1 |
Revisions
-
November 21, 2011, by Michael Wetter:
Added documentation.