Curt/Nick,
Wow!
Thank you for the code snippets, that is exactly what I needed to know.
Nick, great idea/execution of the salinity ato concept!
Search found 11 matches
- Mon Feb 25, 2013 11:14 pm
- Forum: How do I code ...
- Topic: Conditional Ports Based Upon PH Help please
- Replies: 9
- Views: 5605
- Mon Feb 25, 2013 2:34 pm
- Forum: How do I code ...
- Topic: Conditional Ports Based Upon PH Help please
- Replies: 9
- Views: 5605
Re: Conditional Ports Based Upon PH Help please
That's a good point!
- Mon Feb 25, 2013 6:37 am
- Forum: How do I code ...
- Topic: Conditional Ports Based Upon PH Help please
- Replies: 9
- Views: 5605
Re: Conditional Ports Based Upon PH Help please
Or maybe something like this might be better:
Code: Select all
if (ph > 8.35)
p=Port6;
else
p=Port5;
ReefAngel.DosingPumpRepeat( p,0,60,120 );
- Sun Feb 24, 2013 8:44 pm
- Forum: How do I code ...
- Topic: Conditional Ports Based Upon PH Help please
- Replies: 9
- Views: 5605
Conditional Ports Based Upon PH Help please
I have an ato with kalk and an ato without. I would like to run either system, depending on ph, every hour for 120 seconds. So, whenever the ph is below 8.35, I want to run ato with kalk (port 5) otherwise, I want to run ato without kalk (port 6). Although I can hack around a little, I wanted to see...
- Sun Feb 03, 2013 10:01 pm
- Forum: For New Members
- Topic: Function References Source
- Replies: 4
- Views: 3491
Re: Function References Source
Perfect! Exactly what I was looking for...thanks!
- Sat Feb 02, 2013 11:42 pm
- Forum: For New Members
- Topic: Function References Source
- Replies: 4
- Views: 3491
Function References Source
Excuse the ignorance, but is there a place where all of library and core functions are located? Similar to a man page maybe?
Thanks!
Thanks!
- Sun Jan 27, 2013 8:46 pm
- Forum: Addons
- Topic: WiFi Firmware Update Issue
- Replies: 3
- Views: 2149
Re: WiFi Firmware Update Issue
Thanks for taking a look.
Not sure why the persistent connection is happening, I just tried to update the firmware from the wifi utility. I didn't do anything manually or with the prompt.
Not sure why the persistent connection is happening, I just tried to update the firmware from the wifi utility. I didn't do anything manually or with the prompt.
- Sun Jan 27, 2013 8:18 pm
- Forum: Addons
- Topic: WiFi Firmware Update Issue
- Replies: 3
- Views: 2149
WiFi Firmware Update Issue
My wifi usually only says online about 24 hours before I have to reset it. I read on another post that I should update my firmware. I tried to do this via the wifi utility and get the message below. I see where it states: UPDATE OK, should I assume the update occurred and the error message occurred ...
- Sat Jan 26, 2013 3:43 pm
- Forum: For New Members
- Topic: Upload PDE/INO via wifi?
- Replies: 10
- Views: 7230
Re: Upload PDE/INO via wifi?
I did purchase an RA+ from this site. Darn! I already ordered a new power cable, didn't realize they were the same:(
Probably not the last mistake I make!
Probably not the last mistake I make!
- Thu Jan 24, 2013 12:12 pm
- Forum: For New Members
- Topic: Upload PDE/INO via wifi?
- Replies: 10
- Views: 7230
Re: Upload PDE/INO via wifi?
Thanks for the info...exactly what I needed to know!
- Wed Jan 23, 2013 9:16 pm
- Forum: For New Members
- Topic: Upload PDE/INO via wifi?
- Replies: 10
- Views: 7230
Upload PDE/INO via wifi?
Quick question: When I need to upload a new sketch or change something on my RA, is there any way I can do this via the wifi? It's a little inconvenient to unscrew and remove the relay box and controller so that I can bring the unit next to my desktop. In the alternative, is there a way to power the...