Search found 471 matches

by rossbryant1956
Sat Oct 29, 2016 7:48 am
Forum: How do I code ...
Topic: RA Reset in Menu
Replies: 1
Views: 2984

RA Reset in Menu

I am re-learning how to do custom menus and I really like the reset command on the Android app. What command is that? I would like to add it to my customer menu so I could reset the RA from there when needed. Thx
by rossbryant1956
Tue Oct 18, 2016 3:34 pm
Forum: Apps
Topic: Server migration
Replies: 7
Views: 15068

Re: Server migration

I noticed that as well. plus last night it seemed very slow, but today at work was quite fast.
by rossbryant1956
Mon Oct 17, 2016 5:59 pm
Forum: For New Members
Topic: question about wifi behavior
Replies: 1
Views: 3676

question about wifi behavior

RA all setup, working great. Wifi set up, working sometime. Goes back and forth between green flashing slowly meaning ip address ok, but not solid green meaning connected.

And sometimes it goes back and forth between flashing green and slow flashing blue.

What can I do to improve performance.
by rossbryant1956
Thu Oct 13, 2016 5:17 am
Forum: How do I code ...
Topic: ATO questions
Replies: 3
Views: 3489

Re: ATO questions

I didn't know about the joystick, so thanks ... I also found it in the android app. This is now working beautifully as well. Thank you.
by rossbryant1956
Thu Oct 13, 2016 5:16 am
Forum: How do I code ...
Topic: question on lights
Replies: 5
Views: 4176

Re: question on lights

works beautifully! Thanks again.
by rossbryant1956
Wed Oct 12, 2016 8:22 am
Forum: How do I code ...
Topic: ATO questions
Replies: 3
Views: 3489

Re: ATO questions

Ok, this line of code seems to work, AS LONG AS IT DOESN'T TIME OUT. Is there an article somewhere that explains the time out feature, what it does and doesn't do, how you reset it, etc.?

I'm still testing and thank you in advance for your help!!
by rossbryant1956
Wed Oct 12, 2016 8:19 am
Forum: How do I code ...
Topic: question on lights
Replies: 5
Views: 4176

Re: question on lights

I believe it has, thanks. I'll check it again tonite on the 10:00 PM run. Thanks again.
by rossbryant1956
Tue Oct 11, 2016 6:48 pm
Forum: How do I code ...
Topic: question on lights
Replies: 5
Views: 4176

Re: question on lights

Testing again tonite and this line isn't doing what I think it is. These port 2 lights are staying on. Thx in advance
by rossbryant1956
Tue Oct 11, 2016 6:40 pm
Forum: How do I code ...
Topic: ATO questions
Replies: 3
Views: 3489

ATO questions

found this line of code earlier and playing with it, had questions: ReefAngel.SingleATO(true, Port7, InternalMemory.ATOExtendedTimeout_read(), 3); // Runs ATO for 60 seconds every 3 hours Float valve plugged into ATOlow, time out set to 60 seconds in wizard. Outlet comes on the first time and times ...
by rossbryant1956
Tue Oct 11, 2016 5:49 am
Forum: How do I code ...
Topic: question on lights
Replies: 5
Views: 4176

question on lights

working with this snippet if ((hour()>=6 && hour()<9) || (hour()>=22 || hour()<23)) // Operates Moonlights twice a day { ReefAngel.Relay.On(Port2); } else { ReefAngel.Relay.Off(Port2); } How would I change that first time element to 630 AM instead of 6 AM. THX!
by rossbryant1956
Mon Oct 10, 2016 5:08 am
Forum: How do I code ...
Topic: Randomizing Wavemakers
Replies: 1
Views: 2408

Randomizing Wavemakers

Found this piece of code: ReefAngel.Wavemaker( Port5, 90 ); ReefAngel.Relay.Set( Port6, !ReefAngel.Relay.Status( Port5 ) ); But what I'd rather do is this: ReefAngel.WavemakerRandom(Port5, 60, 100 ); ReefAngel.Relay.Set (Port6, !ReefAngel.Relay.Status(Port5 ) ); So in other words, I like the concept...
by rossbryant1956
Sun Oct 09, 2016 6:51 pm
Forum: Ask anything here
Topic: new multi-channel water level expansion unit for sale $95
Replies: 2
Views: 5017

new multi-channel water level expansion unit for sale $95

brand new, never used, available for sale at deep discount, normally 159 from RA store. PM me for paypal address, shipping to US included.

Thx

Roscoe
by rossbryant1956
Sat Oct 08, 2016 8:13 pm
Forum: How do I code ...
Topic: Timer with 2 ON periods per day
Replies: 7
Views: 6010

Re: Timer with 2 ON periods per day

found it. thx
by rossbryant1956
Sat Oct 08, 2016 1:45 pm
Forum: How do I code ...
Topic: Timer with 2 ON periods per day
Replies: 7
Views: 6010

Re: Timer with 2 ON periods per day

I want to do something similar but slightly different. I want that light set to come on 22, go off at 23 and then come back on at 630 and go off at 900.

