blockDown

Generates a stage down signal

Information

Outputs a boolean stage down signal y when:

  • Operating uOpeDow part load ratio of the next available stage down is below its staging uStaDow part load ratio for at least parLoaRatDelay, and
  • Failsafe condition is not true.

If the plant has a WSE, staging from the lowest available chiller stage to WSE stage occurs when:

  • WSE is enabled, and
  • The predicted WSE return temperature TWsePre is sufficently under the chilled water supply temperature setpoint TChiWatSupSet for defined periods of time, and
  • Maximum cooling tower fan speed uTowFanSpeMax is below 100%

The implementation is according to ASHRAE Guideline 36-2021, section 5.20.4.15. and can be used for both primary-only plants with and without a WSE.

Parameters

TypeNameDefaultDescription
Booleanhave_WSEtruetrue = plant has a WSE, false = plant does not have WSE
Booleanhave_serChifalsetrue = series chillers plant; false = parallel chillers plant
Booleanhave_senDpChiWatRemWirtrueTrue=remote DP sensor hardwired to controller
IntegernRemSen2Total number of remote differential pressure sensors
RealparLoaRatDelay900Enable delay for operating and staging part load ratio condition
RealfaiSafTruDelay900Enable delay for failsafe condition
RealfaiSafTDif1Offset between the chilled water supply temperature and its setpoint for the failsafe condition
RealTDif1Offset between the chilled water supply temperature and its setpoint
RealTDifHys1Hysteresis deadband for temperature
RealfaiSafDpDif2*6895Offset between the chilled water pump differential static pressure and its setpoint

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputuWseStaWSE status
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuChiller stage
Buildings.Controls.OBC.CDL.Interfaces.RealInputuOpeDowNext available stage down operating part load ratio (OPLR)
Buildings.Controls.OBC.CDL.Interfaces.RealInputuStaDowNext available stage down staging part load ratio (SPLR)
Buildings.Controls.OBC.CDL.Interfaces.RealInputTChiWatSupSetChilled water supply temperature setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealInputTChiWatSupChilled water supply temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputdpChiWatSet_localChilled water local differential static pressure setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealInputdpChiWat_localChilled water pump differential static pressure from local sensor
Buildings.Controls.OBC.CDL.Interfaces.RealInput[nRemSen]dpChiWatSet_remoteChilled water remote differential pressure setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealInput[nRemSen]dpChiWat_remoteChilled water differential pressure from remote sensor
Buildings.Controls.OBC.CDL.Interfaces.RealInputTWsePrePredicted waterside economizer outlet temperaturePredicted WSE outlet temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputuTowFanSpeMaxMaximum cooling tower fan speed
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyStage down signal

Revisions

  • January 02, 2020, by Milica Grahovac:
    First implementation.