sidewinder770
New member
I've been trying to figure out the best way to add a second chiller to my program. what I am wanting to do is have the first chiller (ch1) turn on at 80.3 degrees and off @ 79.6. Chiller 2 (ch2) to also come on at 80.3 degrees and off at 79.9. That part is easy to do but what I am also wanting is for chiller 2 to come on slightly after chiller 1 so they are not both starting up at the same time- anywhere from 15 seconds to 2 minutes delay would be fine just so long as they don't both start at once. I know I can put a delay start relay in the circuit after the x10 outlet but I would rather not have a 'hardware' solution.
If Temp > 80.2 Then CH1 ON
If Temp < 79.6 Then CH1 OFF
If Temp > 80.2 Then CH2 ON
If Temp < 79.9 Then CH2 OFF
Any ideas?
When the add on module comes out I imagine I will be able to specify a temp probe to accomplish this correct? Something like this-
If Temp1 > 80.2 Then CH1 ON
If Temp1 < 79.6 Then CH1 OFF
If Temp2 > 80.2 Then CH2 ON
If Temp2 < 79.9 Then CH2 OFF
This is on a III PRO if that matters.
If Temp > 80.2 Then CH1 ON
If Temp < 79.6 Then CH1 OFF
If Temp > 80.2 Then CH2 ON
If Temp < 79.9 Then CH2 OFF
Any ideas?
When the add on module comes out I imagine I will be able to specify a temp probe to accomplish this correct? Something like this-
If Temp1 > 80.2 Then CH1 ON
If Temp1 < 79.6 Then CH1 OFF
If Temp2 > 80.2 Then CH2 ON
If Temp2 < 79.9 Then CH2 OFF
This is on a III PRO if that matters.