pump/switch con fig

tinman11

New member
hey need alittle help with this, i have a sump switch mounted high in the sump to turn on a second pump if my master quits anyhow in the unofficial users guide it says to use this to turn a pump off and stay off till i do something about it,
well i want to turn the pump on and stay on till i do something about it
so in the book it says:
fallback off
if feedd then on
if switch1 open then off

i want:
fallback on
if feedc then off
if switch1 closed then on
if feeda then off ( this is for normal feeding of the tank)

so right now when i trip the float switch manually the pump does come on but turns off right away as soon as i let go of the float any ideas? i have made the virtuial outlet and all that stuff and it all seems to be working good.
 
Based on your code and behavior, it sounds like FeedC is active. It can be difficult to know the status of a Feed cycle, so I created a Virtual Outlet for each one and added it to my display.

[Feed_x]
Set OFF
If Feedx 000 Then ON

Todd
 
Back
Top