modelEquipmentOnOff
Validation model for the equipment on/off controller
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Validation model for the equipment on/off controller. The input to the controller is a ramp signal of increasing measured boiler water temperature, and a on/off signal for the overall system. The validation shows that the pumps are on/off based on the overall system, and the boiler is also on/off based on this system unless the return water temperature exceeds 90°C.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Reals.Sources.Ramp | TBoi | Boiler temperature | |
| Buildings.Examples.Tutorial.CDL.Controls.EquipmentOnOff | conEquSta | Controller for equipment on/off | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Pulse | onSys | System on signal |
Revisions
-
February 18, 2020, by Michael Wetter:
First implementation.