blockDisableDedicated

Pump disable for plants with dedicated primary pumps

Information

The pump is disabled when the associated plant equipment is disabled and:

  • if the equipment has a flow request network point (have_req=true): either the equipment has been proven off for dtOff or is not requesting flow.
  • otherwise (have_req=false): the equipment has been proven off for dtOff.

When the flow request point is available, the default value for the pump disable delay dtOff is increased from 3 min to 10 min to ensure that flow is not cut off too soon.

Details

Used in Guideline 36 for disabling dedicated primary pumps in chiller and boiler plants.

The enable signal u1 is yielded by the staging event sequencing logic.

Parameters

TypeNameDefaultDescription
Booleanhave_reqFlofalseSet to true if plant equipment provides flow request point via network interface
RealdtOffif not have_reqFlo then 3*60 else 10*60Runtime with lead equipment proven off before disabling

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1ReqFloFlow request from equipment
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1Enable signal from system enable logic
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1EquEquipment enable signal
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1Equ_actualEquipment status
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputy1Lead pump enable signal

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Logical.LatchlatClear enable signal if disable conditions are met
Buildings.Controls.OBC.CDL.Logical.NotdisReturn true if lead equipment is disabled
Buildings.Controls.OBC.CDL.Logical.NotoffReturn true if lead equipment is proven off
Buildings.Controls.OBC.CDL.Logical.Sources.ConstantfalPlaceholder constant
Buildings.Controls.OBC.CDL.Logical.OroffOrNotReqReturn true if lead equipment proven off OR not requesting flow
Buildings.Controls.OBC.CDL.Logical.TimertimOffReturn true if lead equipment is proven off for specified duration
Buildings.Controls.OBC.CDL.Logical.AnddisAndOffOrNotReqReturn true if lead equipment disabled AND (proven off OR not requesting flow)
Buildings.Controls.OBC.CDL.Logical.EdgeedgTrigger true signal when disable conditions turn true
Buildings.Controls.OBC.CDL.Logical.NotnoReqReturn true if no flow request
Utilities.InitializationiniForce false clear signal at initial time