blockPlantRequests

Output plant requests for multizone air handling unit

Information

This sequence outputs the system reset requests for multiple zone air handling unit. The implementation is according to the Section 5.16.16 of ASHRAE Guideline 36, May 2020.

Chilled water reset request yChiWatResReq

  1. If the supply air temperature TAirSup exceeds the supply air temperature set point TAirSupSet by 3 °C (5 °F) for 2 minutes, send 3 requests.
  2. If the supply air temperature TAirSup exceeds the supply air temperature set point TAirSupSet by 2 °C (3 °F) for 2 minutes, send 2 requests.
  3. Else if the chilled water valve position uCooCoiSet is greater than 95%, send 1 request until the uCooCoiSet is less than 85%.
  4. Else if the chilled water valve position uCooCoiSet is less than 95%, send 0 request.

Chiller plant request yChiPlaReq

Send the chiller plant that serves the system a chiller plant request as follows:

  1. If the chilled water valve position uCooCoiSet is greater than 95%, send 1 request until the uCooCoiSet is less than 10%.
  2. Else if the chilled water valve position uCooCoiSet is less than 95%, send 0 request.

If there is a hot-water coil, hot-water reset requests yHotWatResReq

  1. If the supply air temperature TAirSup is 17 °C (30 °F) less than the supply air temperature set point TAirSupSet for 5 minutes, send 3 requests.
  2. Else if the supply air temperature TAirSup is 8 °C (15 °F) less than the supply air temperature set point TAirSupSet for 5 minutes, send 2 requests.
  3. Else if the hot water valve position uHeaCoiSet is greater than 95%, send 1 request until the uHeaCoiSet is less than 85%.
  4. Else if the hot water valve position uHeaCoiSet is less than 95%, send 0 request.

If there is a hot-water coil and heating hot-water plant, heating hot-water plant reqeusts yHotWatPlaReq

Send the heating hot-water plant that serves the air handling unit a heating hot-water plant request as follows:

  1. If the hot water valve position uHeaCoiSet is greater than 95%, send 1 request until the hot water valve position is less than 10%.
  2. If the hot water valve position uHeaCoiSet is less than 95%, send 0 requests.

Parameters

TypeNameDefaultDescription
Buildings.Controls.OBC.ASHRAE.G36.Types.HeatingCoilheaCoiBuildings.Controls.OBC.ASHRAE.G36.Types.HeatingCoil.WaterBasedHeating coil type
Buildings.Controls.OBC.ASHRAE.G36.Types.CoolingCoilcooCoiBuildings.Controls.OBC.ASHRAE.G36.Types.CoolingCoil.WaterBasedCooling coil type
Advanced
RealTHys0.1Hysteresis for checking temperature difference
RealposHys0.05Hysteresis for checking valve position difference

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputTAirSupMeasured supply air temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputTAirSupSetSetpoint for supply air temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputuCooCoiSetCommanded ooling coil valve position
Buildings.Controls.OBC.CDL.Interfaces.RealInputuHeaCoiSetCommanded heating coil valve position
Buildings.Controls.OBC.CDL.Interfaces.IntegerOutputyChiWatResReqChilled water reset request
Buildings.Controls.OBC.CDL.Interfaces.IntegerOutputyChiPlaReqChiller plant request
Buildings.Controls.OBC.CDL.Interfaces.IntegerOutputyHotWatResReqHot water reset request
Buildings.Controls.OBC.CDL.Interfaces.IntegerOutputyHotWatPlaReqHot water plant request

Revisions

  • September 26, 2025, by Jianjun Hu:
    Renamed the parameter Thys to THys.
    This is for issue 4374.
  • September 18, 2023, by Jianjun Hu:
    Renamed the connectors uCooCoi_actual and uHeaCoi_actual to uCooCoiSet and uHeaCoiSet.
    This is for issue 3526.
  • December 1, 2021, by Jianjun Hu:
    First implementation.