blockEquipmentOnOff

Controller for equipment on/off control

Information

Controller that takes as an input the boiler water temperature TBoi and the system on command onSys, and outputs the on command for the pumps onPum and the boiler onBoi.

The pump on command is the same as the system on command. The boiler is switched on if the boiler temperature TBoi falls below 70°C and if onSys=true, and it switches off if either TBoi exceeds 90°C or if onSys=false.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputTBoiBoiler temperature
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputonSysSystem on command
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputonPumPump on command
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputonBoiBoiler on command

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Logical.Andand1And operator to switch boiler on based on temperature and system on command
Buildings.Controls.OBC.CDL.Logical.Notnot1Negation of output signal, because boiler should be off if temperature exceed uHigh
Buildings.Controls.OBC.CDL.Reals.HysteresishysHysteresis for on/off of boiler

Revisions

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