Basically I want moonlights to go to bed by and moonlights to wake up by. How would I do that? Thx in advance
by rossbryant1956
Sun May 18, 2014 5:38 pm
Forum: Standard
Topic: Second I/O adapter
Replies: 6
Views: 4928

Re: Second I/O adapter

Two float valves are used for ATO units, programmed back to turn a pump on and off at certain times a day. The other three are set up as overfill switches should the drains on my main tanks clog (which has happened) and turns off the main pumps on the display tanks. The problem I have is that someti...
by rossbryant1956
Sun May 11, 2014 2:58 am
Forum: Standard
Topic: Second I/O adapter
Replies: 6
Views: 4928

Re: Second I/O adapter

Seems like I can get to the same place with the multiple water level expansion. That's what most of my I/O ports are doing anyway. How many ports does it support?

Thx
by rossbryant1956
Sat May 10, 2014 7:08 pm
Forum: Standard
Topic: Second I/O adapter
Replies: 6
Views: 4928

Second I/O adapter

I already have one I/O adpater and have now used all the ports. Is my best option, and can I do it, to order a second unit? Thx in advance.

Roscoe
by rossbryant1956
Sat May 10, 2014 7:02 pm
Forum: Standard
Topic: Temp Probe stopped working
Replies: 4
Views: 2859

Re: Temp Probe stopped working

I've had my RA for several years and I've to had to replace a temp probe from time to time. Had to tonite, in fact. If you tried all above, I did too, then just replace it...it has probably served honorably.
by rossbryant1956
Fri Feb 21, 2014 4:33 pm
Forum: Standard
Topic: need new vga type cable
Replies: 1
Views: 1661

need new vga type cable

Do I need anything specific in this replacement cable? Looks like a standard 15 pin male to male cable? Am I missing something? Thx.
by rossbryant1956
Fri Feb 21, 2014 4:28 pm
Forum: For New Members
Topic: New User Questions
Replies: 94
Views: 57499

Re: New User Questions

got it. replied.
by rossbryant1956
Thu Feb 20, 2014 7:07 pm
Forum: For New Members
Topic: New User Questions
Replies: 94
Views: 57499

Re: New User Questions

Hey Jack, I'm in Montgomery Village and have some extra probes in stock. Let you have one for a good price. PM me.

Ross
RoscoesReefs
by rossbryant1956
Sat Dec 07, 2013 8:03 am
Forum: How do I code ...
Topic: PH calibration
Replies: 11
Views: 4930

Re: PH calibration

what are the memory locations for the phe device, the extra ph probe. thx in advance.
by rossbryant1956
Mon Dec 02, 2013 7:09 pm
Forum: Addons
Topic: Problem with salinity probe
Replies: 8
Views: 3835

Re: Problem with salinity probe

Take a look at your portal web chart...look something like this? http://i1261.photobucket.com/albums/ii587/rossbryant1956/salinity_zpsfedcc7d2.jpg Mine has been doing this since I got it and I cannot figure it out. Many have blamed it on stray voltage but I've added grounding probes, even unplugged ...
by rossbryant1956
Mon Nov 25, 2013 8:26 am
Forum: You and your tank
Topic: another monitoring tool - Seneye
Replies: 3
Views: 6439

another monitoring tool - Seneye

I was speaking to my LFS guy yesterday to ask if he'd heard of the Mindstream unit all were talking about. He hadn't, and asked me if I'd heard about Seneye...

http://www.seneye.com/store/seneye-home-device.html

Take a look and LMK what you think. Thx
by rossbryant1956
Sat Nov 23, 2013 7:55 pm
Forum: How do I code ...
Topic: Is this file really too big?
Replies: 7
Views: 2863

Re: Is this file really too big?

save your file, close and restart arduino, try again. Arduino tends to hold things in memory causing a problem like this. Not saying this file is NOT too big, just something to try.
by rossbryant1956
Thu Nov 21, 2013 5:32 am
Forum: Standard
Topic: reef angel and computer in different rooms
Replies: 24
Views: 10344

Re: reef angel and computer in different rooms

you do not want to be unplugging and moving. Some of those connections are very fragile, specifically the temperature connections. I went with the 35 foot USB cable and it works great for me. Your best bet is a small laptop, or the blue tooth connection. If you turn out to be like the rest of us you...
by rossbryant1956
Sat Nov 09, 2013 7:11 am
Forum: How do I code ...
Topic: values definitions
Replies: 1
Views: 1281

values definitions

Code: Select all

ReefAngel.Relay.Override(Swabbie,2);
I have seen various values, 0,1,2, in the above command. Please tell me what the various numbers mean or point me at a post. I believe 0 to be a hard stop until the problem is cleared, but how about the other two?

Thx in advance.
by rossbryant1956
Mon Nov 04, 2013 6:35 am
Forum: Development Libraries
Topic: 1.1.10 Issues
Replies: 14
Views: 15718

Re: 1.1.10 Issues

if you haven't, try rebooting your PC. I believe some of my old libraries got stuck in memory and a reboot cleared that up.