Search found 90 matches

by chase
Sat Nov 23, 2013 2:07 pm
Forum: Addons
Topic: PH Probe and Salinity Probe storage
Replies: 2
Views: 2985

Re: PH Probe and Salinity Probe storage

You actually need to store pH probes in a special solution for pH probe storage. If I'm not mistaken is a solution based on KCl. The salinity is actually better off stored dry. Great, thanks Roberto. Found a solution on Amazon that should do the trick: http://www.amazon.com/gp/product/B0071AR9XI/re...
by chase
Sat Nov 23, 2013 12:40 pm
Forum: Addons
Topic: PH Probe and Salinity Probe storage
Replies: 2
Views: 2985

PH Probe and Salinity Probe storage

Hey all, Just curious about recommendations for long-term storage of the PH and Salinity probes. Did some searching around on the forums and couldn't find anything, but did see recommendations for storing the PH probe in PH 4 solution, and the salinity probe in 35 ppt calibration fluid on other site...
by chase
Tue Nov 06, 2012 6:59 am
Forum: Standard
Topic: T1-T3 Read Error
Replies: 4
Views: 3433

Re: T1-T3 Read Error

Roberto, are the probes under warranty or do I need to purchase another for replacement? Welcome to the club. I cant seem to unplug a single item from my controller without yanking the wires out of the plastic plugs. After pulling the wires right out of the pins on my ATO float connectors and having...
by chase
Mon Nov 05, 2012 10:28 am
Forum: Standard
Topic: T1-T3 Read Error
Replies: 4
Views: 3433

Re: T1-T3 Read Error

Looks like it was the T3 probe. In the process I managed to strip the wires out of the housing though. The connector sits so tight in the head unit it's very difficult to pull out even with needle nosed pliers.
by chase
Mon Nov 05, 2012 9:11 am
Forum: Standard
Topic: T1-T3 Read Error
Replies: 4
Views: 3433

T1-T3 Read Error

At some point yesterday one of my temp probes, I believe it was T3, started reading error. So when I got up today I thought maybe it was just a connection problem and made sure the connector was in snug. Now all 3 read error. I've tried rebooting the controller several times without any results. Not...
by chase
Fri Oct 19, 2012 6:01 pm
Forum: How do I code ...
Topic: Feeding Mode + Wavemakers On
Replies: 5
Views: 3375

Re: Feeding Mode + Wavemakers On

Yep, that was it thanks again!
by chase
Fri Oct 19, 2012 3:41 pm
Forum: How do I code ...
Topic: Feeding Mode + Wavemakers On
Replies: 5
Views: 3375

Re: Feeding Mode + Wavemakers On

Ah, spoke to soon. Initially it worked, but I changed the time and now when I load the ino file the screen turns white and both pumps stay on, along with my ato port (without being triggered by the float switch). If I comment out the code and upload it everything seems okay. Here's my ino with the a...
by chase
Fri Oct 19, 2012 3:03 pm
Forum: How do I code ...
Topic: Feeding Mode + Wavemakers On
Replies: 5
Views: 3375

Re: Feeding Mode + Wavemakers On

Perfect, thanks Roberto!
by chase
Fri Oct 19, 2012 2:32 am
Forum: How do I code ...
Topic: Feeding Mode + Wavemakers On
Replies: 5
Views: 3375

Feeding Mode + Wavemakers On

Currently I have my WM sent on random via the following code: ReefAngel.WavemakerRandom( Port5,10,15 ); ReefAngel.Relay.Set(Port6,!ReefAngel.Relay.Status(Port5)); I would like to 'override' the toggling function while in feeding mode so the pellets get blown around the tank and not just dumped off i...
by chase
Tue Sep 11, 2012 7:43 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 666637

Re: Android Reef Angel Status

Really excited for a widget, looks like it's coming along well. Minor comment would be the ability to customize the background/text color and transparency. Also, thought it would be pretty cool to have the RA banners available as a widget option as well for tablets and some of the larger screen phon...
by chase
Sun Aug 05, 2012 10:11 am
Forum: Apps
Topic: Android RA Status Auto Selection
Replies: 4
Views: 3976

Re: Android RA Status Auto Selection

No worries. Due to the amount of support you guys provide via the forums I find a lot of the answers I need, or at least enough to figure things out when I get stuck :)
by chase
Wed Aug 01, 2012 7:28 pm
Forum: Apps
Topic: Android RA Status Auto Selection
Replies: 4
Views: 3976

Re: Android RA Status Auto Selection

Hah, awesome...been using this forever and never knew that.
by chase
Wed Aug 01, 2012 4:10 pm
Forum: Apps
Topic: Android RA Status Auto Selection
Replies: 4
Views: 3976

Android RA Status Auto Selection

Is there a way to set ports back to auto once they have been toggled off/on via the app? Seems like if I override a port I have to go to the portal to switch it back to auto. Thanks!
by chase
Tue Jul 10, 2012 8:35 am
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18805

Re: Detecting Expansion Relays

Sounds good, thanks roberto.
by chase
Sun Jul 08, 2012 8:59 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18805

Re: Detecting Expansion Relays

Is there a portal alert setting for if EXP1_RELAY is not present (as in lost power)? I looked through the list and didn't see anything obvious.
by chase
Sat Jun 30, 2012 8:21 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18805

Re: Detecting Expansion Relays

Great thanks Roberto, here's to saving another ATO port! ;)
by chase
Sat Jun 30, 2012 7:52 pm
Forum: How do I code ...
Topic: Dosing Pump w/ .9.9 Question
Replies: 3
Views: 2438

