I find the Neptune Apex manual too light and the Unofficial Guide so deep that I get lost in the detail. Paul at Neptune is great, but it's Sunday morning, so I"m starting here. My first attempt at an ATO program is this:
Fallback OFF
Set OFF
If Switch1 CLOSED Then ON
If Switch2 CLOSED Then OFF
Min Time 010:00 Then OFF
Will the Switch2 statement over ride the Switch1 statement? On my level switch rack, both switches are normally open and close when the float floats as the level rises. Switch1 is the lower primary switch and Switch2 is the higher backup switch.
So what happens if the level rises to the point Switch2 closes? That would mean the program is telling output 1 (powering the Aqualifter) to be on because Switch1 is closed and output 1 to be off because Switch2 is closed. I'm confused.
Fallback OFF
Set OFF
If Switch1 CLOSED Then ON
If Switch2 CLOSED Then OFF
Min Time 010:00 Then OFF
Will the Switch2 statement over ride the Switch1 statement? On my level switch rack, both switches are normally open and close when the float floats as the level rises. Switch1 is the lower primary switch and Switch2 is the higher backup switch.
So what happens if the level rises to the point Switch2 closes? That would mean the program is telling output 1 (powering the Aqualifter) to be on because Switch1 is closed and output 1 to be off because Switch2 is closed. I'm confused.