ATO single + back up

Do you have a question on how to do something.
Ask in here.
Post Reply
neuro
Posts: 50
Joined: Mon Nov 19, 2012 9:22 pm

ATO single + back up

Post by neuro »

I realized I posted in the wrong forum, so I've reposted this here:

- I want to set the ATO to single, using ATO Low to trigger the pump to feed the water to top off my sump.
- I want to set the ATO high as a backup switch, so if the first ATO low fails, the second will stop any overflow from happening.

Does anyone know what I'm going to need to do besides set my ato to single ato?
User avatar
lnevo
Posts: 5422
Joined: Fri Jul 20, 2012 9:42 am

ATO single + back up

Post by lnevo »

Isn't that the behavior for standard ato?
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: ATO single + back up

Post by rimai »

Wow. I could have sworn I had posted a reply on you other thread.

Code: Select all

ReefAngel.SingleATO(true,Port1,60,0);
if (!ReefAngel.HighATO.IsActive()) ReefAngel.Relay.Off(Port1);
Roberto.
neuro
Posts: 50
Joined: Mon Nov 19, 2012 9:22 pm

Re: ATO single + back up

Post by neuro »

rimai wrote:Wow. I could have sworn I had posted a reply on you other thread.

Code: Select all

ReefAngel.SingleATO(true,Port1,60,0);
if (!ReefAngel.HighATO.IsActive()) ReefAngel.Relay.Off(Port1);
I posted in the wrong forum. Thanks Robert! I figured that was the way to do it, but didn't know if there was anything else special that needed to happen.

Thank you
neuro
Posts: 50
Joined: Mon Nov 19, 2012 9:22 pm

Re: ATO single + back up

Post by neuro »

rimai wrote:Wow. I could have sworn I had posted a reply on you other thread.

Code: Select all

ReefAngel.SingleATO(true,Port1,60,0);
if (!ReefAngel.HighATO.IsActive()) ReefAngel.Relay.Off(Port1);
Robert, I think this only works when both switches are pointed down. If I want to have the low point down and the high point up, just like how the standard ato switches are setup, do I remove the exclamation point?
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: ATO single + back up

Post by rimai »

Yes :)
Roberto.
neuro
Posts: 50
Joined: Mon Nov 19, 2012 9:22 pm

Re: ATO single + back up

Post by neuro »

Thanks, it's working now!
User avatar
cosmith71
Posts: 1432
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: ATO single + back up

Post by cosmith71 »

I did something similar. I wired the two switches in series. That way I have backup protection using only one ATO port. I used the other ATO port as a failsafe to switch off my return pump if the sump gets too low.

--Colin

Edit: Fixed switch logic. :oops:
Post Reply