Re: Dosing Pump w/ .9.9 Question

Great thanks for the quick reply! I'll give it a try once I have a chance to monitor it as well and post my results. Messing with dosing routines is always scary! =)(
by chase
Sat Jun 30, 2012 7:40 pm
Forum: Standard
Topic: Detecting Expansion Relays
Replies: 31
Views: 18805

Re: Detecting Expansion Relays

Another thing that can be done to further simplify things is to add in some define's for the relay boxes. This will make it easier to use the function. Instead of doing this: ReefAngel.Relay.IsRelayPresent(0); You could to this: ReefAngel.Relay.IsRelayPresent(MAIN_RELAY); // useless like you said, ...
by chase
Sat Jun 30, 2012 6:42 pm
Forum: How do I code ...
Topic: Dosing Pump w/ .9.9 Question
Replies: 3
Views: 2438

Dosing Pump w/ .9.9 Question

My dosing pump code is rather long/outdated. I noticed several changes to this function. Just curious if there's a cleaner way to do it than my current code, which has them turn on at midnight dosing 2-3 secs every hour until 6am. I was hoping to use the new DosingPump/DosingPumpRepeat functions to ...
by chase
Fri Jun 29, 2012 3:33 pm
Forum: Standard
Topic: Setting up the Expansion Hub
Replies: 11
Views: 7179

Re: Setting up the Expansion Hub

Okay, I assumed that since the SDA/SCL jumpers were on the RA+ board it was already configured. Apparently they are offset. So I went ahead and fully connected the jumpers and the numbers show up in the cal window. Only other question is the jumper offset on RST. Should that be fully connected or ju...
by chase
Fri Jun 29, 2012 3:11 pm
Forum: Standard
Topic: Setting up the Expansion Hub
Replies: 11
Views: 7179

Re: Setting up the Expansion Hub

No change- the power supply light is green, the Salinity Exp Module Light is green too. I also power cycled the controller after plugging directly into the main relay box. I've also noticed since upgrading to .9.9 my expansion relay box works through the RA Client by turning ports off/on, but doesn'...
by chase
Fri Jun 29, 2012 1:45 pm
Forum: Standard
Topic: Setting up the Expansion Hub
Replies: 11
Views: 7179

Re: Setting up the Expansion Hub

Alright, well I've been messing around for a while and I'm not having much luck. So far here's what I can verify: 1) The #include <Salinity.h> is in my sketch 2) My features file contains #define SALINITYEXPANSION 3) The Salinity exp module is plugged in to my expansion hub, which is plugged into my...
by chase
Fri Jun 29, 2012 11:54 am
Forum: Standard
Topic: Setting up the Expansion Hub
Replies: 11
Views: 7179

Re: Setting up the Expansion Hub

Great, that's working now. Just used the opposite function in the reply to my old thread like you suggested ;) I just tried to calibrate my salinity probe via the menu, but the number in red reads 0. I know the controller sees the probe because on the main screen it said 60, and when I put it in the...
by chase
Fri Jun 29, 2012 11:27 am
Forum: Standard
Topic: Setting up the Expansion Hub
Replies: 11
Views: 7179

Re: Setting up the Expansion Hub

Awesome, thanks! On another note I've noticed the wavemaker on port 6 has not been turning on, but 5 toggles as expected using the random interval. I am able to turn it on via the RA Client I/F.
by chase
Fri Jun 29, 2012 11:13 am
Forum: Standard
Topic: Setting up the Expansion Hub
Replies: 11
Views: 7179

Setting up the Expansion Hub

I couldn't find any specific manual for the Expansion Hub in the Downloads section. Do I need to do anything other than follow the instructions (seems to be just plugging in) other than what's provided in the Expansion Module manual? I just upgraded to a RA+ running the 9.9 libraries. I created my i...
by chase
Sun Jun 17, 2012 5:10 pm
Forum: Apps
Topic: Service Dash crashing when trying to unselect WIFI
Replies: 3
Views: 4038

Re: Service Dash crashing when trying to unselect WIFI

No luck, also tried disabling all RA services then plugging cable in as well.
by chase
Fri Jun 15, 2012 12:04 pm
Forum: Apps
Topic: Service Dash crashing when trying to unselect WIFI
Replies: 3
Views: 4038

Service Dash crashing when trying to unselect WIFI

I'm trying to disable wifi to process data through the USB cable. When I uncheck the WIFI option I get the following message: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentOutOf...
by chase
Fri Mar 30, 2012 8:46 am
Forum: Ask anything here
Topic: Power outage alert
Replies: 47
Views: 34870

Re: Power outage alert

rimai wrote:PM me if you want to replace.
I went back and read what you wrote and I think the confusion was on the part where you followed the markings on the ATO cable.
The ATO float switches use the same pinout as the PWM output ports.
You can find the pinout in the user manual.
PM Sent
by chase
Sat Mar 24, 2012 2:35 pm
Forum: Ask anything here
Topic: Power outage alert
Replies: 47
Views: 34870

Re: Power outage alert

Okay, yeah that's def it I'll shoot you a PM.
by chase
Fri Mar 23, 2012 2:22 pm
Forum: Ask anything here
Topic: Power outage alert
Replies: 47
Views: 34870

Re: Power outage alert

No, I reverted back to my old code to make sure it wasn't something that I had done since. Also the RA Client shows the ATO Hi as red, normally it's green since the switch is all the way down making contact. Here's my code just in case: #include <ReefAngel_Features.h> #include <ReefAngel_Globals.h> ...