browse

| Description of Equipment

The Dynamic Airflow Balancing (DAB) Modulating AHU with Dynamic Chilled Water Balancing (DCWB) is a system-level profile controlled by the CCU. It is used to moderate air and the waterside of the AHU.

Dynamic airflow balancing optimizes the air side distribution and the fan power required for conditioning the space. However, it does not control the cooling output signal to match the optimal parameters of the cooling coil, leading to suboptimal chilled water usage.

DCWB extends the fully modulating DAB profile for an AHU. DCWB along with DAB provides more energy saving than DAB alone. It controls the chilled water usage in the AHU based on multiple approaches to reduce the overall energy consumption (Electrical + Cooling).

 

 

DAB Fully Modulating AHU with DCWB optimizes energy consumption of fan and chilled water by lowering static pressure of fan through DAB algorithm and by having optimal exit water temperature through DCWB algorithm.

When considering the entire plant, having optimal CHWS leads to chiller efficiency and having optimal ΔT leads to lower hydronic pump energy use.

Quick Summary
Cooling Control Reset based on weighted average calculation (Total load requirements of all the spaces controlled)
Heating Control  Reset based on weighted average calculation (Total load requirements of all the spaces controlled)
Fan Control

Reset based on cooling or heating control (Total load requirements of all the spaces controlled)

Chilled Water Valve Control

Reset based on chilled water ΔT/ chiller water exit temperature

| Schematics

Chiller 1 
Inkt Water 
Temperature 
sensor 
Chilled Inlet 
Water Temperature 
Chilled Exit 
Water Temperature 
Chilled Water 
Flow 
Water 
Ten krature 
Chilled water 
Valve 
c Hwvalve 
Chilled 
Status 
Water Flow 
sensor 
Chill wate 
valve control

 

| Control System Object List

When the system profile is enabled only for a Dynamic Airflow Balancing  (DAB) based control, the following control system objects are applicable. 

Object Name Type Input/Output Type
Weighted Average Calculated Parameter NA
Modulating Cooling Control Output Analog Out
Modulating Heating Control Output Analog Out
Modulating Fan Control  Output Analog Out

When the system profile is enabled for a Dynamic Chilled Water Balancing  (DCWB) based control, additional control system objects are included to contribute to the additional algorithm applicable. Based on the algorithm opted for in the configuration the control system objects vary as shown below.

Adaptive Delta T Algorithm
Object Name Type Input/Output Type
Modulating Chilled Water Valve Output Analog Out
Chilled Water Delta T  Input User Intent
Chilled water Max Flow rate (GPM) Input User Intent

 

Maximized Exit Water Algorithm
Object Name Type Input/Output Type
Modulating Chilled Water Valve Output Analog Out
Chilled Water Exit Temperature Margin Input User Intent
Chilled water Max Flow rate (GPM) Input User Intent

 

Additional configuration parameters to define the Analog Input & Output ranges for different control triggers are also available for configuration as below.

Parameter Description
Analog-In at Valve Closed To define the Analog In when the CHW valve is closed
Analog-In at Valve Full Position To define the Analog In when the CHW valve is in full position
Analog-Out at Min CHW Valve To define the Analog Out at minimum CHW valve
Analog-Out at Max CHW Valve To define the Analog Out at maximum CHW valve
Analog-Out at Min Fan Speed To define the Analog Out at minimum Fan Speed
Analog-Out at Max Fan Speed To define the Analog Out at maximum Fan speed
Analog-Out at Min Heating Speed To define the Analog Out at minimum Heating
Analog-Out at Max Heating To define the Analog Out at maximum Heating
Analog-Out at Min Cooling Loop To define the Analog Out at minimum cooling loop
Analog-Out at Max Cooling Loop To define the Analog Out at maximum cooling loop

 

| Sequence of Operation

The sequence of operation is completely driven based on the Occupancy Mode, Zone load (Weighted Average), set Cooling and Heating Desired Temperatures, Return Water temperature, and Space CO2 levels.

