modelSystemOnOff
Validation model for the system on/off controller
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Validation model for the system on/off controller.
The input to the controller are time varying signals for the outdoor air temperature
and the room air temperature.
The validation shows that the system is commanded on (onSys=true) if
the outdoor air temperature and the room air temperature are both low.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Examples.Tutorial.CDL.Controls.SystemOnOff | conSysSta | Controller for system on/off | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Sin | TOut | Outside air temperature | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Sin | TRoo | Room air temperature |
Revisions
-
February 18, 2020, by Michael Wetter:
First implementation.