I added a float switch to my sump so if something major would go wrong (Pipe broke, etc) it would kill the return and aux feed pumps. I created a virtual outlet for the switch and added the following program:
Fallback OFF
Set OFF
If SumpLo CLOSED Then OFF
If SumpLo OPEN Then ON
If Outlet Water_Change = ON Then OFF
My question is on the "If Outlet Water_Change = ON Then OFF" line. I created another VO named Water_Change so I could turn that outlet on during water changes and it would not kill the pumps since I use them to pump water out.
Is the line in the correct place or does it need to move up in the program. I believe the last line overrides the code above but I just want to make sure I didn't screw something up.
Let me know if you need more info.
Fallback OFF
Set OFF
If SumpLo CLOSED Then OFF
If SumpLo OPEN Then ON
If Outlet Water_Change = ON Then OFF
My question is on the "If Outlet Water_Change = ON Then OFF" line. I created another VO named Water_Change so I could turn that outlet on during water changes and it would not kill the pumps since I use them to pump water out.
Is the line in the correct place or does it need to move up in the program. I believe the last line overrides the code above but I just want to make sure I didn't screw something up.
Let me know if you need more info.

