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

TypeNameDefaultDescription
Buildings.Examples.Tutorial.CDL.Controls.SystemOnOffconSysStaController for system on/off
Buildings.Controls.OBC.CDL.Reals.Sources.SinTOutOutside air temperature
Buildings.Controls.OBC.CDL.Reals.Sources.SinTRooRoom air temperature

Revisions

  • February 18, 2020, by Michael Wetter:
    First implementation.