Search found 14 matches
- Sat Oct 22, 2011 2:31 pm
- Forum: Ask anything here
- Topic: Please advise, RA ON FIRE
- Replies: 1
- Views: 2571
Please advise, RA ON FIRE
While I was doing maintenance a few drops of water got into a plug on my RA and a small fire ensued on two cords. I unlpugged everything and then restarted the tank without the RA on the system. 1. Is the box safe to use 2. If not can I replace it 3. Is there anything else I should know about this s...
- Mon Oct 03, 2011 2:39 pm
- Forum: How do I code ...
- Topic: pH ranges
- Replies: 7
- Views: 4879
Re: pH ranges
thank you
- Mon Oct 03, 2011 2:34 pm
- Forum: How do I code ...
- Topic: pH ranges
- Replies: 7
- Views: 4879
Re: pH ranges
I have this, are they the correct values?
/*pH*/
{
ReefAngel.PHMin=540;// 540=PH7.0
ReefAngel.PHMax=980;// 980=PH10.0
/*pH*/
{
ReefAngel.PHMin=540;// 540=PH7.0
ReefAngel.PHMax=980;// 980=PH10.0
- Mon Oct 03, 2011 2:31 pm
- Forum: How do I code ...
- Topic: pH ranges
- Replies: 7
- Views: 4879
Re: pH ranges
yes that is the range I am looking for.
I mean ages ago when we wrote the code we could specify the number for pH high and the number for pH low. Do you know off hand what those numbers are?
I mean ages ago when we wrote the code we could specify the number for pH high and the number for pH low. Do you know off hand what those numbers are?
- Mon Oct 03, 2011 2:21 pm
- Forum: How do I code ...
- Topic: pH ranges
- Replies: 7
- Views: 4879
Re: pH ranges
yes
- Mon Oct 03, 2011 2:10 pm
- Forum: How do I code ...
- Topic: pH ranges
- Replies: 7
- Views: 4879
pH ranges
what were the original pH ranges set at?
something like 700 and 400 stick in my mind...
something like 700 and 400 stick in my mind...
- Mon Jul 25, 2011 5:52 pm
- Forum: How do I code ...
- Topic: MH light on
- Replies: 10
- Views: 8809
Re: MH light on
ok, it was just a one time thing then... not sure why it selected a different port yesterday but it was back to the correct port tonight. Thank you for your help
- Mon Jul 25, 2011 9:57 am
- Forum: How do I code ...
- Topic: MH light on
- Replies: 10
- Views: 8809
Re: MH light on
Oh, my mistake then... I thought that was the code to turn them off. Thanks for the help.
So about the port issue. I am very confused because I was connecting just fine 2 days ago and then this error randomly threw last night. Where would i define which port exactly
So about the port issue. I am very confused because I was connecting just fine 2 days ago and then this error randomly threw last night. Where would i define which port exactly
- Sun Jul 24, 2011 9:48 pm
- Forum: How do I code ...
- Topic: MH light on
- Replies: 10
- Views: 8809
Re: MH light on
//Library headers. Necessary if you are using Reef Angel Controller #include <Wire.h> #include <EEPROM.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <NokiaLCD.h> #include <ReefAngel.h> /* ------------------------------------------------------------------------------------...
- Sun Jul 24, 2011 7:30 pm
- Forum: How do I code ...
- Topic: MH light on
- Replies: 10
- Views: 8809
Re: MH light on
*/ #include <avr/pgmspace.h> prog_char menu0_label[] PROGMEM = "Feeding Mode"; prog_char menu1_label[] PROGMEM = "Water Change Mode"; prog_char menu2_label[] PROGMEM = "MH Lights On"; //prog_char menu3_label[] PROGMEM = "Cancel Override On"; //prog_char menu4_...
- Sat Jul 23, 2011 9:00 pm
- Forum: How do I code ...
- Topic: MH light on
- Replies: 10
- Views: 8809
Re: MH light on
No I am not...
Ideally, I would like to just switch this line from MH Light off to MH Light on
ReefAngel.Relay.RelayMaskOn=B00000110;
I just dont know what code to put in there to specify for on instead of off...?
Ideally, I would like to just switch this line from MH Light off to MH Light on
ReefAngel.Relay.RelayMaskOn=B00000110;
I just dont know what code to put in there to specify for on instead of off...?
- Sat Jul 23, 2011 9:24 am
- Forum: How do I code ...
- Topic: MH light on
- Replies: 10
- Views: 8809
MH light on
Hey all, if I wanted to customize the screen on the unit to have a MH light on option, real quick what would the function to add in be?
also, did we ever figure something out to get scrolling menus or pages for our menu?
also, did we ever figure something out to get scrolling menus or pages for our menu?
- Sun Jul 17, 2011 2:07 pm
- Forum: Standard
- Topic: troubleshooting suggestions
- Replies: 3
- Views: 3999
Re: troubleshooting suggestions
I believe it is the second generation box? it says RA Relay Box 5.0 in th ecorner
I cannot post links, however a picture can be found here:
http://i304.photobucket .com/albums/nn185/trentdingo/photo-84.jpg
I cannot post links, however a picture can be found here:
http://i304.photobucket .com/albums/nn185/trentdingo/photo-84.jpg
- Sun Jul 17, 2011 1:49 pm
- Forum: Standard
- Topic: troubleshooting suggestions
- Replies: 3
- Views: 3999
troubleshooting suggestions
Hey all, my RA quit working today... I am trying to determine the reason now. It was working perfectly fine yesterday. The head unit does not light up and I cannot hear the relays powering on/switching when plugged in anymore. I pulled apart the unit and checked the fuse, does not seem to be blown a...