Bent
I got nothin'
That’s correct. That would run the pump for 15 seconds instead of 10 seconds.
Yes, it will run the freshwater pump for one minute (because of the defer) or until the sumphi float switch is closed, but looking over this thread it seems like that’s not correct... you want it to stop once ATO_NL is open. If that’s the case you should modify the code as follows:
Fallback OFF
Set OFF
If ATO_NL CLOSED Then ON
If Time 11:46 to 11:56 Then OFF
If Time 11:57 to 11:59 Then ON
If ATO_NL OPEN Then OFF
If SumpHi CLOSED Then OFF
If Time 12:00 to 12:01 Then OFF
Defer 002:00 Then ON
Min Time 010:00 Then OFF
So educate me.
So the way the code is now, even if the ATO_NL is closed the freshwater pump will still pump water into the sump for one minute?
It looks like you are changing the code to basically ignore the background set off, correct? How does that make it operate any different?
Edit:
WAIT! I think your learning me here.
It’s because you put the “If Ato_NL open then off” further down the code right!
Last edited: