I am adding two float switches.
#1 float switch is (NC) will be at the bottom of my sump in my return pump chamber. I want it to shut off the return pump outlet if the water level in that chamber gets dangerously low for whatever reason. Also don't want my pump to switch on and off like crazy while my low water issue is happening. I believe I need to set a MIN time for my pump to turn back on but I am unsure how that works exactly.
#2 float switch is reversed (NO). It will be at the very top of my sump. I want to shut off my topoff outlet if the water is extremely high in my sump. I am using this switch as a failsafe against my ATO solonoid.
So....
For switch#1 here is my proposed programming (RETURN PUMP):
Fallback ON
Set ON
If Switch1 OPEN then ON
If Switch1 CLOSED then OFF
Min Time 30:00 Then ON
If FeedA then OFF
For switch#2 here is my proposed programming (ATO):
Fallback ON
Set ON
If Switch2 CLOSED then OFF
If Switch2 OPEN then ON
(do I need a min time for this one?)
Thanks in advance
#1 float switch is (NC) will be at the bottom of my sump in my return pump chamber. I want it to shut off the return pump outlet if the water level in that chamber gets dangerously low for whatever reason. Also don't want my pump to switch on and off like crazy while my low water issue is happening. I believe I need to set a MIN time for my pump to turn back on but I am unsure how that works exactly.
#2 float switch is reversed (NO). It will be at the very top of my sump. I want to shut off my topoff outlet if the water is extremely high in my sump. I am using this switch as a failsafe against my ATO solonoid.
So....
For switch#1 here is my proposed programming (RETURN PUMP):
Fallback ON
Set ON
If Switch1 OPEN then ON
If Switch1 CLOSED then OFF
Min Time 30:00 Then ON
If FeedA then OFF
For switch#2 here is my proposed programming (ATO):
Fallback ON
Set ON
If Switch2 CLOSED then OFF
If Switch2 OPEN then ON
(do I need a min time for this one?)
Thanks in advance