LOTUS50GOD
Active member
I am trying to automate my top off
I want the fresh water top off to only come on if:
1. The float switch is open
2. The PH is over 8.2
3. If the time is between 8:00 and 8:01.
Only if all three parameters are yes do I want to turn on the pump.
** Incase you were wondering the time parameter, this is so I don't over fill the tank in case of switch failure. I also have a 1 gallon tank for fresh water, so this is so I don't burn out the pump when it drains.
Here is my code that does not work
Fallback OFF
Set OFF
If Switch1 CLOSED Then OFF
If Temp > 08.30 Then ON
If Time 08:00 to 08:01 Then ON
if I move the statement for the switch.. will this work
Fallback OFF
Set OFF
If Temp > 08.30 Then ON
If Time 08:00 to 08:01 Then ON
If Switch1 CLOSED Then OFF
I want the fresh water top off to only come on if:
1. The float switch is open
2. The PH is over 8.2
3. If the time is between 8:00 and 8:01.
Only if all three parameters are yes do I want to turn on the pump.
** Incase you were wondering the time parameter, this is so I don't over fill the tank in case of switch failure. I also have a 1 gallon tank for fresh water, so this is so I don't burn out the pump when it drains.
Here is my code that does not work
Fallback OFF
Set OFF
If Switch1 CLOSED Then OFF
If Temp > 08.30 Then ON
If Time 08:00 to 08:01 Then ON
if I move the statement for the switch.. will this work
Fallback OFF
Set OFF
If Temp > 08.30 Then ON
If Time 08:00 to 08:01 Then ON
If Switch1 CLOSED Then OFF