New use for RA!

Expansion modules and attachments
Post Reply
User avatar
cosmith71
Posts: 1437
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: New use for RA!

Post by cosmith71 »

JDW wrote:
cosmith71 wrote:I put a lever switch on my unused ATO port and attached it to the door frame of my stand. Now, when I open the door, my in-stand light comes on. :mrgreen:

I'm a genius. :ugeek:

--Colin
Are you using a single ATO float switch and a door lever on the same RA+ board , OR were you not using the ATO slots at all on the RA+ board and used a separate system for your ATO? If so how are you coding the 2nd ATO port to go to operate another relay? This is above the Wizards head :)
I use two float switches wired in series to the ATO Low port. The door switch is wired to the ATO Hi port and I use the following code:

Code: Select all

// Turn on sump light if Hi ATO is open
    if (!ReefAngel.HighATO.IsActive()) ReefAngel.Relay.On(SumpLight);
    else ReefAngel.Relay.Off(SumpLight);
Where SumpLight is the relay the light is plugged into.

--Colin
JDW
Posts: 14
Joined: Mon May 26, 2014 9:07 am
Location: Calhoun, GA

Re: New use for RA!

Post by JDW »

Awesome thanks Colin, I will try that shortly
Image
JDW
Posts: 14
Joined: Mon May 26, 2014 9:07 am
Location: Calhoun, GA

Re: New use for RA!

Post by JDW »

Just to clarify, the ato high is closest to pH port corect
Image
User avatar
cosmith71
Posts: 1437
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: New use for RA!

Post by cosmith71 »

JDW wrote:Just to clarify, the ato high is closest to pH port corect
Yes, I believe so.
User avatar
Sacohen
Posts: 1833
Joined: Sun Apr 21, 2013 6:25 am
Location: Davie, FL

Re: New use for RA!

Post by Sacohen »

Yes it is.
JDW
Posts: 14
Joined: Mon May 26, 2014 9:07 am
Location: Calhoun, GA

Re: New use for RA!

Post by JDW »

cool beans, t worked like a charm. You guys are so smart :)
Image
User avatar
cosmith71
Posts: 1437
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: New use for RA!

Post by cosmith71 »

:ugeek:
Post Reply