Controller for dual-duct terminal unit using mixing control with
inlet flow sensor according to Section 5.12 of ASHRAE Guideline 36,
May 2020. It outputs discharge airflow setpoint
VSet_flow, cold and hot duct dampers position setpoint
(yCooDam, yHeaDam), cooling supply
temperature setpoint reset request yZonCooTemResReq,
heating supply temperature setpoint reset request
yZonHeaTemResReq, cold-duct static pressure setpoint
reset request yColDucPreResReq, hot-duct static
pressure setpoint reset request yHotDucPreResReq,
heating fan request yHeaFanReq. It also outputs the
alarms about the low airflow yLowFloAla, leaking
dampers, and airflow sensor(s) calibration alarm.
The sequence consists of six subsequences.
The subsequence is implementd according to Section 5.3.4. The
measured zone temperature TZon, zone setpoints
temperatures THeaSet and TCooSet are
inputs to the instance of class
Buildings.Controls.OBC.ASHRAE.G36.ThermalZones.ZoneStates to
generate the heating and cooling control loop signal.
This sequence sets the active maximum airflow according to
Section 5.12.4. Depending on operation modes uOpeMod,
it sets the airflow rate limits for cooling and heating supply. See
Buildings.Controls.OBC.ASHRAE.G36.TerminalUnits.DualDuctMixConInletSensor.Subsequences.ActiveAirFlow.
This sequence sets the dampers position setpoints. The
implementation is according to Section 5.12.5. The sequence outputs
discharge airflow rate setpoint VSet_flow, cold and
hot ducts damper position setpoints (yCooDam,
yHeaDam). See
Buildings.Controls.OBC.ASHRAE.G36.TerminalUnits.DualDuctMixConInletSensor.Subsequences.Dampers.
According to Section 5.12.8, this sequence outputs the system
reset requests, i.e. cooling and heating supply air temperature
reset requests (yZonCooTemResReq and
yZonHeaTemResReq), cold and hot duct static pressure
reset requests (yColDucPreResReq and
yHotDucPreResReq), and the heating fan requests
yHeaFanReq. See
Buildings.Controls.OBC.ASHRAE.G36.TerminalUnits.DualDuctMixConInletSensor.Subsequences.SystemRequests.
According to Section 5.12.6, this sequence outputs the alarms of low discharge flow, leaking dampers and airflow sensor calibration alarm. See Buildings.Controls.OBC.ASHRAE.G36.TerminalUnits.DualDuctMixConInletSensor.Subsequences.Alarms.
According to Section 5.12.7, this sequence allows the override the aiflow and dampers position setpoints. See Buildings.Controls.OBC.ASHRAE.G36.TerminalUnits.DualDuctMixConInletSensor.Subsequences.Overrides.
have_preIndDam to exclude the
option of using pressure independant damper.