Slickdonkey
New member
Check out this graph -- my chiller is coming on ~20 times a day. I have my program set so that the chiller is off for a minimum 20 minutes each time, but shouldn't it be possible to run a tank so the chiller only comes on a few times per day? Right now I'm running my halides for about 5 hours, from about 5pm to 10pm.
Here are the relevant lines in my AC3Pro program, followed by a graph of what's going on. I'm using the default season table. The resolution in the graph should be 5 minutes.
If Temp > RT+0.2 Then FAN ON
If Temp < RT+0.0 Then FAN OFF
If Temp > RT+0.4 Then CHL ON
If Temp < RT+0.0 Then CHL OFF
Max Change 020 M Then CHL OFF
If Temp < RT+-0.4 Then HT1 ON
If Temp > RT+0.0 Then HT1 OFF
Max Change 002 M Then HT1 OFF
If Temp < RT+-0.4 Then HT2 ON
If Temp > RT+0.0 Then HT2 OFF
Max Change 002 M Then HT2 OFF
Here are the relevant lines in my AC3Pro program, followed by a graph of what's going on. I'm using the default season table. The resolution in the graph should be 5 minutes.
If Temp > RT+0.2 Then FAN ON
If Temp < RT+0.0 Then FAN OFF
If Temp > RT+0.4 Then CHL ON
If Temp < RT+0.0 Then CHL OFF
Max Change 020 M Then CHL OFF
If Temp < RT+-0.4 Then HT1 ON
If Temp > RT+0.0 Then HT1 OFF
Max Change 002 M Then HT1 OFF
If Temp < RT+-0.4 Then HT2 ON
If Temp > RT+0.0 Then HT2 OFF
Max Change 002 M Then HT2 OFF