For a sequence of operations related to the DAB part of the profile, based on the occupancy modes refer to CCU DAB System Profile - Sequence of Operation

| Sequence of Operation for DCWB Parts

When the system profile is enabled for a Dynamic Chilled Water Balancing  (DCWB) based control. During all the occupancy modes when the zones demand cooling, the 

The DCWB profile uses 2 algorithms in its operation to deliver efficiency in chilled water usage for HVAC needs.

With the DCWB feature enabled, the profile screen provides two more options to select from, to make the system work in two different approaches one based on the Inlet Water Temperature (Adaptive Delta T), and the other based on the Chilled water exit temperature (Maximized Exit Water Temperature).

As shown in the wiring diagram above, a BTU meter which is connected to the Chilled water Inlet Temperature and Chilled water Exit Temperature sensors constantly records the chilled water inlet and exit temperatures and communicates it to the system as input. 

The algorithm uses these temperatures and the predefined Adaptive Delta T, configurable parameter in the configuration screen to calculate a CHW Delta T Valve loop which is a percentage value, and the valve position is scaled to the valve loop, to increase or decrease based on the scaling percentage. 

| Adaptive Delta T Algorithm & Operation

The adaptive delta T algorithm uses adaptiveComfortThreshold to determine if the valve needs to open linearly to 100% or use a PI loop to calculate chilledWaterDeltaTValveLoop to maintain delta T.

The Delta T Valve loop generated operates the system in two different ways based on whether the inletWaterTemperature + chilledWaterTargetDeltaT </> adaptiveComfortThreshold (70F). The table below talks about the same:

If Then
inletWaterTemperature + chilledWaterTargetDeltaT < adaptiveComfortThreshold (70F)

The system uses PI to calculate chilledWaterDeltaTValveLoop to maintain delta T, which is (T1-T2 ).

Example:

When,

inletWaterTemperature = 44 F
chilledWaterTargetDeltaT = 15 F
adaptiveComfortThresholdMargin = 4
averageDesiredCoolingTemp = 74 F

  • Calculated adaptiveComfortThreshold = 74-4 = 70F
  • inletWaterTemperature + chilledWaterTargetDeltaT = 44 + 15 = 59F

59F which is the (inletWaterTemperature + chilledWaterTargetDeltaT) < 70 which is the (adaptiveComfortThreshold)

 

Then the Valve modulates as per PI  (chilledWaterTargetDeltaT , actualDeltaT) as load changes in the spaces.

Where,

actualDeltaT = OutletWaterTemp - InletWaterTemp.

inletWaterTemperature + chilledWaterTargetDeltaT > adaptiveComfortThreshold (70F)

The chilledWaterDeltaTValveLoop linearly modulates the valve from current position to 100% as outletWaterTemperature rises to averageDesiredCoolingTemp

Example:

Now let's say,

chilledWaterDeltaTValveLoop= 60%

inlet water temp= 56F 

Then,

  • inletWaterTemperature + chilledWaterTargetDeltaT = 56 + 15 = 71

71 > 70 (adaptiveComfortThreshold)


We are now in the adaptive delta T range.


The chilledWaterDeltaTValveLoop increases from 60% to 100% in the 4Deg band from 70 to 74F

 

  • chilledWaterDeltaTValveLoop = 60%+ (40%*(1/4)) = 70%

For an inlet water temp= 57F the same would be

  • inletWaterTemperature + chilledWaterTargetDeltaT = 57 + 15 = 72
  • chilledWaterDeltaTValveLoop = 60%+ (40%*(2/4)) = 80%

Note: When actualDeltaT is 0, we would expect the valve to be completely closed,  but a PI Loop with setPoint 15 and control point 0,  would eventually generate 100% output.

Hence a PI Loop inversion is in place to generate the valveLoopOutput which will be 0 once
the loop is stabilized.

