Hello.
I have radiant floor heating, controllerb by HAI OmniProII. 9 pipe loops in floor, with temperature sensors and controlled by outputs. This is working fine (switching on and off the loops).
I also would like to control the heating water pump - switch it on if any of the 9 loops is switched on and switch it off, if all the 9 loops are switched off.
OmniProII has latest firmware, 3.2
Currently I have following programming for control the heating water pump:
25. WHEN temploop1 NOT READY
WHEN temploop2 NOT READY
WHEN temploop3 NOT READY
WHEN temploop4 NOT READY
WHEN temploop5 NOT READY
WHEN temploop6 NOT READY
WHEN temploop7 NOT READY
WHEN temploop8 NOT READY
WHEN temploop9 NOT READY
THEN heatpump ON
<- this block seems to working properly. It switches on the pump if any of the loops is switched on.
I have problem with switching off the heating water pump (when all the 9 loops are switched off), something is wrong there:
26. WHEN temploop1 SECURE
AND IF temploop2 SECURE
AND IF temploop3 SECURE
AND IF temploop4 SECURE
AND IF temploop5 SECURE
AND IF temploop6 SECURE
AND IF temploop7 SECURE
AND IF temploop8 SECURE
AND IF temploop9 SECURE
THEN heatpump OFF
I'm using dealer pc access 3 for programming the OmniPro II. Looks like I don't understand fully the HAI programming logic.
Can someone help me with this? Regards, Arma
I have radiant floor heating, controllerb by HAI OmniProII. 9 pipe loops in floor, with temperature sensors and controlled by outputs. This is working fine (switching on and off the loops).
I also would like to control the heating water pump - switch it on if any of the 9 loops is switched on and switch it off, if all the 9 loops are switched off.
OmniProII has latest firmware, 3.2
Currently I have following programming for control the heating water pump:
25. WHEN temploop1 NOT READY
WHEN temploop2 NOT READY
WHEN temploop3 NOT READY
WHEN temploop4 NOT READY
WHEN temploop5 NOT READY
WHEN temploop6 NOT READY
WHEN temploop7 NOT READY
WHEN temploop8 NOT READY
WHEN temploop9 NOT READY
THEN heatpump ON
<- this block seems to working properly. It switches on the pump if any of the loops is switched on.
I have problem with switching off the heating water pump (when all the 9 loops are switched off), something is wrong there:
26. WHEN temploop1 SECURE
AND IF temploop2 SECURE
AND IF temploop3 SECURE
AND IF temploop4 SECURE
AND IF temploop5 SECURE
AND IF temploop6 SECURE
AND IF temploop7 SECURE
AND IF temploop8 SECURE
AND IF temploop9 SECURE
THEN heatpump OFF
I'm using dealer pc access 3 for programming the OmniPro II. Looks like I don't understand fully the HAI programming logic.
Can someone help me with this? Regards, Arma