This sequence outputs the system reset requests for terminal unit with reheat. The implementation is according to the Section 5.6.8 of ASHRAE Guideline 36, May 2020.
yZonTemResReq
TZon
exceeds the zone cooling setpoint
TCooSet
by 3 °C (5 °F)) for 2 minutes and after suppression
period (uAftSup=true
) due to setpoint change per G36 Part 5.1.20,
send 3 requests (yZonTemResReq=3
).
TZon
exceeds the zone cooling setpoint
TCooSet
by 2 °C (3 °F) for 2 minutes and after suppression
period (uAftSup=true
) due to setpoint change per G36 Part 5.1.20,
send 2 requests (yZonTemResReq=2
).
uCoo
is greater than 95%, send 1 request
(yZonTemResReq=1
) until uCoo
is less than 85%.
uCoo
is less than 95%, send 0 request (yZonTemResReq=0
).
yZonPreResReq
VDis_flow
is less than 50% of setpoint
VSet_flow
while the setpoint is greater than zero and the damper position
uDam
is greater than 95% for 1 minute, send 3 requests (yZonPreResReq=3
).
VDis_flow
is less than 70% of setpoint
VSet_flow
while the setpoint is greater than zero and the damper position
uDam
is greater than 95% for 1 minute, send 2 requests (yZonPreResReq=2
).
uDam
is greater than 95%, send 1 request
(yZonPreResReq=1
) until uDam
is less than 85%.
uDam
is less than 95%, send 0 request
(yZonPreResReq=0
).
yHeaValResReq
TDis
is 17 °C (30 °F)
thrTDis_1
less than the setpoint TDisSet
for 5 minutes, send 3 requests.
TDis
is 8 °C (15 °F)
thrTDis_1
less than the setpoint TDisSet
for 5 minutes, send 2 requests.
uVal
is greater than 95%, send 1
request until the hot water valve position is less than 85%.
uVal
is less than 95%, send 0 request.
uVal
is greater than 95%, send 1
request until the hot water valve position is less than 10%.
uVal
is less than 95%, send 0 requests.