Single ATO

Related to the development libraries, released by Curt Binder
Post Reply
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Single ATO

Post by Christo »

Hi Guys

If I want to use the SingleATO for the following!

The low-switch controls the sump level and the high-switch to act as a failsafe if the low-switch should get stuck at any time


Sent from my iPhone using Tapatalk
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Single ATO

Post by rimai »

Try this:

Code: Select all

ReefAngel.SingleATO(true,Port1,60,0);
if (!ReefAngel.HighATO.IsActive()) ReefAngel.Relay.Off(Port1);
Roberto.
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

Thanx Roberto!


Sent from my iPhone using Tapatalk
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

Hi Guys! Still Strugling here!

Here is a PIC of how my floats are installed

Image

Image

So I want the lower one (ATOLow) to Control the level and the higher one (ATOHigh) for fail safe if something should happen to the Low switch

Thanks!


Sent from my iPhone using Tapatalk
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Single ATO

Post by rimai »

photos are not showing :(
Roberto.
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

Why?


Sent from my iPhone using Tapatalk
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

They are Installed next to each other! The one higher than the other! With the wires pointing upwards! Hope that makes sense!


Sent from my iPhone using Tapatalk
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

How about now?

Image

Image


Sent from my iPhone using Tapatalk
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Single ATO

Post by rimai »

I think it has to do something with tapatalk :(
Roberto.
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

Okay! But do you make sense of my description?


Sent from my iPhone using Tapatalk
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Single ATO

Post by rimai »

Yes, but according to your description, the code posted above is what you need.
Roberto.
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

It does not work! It works kinda viceversa! When the level is low the relay switches off, when high it switches on! The ATO also keeps Timming out!


Sent from my iPhone using Tapatalk
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Single ATO

Post by rimai »

I think you have the float switches connected to the wrong ports.
Roberto.
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

Its connected to the 2 Ports left of the pH probe!


Sent from my iPhone using Tapatalk
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Single ATO

Post by rimai »

Yes, but I think they are inverted.
Roberto.
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

Inverted? Meaning?


Sent from my iPhone using Tapatalk
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Single ATO

Post by rimai »

ATO Low is on ATO High and ATO High is on ATO Low
Roberto.
Christo
Posts: 48
Joined: Thu May 03, 2012 10:03 am

Re: Single ATO

Post by Christo »

Nope! Checked that already!


Sent from my iPhone using Tapatalk
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Single ATO

Post by lnevo »

Then you probably have them upside down :) You can leave them mounted that way. Take the clip off and turn the float magnet upside down then put the clip back. That will reverse the behavior.
Post Reply