Illustration for InletWaterTemperature  + TargetChilledWaterDeltaT)< AdaptiveComfortThreshold:

mceclip1.png

Illustration for InletWaterTemperature  + TargetChilledWaterDeltaT) > AdaptiveComfortThreshold:

mceclip2.png

| Maximized Exit Water Temperature Algorithm & Operation

Maximized Exit Water Temperature is a method in which the chilled water exit temperature is used to calculate the CHW Delta T Valve loop.

Based on the chilledWaterTargetExitTemperature, the system controls the chilledWaterDeltaTValveLoop in two ways. The table below talks about the same:

If Then
Chilled Water Exit Temperature < Chilled Water Target Exit Temperature

Then the valve will start closing using PI and settle at minimum of 1% if the chilledWaterExitTemperature remains below the chilledWaterTargetExitTemperature for a period long enough to cause the integral component to decrease to zero. 

Example: 

When,

averageDesiredCoolingTemp = 74F
chilledWaterExitTemperatureMargin = 4 F

 

  • chilledWaterTargetExitTemperature = averageDesiredCoolingTemp - chilledWaterExitTemperatureMargin = 74 - 4 = 70

Lets say the chilledWaterExitTemperature = 69

69<70 ( chilledWaterExitTemperature < chilledWaterTargetExitTemperature)

The Valve is open at 1%

 

Chilled Water Exit Temperature > Chilled Water Target Exit Temperature

The chilled water return valve opens linearly to 100% so that the temperature from 4 degrees below the desired temperature reaches the desired cooling temperature.

Example: 

When,

averageDesiredCoolingTemp = 74F
chilledWaterExitTemperatureMargin = 4 F

 

  • chilledWaterTargetExitTemperature = averageDesiredCoolingTemp - chilledWaterExitTemperatureMargin = 74 - 4 = 70

Lets say the chilledWaterExitTemperature = 71

71>70 ( chilledWaterExitTemperature > chilledWaterTargetExitTemperature)

Valve opens linearly to 100%

Note:  When the chilledWaterExitTemperature falls below chilledWaterTargetExitTemperature the valve will start closing using PI and settle at a minimum of 1%, If the chilledWaterExitTemperature remains below the chilledWaterTargetExitTemperature for a period long enough to cause the integral component to decrease to zero.

 

Illustration Chilled Water Exit Temperature < Chilled Water Target Exit Temperature:

mceclip0.png

Illustration Chilled Water Exit Temperature > Chilled Water Target Exit Temperature:

mceclip3.png

| Overrode Control for Max GPM

Irrespective of the approach used, if at any point of time the flow reaches chilledWaterMaxFlowRate then the chilledWaterDeltaTValveLoop will stop increasing, and an alert "Chilled water flow limited by max limit" is generated.

 

| Control Mode Summary

Modes & 

Operation

Pre-Conditioning Occupied AutoAway Unoccupied Forced Occupied
Auto

HeatingLoopOutput 

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

HeatingLoopOutput 

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

Co2LoopOutput

HeatingLoopOutput 

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

Co2LoopOutput

HeatingLoopOutput 

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

HeatingLoopOutput 

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

Heat Only

HeatingLoopOutput 

HeatingLoopOutput 

FanLoopOutput

Co2LoopOutput

 

HeatingLoopOutput 

FanLoopOutput

Co2LoopOutput

HeatingLoopOutput 

FanLoopOutput

HeatingLoopOutput 

FanLoopOutput

Cool Only

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

Co2LoopOutput

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

Co2LoopOutput

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

CoolingLoopOutput

FanLoopOutput

ChilledWaterDeltaTLoopOutput

ChilledWaterExitTemperatureLoopOutput

Off

All Loops Deactivated

Previous
Next

Comments

0 comments

Please sign in to leave a comment.

Was this article helpful?

0 out of 0 found this helpful
Powered by Zendesk