Controller for snap-acting controlled dual-duct terminal unit
according to Section 5.11 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.11.4. Depending on operation modes uOpeMod,
it sets the airflow rate limits for cooling and heating supply. See
Buildings.Controls.OBC.ASHRAE.G36.TerminalUnits.DualDuctSnapActing.Subsequences.ActiveAirFlow.
This sequence sets the dampers position setpoints. The
implementation is according to Section 5.11.5. The sequence outputs
discharge airflow rate setpoint VSet_flow, cold and
hot ducts damper position setpoints (yCooDam,
yHeaDam). It has two sequences depending on if the
unit has the dual inlet flow sensor.
According to Section 5.11.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.DualDuctSnapActing.Subsequences.SystemRequests.
According to Section 5.11.6, this sequence outputs the alarms of low discharge flow, leaking dampers and airflow sensor calibration alarm. See Buildings.Controls.OBC.ASHRAE.G36.TerminalUnits.DualDuctSnapActing.Subsequences.Alarms.
According to Section 5.11.7, this sequence allows the override the aiflow and dampers position setpoints. See Buildings.Controls.OBC.ASHRAE.G36.TerminalUnits.DualDuctSnapActing.Subsequences.Overrides.
have_preIndDam to exclude the
option of using pressure independant damper.