PDA

View Full Version : Apex programming help with fan.


zum14
03-15-2011, 06:25 AM
Hello. So i think i have this under control but looking to just confirm the programming for my fan i just added. Id like it to come on at RT+0.5 and off at RT+0.0. I just dont want the thing turning on and off with a 0.1 degree swing. I have it set up as follows.

Fallback OFF
If Temp > RT+0.5 then ON
If Temp < RT+0.0 then OFF


Sound about right? Or am i missing a set OFF or anything like that??
Thanks for checking.

whatcaneyedo
03-15-2011, 02:07 PM
It looks fine as long as you don't mind having your tank drop down to 75ºF in February. I've added a degree to mine instead so it goes up to 81.5ºF in August but only as low as 76ºF in February.

Fallback OFF
If Temp > RT+1.3 Then ON
If Temp < RT+1.0 Then OFF