Page 1 of 1

ATO code ?

Posted: Tue Mar 04, 2014 8:46 am
by sealover1071
I am looking for a simple code for my ato

Re: ATO code ?

Posted: Tue Mar 04, 2014 9:11 am
by rimai
Did you try to use the Wizard?
Which ATO port do you want to use?
Which relay port is the pump connected to?

Re: ATO code ?

Posted: Tue Mar 04, 2014 9:32 am
by sealover1071
I want to use just low with port 4

Re: ATO code ?

Posted: Tue Mar 04, 2014 9:39 am
by rimai
Use this:

Code: Select all

ReefAngel.SingleATO(true,Port4,60,0); // ATO Low port with 60 seconds timeout

Re: ATO code ?

Posted: Fri Mar 21, 2014 9:37 pm
by SEANTADEZ
I'm looking for something similar, I already have a tsunami ATO so when water level is low it turn my pump on wich is on port 4 so I just want to know how can I setup my high level for protection just I case the Tzunami fail the RA ATO valve turn off the pump... I used the wizard and test it but the pump keeps on... Should I have an extra code? piece of equipment, level sensor?..

Re: ATO code ?

Posted: Sat Mar 22, 2014 8:00 am
by rimai
Is your ATO a self contained ATO with its own float switches?

Re: ATO code ?

Posted: Sat Mar 22, 2014 1:08 pm
by SEANTADEZ
rimai wrote:Is your ATO a self contained ATO with its own float switches?

Yes it works pretty good i just want to use the RA float switch as a backup for hight level, just in case mine fail basically ti works with air pressure in a tub so when the water level is low the pressure release the feed water and as it get fill the pressure air increase and turn the pump off even though it has been working very well i want to add a backup plan

Re: ATO code ?

Posted: Sat Mar 22, 2014 1:34 pm
by rimai
You can use something like this:

Code: Select all

ReefAngel.Relay.Set(Port1,ReefAngel.HightATO.IsActive()); // Turns Port1 when the HighATO float switch isn't floating

Re: ATO code ?

Posted: Sun Mar 23, 2014 7:33 pm
by SEANTADEZ
rimai wrote:You can use something like this:

Code: Select all

ReefAngel.Relay.Set(Port1,ReefAngel.HightATO.IsActive()); // Turns Port1 when the HighATO float switch isn't floating

Awesome thanks a lot, I think I'm ready to order my wifi attachment, so excited about that option ...

Re: ATO code ?

Posted: Sun Mar 23, 2014 7:39 pm
by SEANTADEZ
Should i add something else like #include <HightATO> ? cause i'm having this error:

error: 'class ReefAngelClass' has no member named 'HightATO'

Re: ATO code ?

Posted: Sun Mar 23, 2014 8:33 pm
by rimai
Typo... :(
Should be HighATO instead of HightATO

Re: ATO code ?

Posted: Mon Mar 24, 2014 10:11 am
by SEANTADEZ
rimai wrote:Typo... :(
Should be HighATO instead of HightATO

LOL it's funny how a little thing can mess-up things...

BTW thanks Roberto i think this is the best customer service i ever had...