Buildings.Controls.OBC.ASHRAE.G36.FanCoilUnits
Control sequences for fan coil unit
Information
This package implements control modules for the fan coil unit as per the sequence of operations defined in ASHRAE Guideline 36-2021, section 5.22.
Package Content
| Name | Description |
|---|---|
| Fan coil unit controller that comprises subsequences for controlling fan speed and supply air temperature | |
| Package of subsequences for fan coil unit controls | |
| Package of validation models for fan coil unit controls |
Buildings.Controls.OBC.ASHRAE.G36.FanCoilUnits.Controller
Fan coil unit controller that comprises subsequences for controlling fan speed and supply air temperature
Information
Block for fan coil unit control. It outputs supply fan enable signal and speed signal, the supply air temperature setpoint, the zone air heating and cooling setpoints, and commanded valve positions for heating and cooling coils.
It is implemented according to the ASHRAE Guideline 36-2021, Part 5.22.
The sequences consist of the following subsequences.
Supply fan control
The supply fan control is implemented according to Part 5.22.4. It outputs
the control signals for supply fan enable yFan and the fan speed
yFanSpe.
See
Buildings.Controls.OBC.ASHRAE.G36.FanCoilUnits.Subsequences.FanSpeed for a detailed
description.
Supply air temperature setpoint
The supply air temperature setpoint control sequences are implemented based on Part 5.22.4.
The block outputs a supply air temperature setpoint signal TSupSet,
and control signals for the heating coil yHeaCoi and the cooling coil
yCooCoi. See
Buildings.Controls.OBC.ASHRAE.G36.FanCoilUnits.Subsequences.SupplyAirTemperature
for a detailed description.
Zone air heating and cooling setpoints
The zone air heating setpoint TZonHeaSetand cooling setpoint TZonHeaSet
as well as system operation mode signal modSetPoi.yOpeMod are described at
Buildings.Controls.OBC.ASHRAE.G36.AHUs.SingleZone.VAV.SetPoints.ModeAndSetPoints.
Plant requests
The plant requests are implemented based on Part 5.22.8.
The block outputs a chilled water plant request yChiPlaReq, chilled
water supply temperature reset request yChiWatResReq, hot water plant
request yHotWatPlaReq and hot water supply temperature reset request
yHotWatResReq. See
Buildings.Controls.OBC.ASHRAE.G36.FanCoilUnits.Subsequences.PlantRequests
for a detailed description.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | have_winSen | false | True if the zone has window status sensor |
| Boolean | have_occSen | false | True if the zone has occupancy sensor |
| Real | heaDea | 0.1 | Heating loop signal limit above which controller operation changes from deadband mode to heating mode [1] |
| Real | cooDea | 0.1 | Cooling loop signal limit above which controller operation changes from deadband mode to cooling mode [1] |
| System and building parameters | |||
| CoolingCoil | cooCoi | Buildings.Controls.OBC.ASHRA... | Cooling coil type |
| HeatingCoil | heaCoi | Buildings.Controls.OBC.ASHRA... | Heating coil type |
| PID parameters | |||
| Cooling loop control | |||
| SimpleController | cooConTyp | Buildings.Controls.OBC.CDL.T... | Type of cooling loop signal controller |
| Real | kCoo | 0.1 | Gain for cooling control loop signal [1/K] |
| Real | TiCoo | 900 | Time constant of integrator block for cooling control loop signal [s] |
| Real | TdCoo | 0.1 | Time constant of derivative block for cooling control loop signal [s] |
| Heating loop control | |||
| SimpleController | heaConTyp | Buildings.Controls.OBC.CDL.T... | Type of heating loop signal controller |
| Real | kHea | 0.1 | Gain for heating control loop signal [1/K] |
| Real | TiHea | 900 | Time constant of integrator block for heating control loop signal [s] |
| Real | TdHea | 0.1 | Time constant of derivative block for heating control loop signal [s] |
| Cooling coil control | |||
| SimpleController | cooCoiConTyp | Buildings.Controls.OBC.CDL.T... | Type of cooling coil controller |
| Real | kCooCoi | 0.1 | Gain for cooling coil control signal [1/K] |
| Real | TiCooCoi | 900 | Time constant of integrator block for cooling coil control signal [s] |
| Real | TdCooCoi | 0.1 | Time constant of derivative block for cooling coil control signal [s] |
| Heating coil control | |||
| SimpleController | heaCoiConTyp | Buildings.Controls.OBC.CDL.T... | Type of heating coil controller |
| Real | kHeaCoi | 0.1 | Gain for heating coil control signal [1/K] |
| Real | TiHeaCoi | 900 | Time constant of integrator block for heating coil control signal [s] |
| Real | TdHeaCoi | 0.1 | Time constant of derivative block for heatinging coil control signal [s] |
| Supply air setpoints | |||
| Real | uCooFan_min | 0.5 | Cooling loop signal limit at which supply air temperature is at minimum and fan speed starts to be modified [1] |
| Real | uHeaFan_min | 0.5 | Heating loop signal limit at which supply air temperature is at maximum and fan speed starts to be modified [1] |
| Temperature limits | |||
| Real | TSupSet_max | Maximum supply air temperature for heating [K] | |
| Real | TSupSet_min | Minimum supply air temperature for cooling [K] | |
| Fan speed | |||
| Real | deaSpe | 0.1 | Deadband mode fan speed [1] |
| Fan speed - Heating | |||
| Real | uHeaFan_max | 1 | Maximum heating loop signal at which fan speed is modified [1] |
| Real | heaSpe_max | 1 | Maximum fan speed for heating [1] |
| Real | heaSpe_min | 0.1 | Minimum fan speed for heating [1] |
| Fan speed - Cooling | |||
| Real | uCooFan_max | 1 | Maximum cooling loop signal at which fan speed is modified [1] |
| Real | cooSpe_max | 1 | Maximum fan speed for cooling [1] |
| Real | cooSpe_min | 0.1 | Minimum fan speed for cooling [1] |
| Adjust temperature setpoint | |||
| General | |||
| Boolean | have_locAdj | true | Flag, set to true if both cooling and heating setpoint are adjustable through a single common knob |
| Boolean | sepAdj | false | True: cooling and heating setpoint can be adjusted separately |
| Boolean | ignDemLim | false | Flag, set to true to exempt individual zone from demand limit setpoint adjustment |
| Advanced | |||
| Real | bouLim | 1 | Threshold of temperature difference for indicating the end of setback or setup mode |
| Limits | |||
| Real | TActCoo_max | 300.15 | Maximum cooling setpoint during on [K] |
| Real | TActCoo_min | 295.15 | Minimum cooling setpoint during on [K] |
| Real | TActHea_max | 295.15 | Maximum heating setpoint during on [K] |
| Real | TActHea_min | 291.15 | Minimum heating setpoint during on [K] |
| Real | TWinOpeCooSet | 322.15 | Cooling setpoint when window is open [K] |
| Real | TWinOpeHeaSet | 277.15 | Heating setpoint when window is open [K] |
| Demand control adjustment | |||
| Real | incTSetDem_1 | 0.56 | Cooling setpoint increase value (degK) when cooling demand limit level 1 is imposed [K] |
| Real | incTSetDem_2 | 1.1 | Cooling setpoint increase value (degK) when cooling demand limit level 2 is imposed [K] |
| Real | incTSetDem_3 | 2.2 | Cooling setpoint increase value (degK) when cooling demand limit level 3 is imposed [K] |
| Real | decTSetDem_1 | 0.56 | Heating setpoint decrease value (degK) when heating demand limit level 1 is imposed [K] |
| Real | decTSetDem_2 | 1.1 | Heating setpoint decrease value (degK) when heating demand limit level 2 is imposed [K] |
| Real | decTSetDem_3 | 2.2 | Heating setpoint decrease value (degK) when heating demand limit level 3 is imposed [K] |
| Request limits | |||
| Chilled water plant requests | |||
| Real | chiWatPlaReqLim0 | 0.1 | Valve position limit below which zero chilled water plant requests are sent when one request was previously being sent [1] |
| Real | chiWatPlaReqLim1 | 0.95 | Valve position limit above which one chilled water plant request is sent [1] |
| Chilled water temperature reset requests | |||
| Real | chiWatResReqLim0 | 0.85 | Valve position limit below which zero chilled water reset requests are sent when one request was previously being sent [1] |
| Real | chiWatResReqLim2 | 2.78 | Temperature difference limit between setpoint and supply air temperature above which two chilled water reset requests are sent [K] |
| Real | chiWatResReqTimLim2 | 300 | Time period for which chiWatResReqLim2 has to be exceeded before two chilled water reset requests are sent [s] |
| Real | chiWatResReqLim3 | 5.56 | Temperature difference limit between setpoint and supply air temperature above which three chilled water reset requests are sent [K] |
| Real | chiWatResReqTimLim3 | 300 | Time period for which chiWatResReqLim3 has to be exceeded before three chilled water reset requests are sent [s] |
| Hot water requests | |||
| Real | hotWatPlaReqLim0 | 0.1 | Valve position limit below which zero hot water plant requests are sent when one request was previously being sent [1] |
| Real | hotWatResReqLim0 | 0.85 | Valve position limit below which zero hot water reset requests are sent when one request was previously being sent [1] |
| Real | hotWatPlaReqLim1 | 0.95 | Valve position limit above which one hot water plant request is sent [1] |
| Real | hotWatResReqLim2 | 8 | Temperature difference limit between setpoint and supply air temperature above which two hot water reset requests are sent [K] |
| Real | hotWatResReqTimLim2 | 300 | Time period for which hotWatResReqLim2 has to be exceeded before two hot water reset requests are sent [s] |
| Real | hotWatResReqLim3 | 17 | Temperature difference limit between setpoint and supply air temperature above which three hot water reset requests are sent [K] |
| Real | hotWatResReqTimLim3 | 300 | Time period for which hotWatResReqLim3 has to be exceeded before three hot water reset requests are sent [s] |
| Advanced | |||
| Real | uLow | -0.1 | Lower limit of the hysteresis for checking temperature difference [1] |
| Real | uHigh | 0.1 | Higher limit of the hysteresis for checking temperature difference [1] |
| Real | deaHysLim | 0.05 | Hysteresis limits for cooling and heating loop signals for deadband mode transitions [1] |
| Real | THys | 0.1 | Hysteresis for checking temperature difference [K] |
| Real | dFanSpe | 0.05 | Fan speed hysteresis difference [1] |
| Operation mode | |||
| Real | preWarCooTim | 10800 | Maximum cool-down or warm-up time [s] |
Connectors
| Type | Name | Description |
|---|---|---|
| input BooleanInput | u1Occ | Current occupancy period, true if it is in occupant period |
| input BooleanInput | u1Win | Window status, normally closed (true), when windows open, it becomes false |
| input BooleanInput | u1Fan | Fan proven on signal |
| input IntegerInput | uCooDemLimLev | Cooling demand limit level |
| input IntegerInput | uHeaDemLimLev | Heating demand limit level |
| input IntegerInput | nOcc | Number of occupants |
| input RealInput | warUpTim | Warm-up time retrieved from optimal warm-up block [s] |
| input RealInput | cooDowTim | Cool-down time retrieved from optimal cool-down block [s] |
| input RealInput | tNexOcc | Time to next occupied period [s] |
| input RealInput | TZon | Measured zone temperatures [K] |
| input RealInput | TSup | Measured supply air temperature [K] |
| input RealInput | setAdj | Setpoint adjustment value [K] |
| input RealInput | cooSetAdj | Cooling setpoint adjustment value [K] |
| input RealInput | heaSetAdj | Heating setpoint adjustment value [K] |
| input RealInput | TOccHeaSet | Occupied heating setpoint temperature [K] |
| input RealInput | TOccCooSet | Occupied cooling setpoint temperature [K] |
| input RealInput | TUnoHeaSet | Unoccupied heating setpoint temperature [K] |
| input RealInput | TUnoCooSet | Unoccupied cooling setpoint temperature [K] |
| output BooleanOutput | y1Fan | Fan command on status |
| output IntegerOutput | yChiWatResReq | Chilled water reset request |
| output IntegerOutput | yChiPlaReq | Chiller plant requests |
| output IntegerOutput | yHotWatResReq | Hot water reset requests |
| output IntegerOutput | yHotWatPlaReq | Hot water plant requests |
| output RealOutput | TSupSet | Supply air temperature setpoint [K] |
| output RealOutput | yFan | Fan command speed [1] |
| output RealOutput | TZonHeaSet | Heating setpoint temperature [K] |
| output RealOutput | TZonCooSet | Cooling setpoint temperature [K] |
| output RealOutput | yCooCoi | Cooling coil control signal [1] |
| output RealOutput | yHeaCoi | Heating coil control signal [1] |