Return pump cut off

Do you have a question on how to do something.
Ask in here.
Post Reply
windsweptfarm
Posts: 13
Joined: Mon Jul 01, 2013 10:53 am

Return pump cut off

Post by windsweptfarm »

Have had snails plug up syphon from overflow leading to flooding. I'm looking to have a float switch in the overflow to shut off the return pump if the overflow level and display tank level starts to crest. Very new to coding. I am hoping this is not hard to set up. Thanks, Casey
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Return pump cut off

Post by lnevo »

Extremely easy
windsweptfarm
Posts: 13
Joined: Mon Jul 01, 2013 10:53 am

Re: Return pump cut off

Post by windsweptfarm »

Thanks so much.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Return pump cut off

Post by rimai »

Assuming you are using the ATO High port and Port8 for return, you would use something like this:

Code: Select all

ReefAngel.Relay.Set(Port8,ReefAngel.HighATO.IsActive());
Roberto.
Post Reply