I’m having trouble with my ATO program and would appreciate some feedback. Here’s how my system is configured:
Sw4 - ATO Level (OPEN if ATO tank is empty)
Sw5 - Water Level (OPEN if aquarium needs water)
Sw6 - Leak detector (CLOSED if leak detected)
My program, which is not working is:
Fallback OFF
Set OFF
OSC 000:00/000:10/059:50 Then ON
If Sw4 OPEN Then OFF <—OPEN means ATO is empty
If Sw5 CLOSED Then OFF <—CLOSED means aquarium level good
If Sw6 CLOSED Then OFF <— CLOSED means leak detected
Min Time 010:00 Then OFF
I read this as Fallback OFF, then every ten minutes turn ON, but turn off if ATO is empty, aquarium doesn’t need water or a leak is detected. Run for 10 seconds, then turn OFF.
My ATO never turns on. What am I doing wrong?