Search found 37 matches

by jemw
Thu Nov 17, 2011 7:32 pm
Forum: Tutorials
Topic: Ph cal
Replies: 66
Views: 92934

Re: Ph cal

Not sure what is going on, but the pH calibration function appears not to function correctly. I finally had to take the initial readings given by the function and then read the pH7 and pH10 calibration fluids and manually adjust from within ReefAngel Client. It took me about three adjustments with e...
by jemw
Thu Nov 17, 2011 7:25 pm
Forum: Ask anything here
Topic: Client V2.2
Replies: 1
Views: 2465

Client V2.2

ReefAngel Client V2.2

Does the "Feed Mode" in the Timers section control all devices specified in the "ReefAngel.FeedingModePorts" section of the .pde file?

Is the value specified in seconds?

Is there somewhere we specify the duration of the Water Change?
by jemw
Thu Nov 17, 2011 7:49 am
Forum: Apps
Topic: wavemaker control from ReefAngel
Replies: 1
Views: 2208

wavemaker control from ReefAngel

When making changes to the Wavemaker in ReefAngel Client V2.2 - are the changes instant, or do we have to reboot the controller?
by jemw
Thu Nov 17, 2011 7:25 am
Forum: Standard
Topic: will wave maker work for a single pump
Replies: 8
Views: 7279

will wave maker work for a single pump

I only want to have one pump using the wavemaker function. Are there any restrictions I should be aware of?
by jemw
Fri Nov 11, 2011 6:27 am
Forum: Development Libraries
Topic: Values passed to Relay.DelayedOn
Replies: 9
Views: 7240

Re: Values passed to Relay.DelayedOn

One easy way to do this would be leaving the function the way it is and use another one to turn it off when it is within the timeframe for turn off. So, use this: ReefAngel.Relay.DelayedOn(Port1, 1); if (NumMins(hour(),minute()) <= NumMins(8,0)) ReefAngel.Relay.Off(Port1) // Turn off Port1 before 8...
by jemw
Thu Nov 10, 2011 6:01 pm
Forum: Development Libraries
Topic: Values passed to Relay.DelayedOn
Replies: 9
Views: 7240

Re: Values passed to Relay.DelayedOn

One easy way to do this would be leaving the function the way it is and use another one to turn it off when it is within the timeframe for turn off. So, use this: ReefAngel.Relay.DelayedOn(Port1, 1); if (NumMins(hour(),minute()) <= NumMins(8,0)) ReefAngel.Relay.Off(Port1) // Turn off Port1 before 8...
by jemw
Thu Nov 10, 2011 4:35 pm
Forum: Development Libraries
Topic: Values passed to Relay.DelayedOn
Replies: 9
Views: 7240

Re: Values passed to Relay.DelayedOn

rimai wrote:Oh, no it won't.
So, you would like have the port work on time schedule, but if it is stopped by feeding/water change mode or power cycle, it should delay start, is that it?
Correct!
by jemw
Thu Nov 10, 2011 10:21 am
Forum: Development Libraries
Topic: Values passed to Relay.DelayedOn
Replies: 9
Views: 7240

Re: Values passed to Relay.DelayedOn

rimai wrote:Can you explain a little more?
The ReefAngel.Relay.DelayedOn function accepts the port as the first argument and the time of the delay as the second argument. Will it accept additional arguments such as time on/time off?
by jemw
Thu Nov 10, 2011 7:43 am
Forum: Development Libraries
Topic: Values passed to Relay.DelayedOn
Replies: 9
Views: 7240

Values passed to Relay.DelayedOn

In addition to setting a 1 minute delay to:
ReefAngel.Relay.DelayedOn(Port1, 1);

I would also like to set a schedule for on/off times.

Is this possible? What are the values the function accepts? OR Where can I find them in the code?

Thanks!!
Jim
by jemw
Tue Nov 08, 2011 6:22 pm
Forum: Tutorials
Topic: Ph cal
Replies: 66
Views: 92934

Re: Ph cal

rimai wrote:You should increase slightly.

Do I have to reboot controller?
by jemw
Tue Nov 08, 2011 12:57 pm
Forum: Tutorials
Topic: Ph cal
Replies: 66
Views: 92934

Re: Ph cal

Are you saying it is drifting by 1 whole pH unit? like 9 and 11pH? If it is just drifiting by 0.01, then you are fine. You will never get lab grade pH readings. Even the probe is not lab grade. Seems like the PHMin is fine according to your results. Just increase/decrease the PHMax until you get th...
by jemw
Tue Nov 08, 2011 10:47 am
Forum: Tutorials
Topic: Ph cal
Replies: 66
Views: 92934

Re: Ph cal

I am also having pH calibration issues. After following the procedure here, I test with cal solution and find: pH 7.0 solution reads 7.0 and stable after 10 minutes pH 10.0 solution reads 9.76 after 20 minutes and still drifting up and down by 1. And yes I did power cycle after calibration. Dev Lib ...
by jemw
Fri Nov 04, 2011 5:58 am
Forum: Addons
Topic: WaveMaker not functioning
Replies: 8
Views: 6861

Re: WaveMaker not functioning

binder wrote:What version of the libraries are you running?

curt
Dev Lib Version: 0.8.5.19
by jemw
Thu Nov 03, 2011 6:41 am
Forum: Addons
Topic: WaveMaker not functioning
Replies: 8
Views: 6861

Re: WaveMaker not functioning

I just loaded the code and it works fine for me... I had to reboot the controller after I made the changes with Client though. After power cycling the controller, it also works for me. Does this mean that all changes made to memory using ReafAngel Client require a power cycle of the controller? no ...
by jemw
Thu Nov 03, 2011 4:27 am
Forum: Addons
Topic: WaveMaker not functioning
Replies: 8
Views: 6861

Re: WaveMaker not functioning

rimai wrote:I just loaded the code and it works fine for me...
I had to reboot the controller after I made the changes with Client though.
After power cycling the controller, it also works for me. Does this mean that all changes made to memory using ReafAngel Client require a power cycle of the controller?
by jemw
Wed Nov 02, 2011 11:09 am
Forum: Addons
Topic: WaveMaker not functioning
Replies: 8
Views: 6861

Re: WaveMaker not functioning

My pde: // Autogenerated file by RAGen (v1.1.0.126), (10/29/2011 06:54) // RA_102911_Final.pde // 02 Nov 2011: Incorporated my manual changes into the generated version // // This version designed for v0.8.5 Beta 17 or later /* The following features are enabled for this PDE File: #define DisplayLED...
by jemw
Wed Nov 02, 2011 6:31 am
Forum: Addons
Topic: WaveMaker not functioning
Replies: 8
Views: 6861

WaveMaker not functioning

I generated code using RAGen and added my moonlights and a 2 minute delay on port 3. Ports 5 and 6 are for Wavemaker1 and Wavemaker 2. I fired up ReefAngel Client (v2.2) and changed wavemaker 1 & 2 from 0 to 10, but ports 5 & 6 are still always on.
by jemw
Sun Oct 30, 2011 7:00 am
Forum: Apps
Topic: RAGen v1.1.0
Replies: 10
Views: 19970

Re: RAGen v1.1.0

Have it running on both my laptop and workstation.

Windows 7 Professional 64bit
by jemw
Tue Oct 25, 2011 4:13 pm
Forum: Development Libraries
Topic: ATO Float Switch Guide
Replies: 3
Views: 42410

Re: ATO Float Switch Guide

Since both switches used in the standard mode will be submerged in (salt water) at some time, are they properly sealed to last a long time?
by jemw
Mon Oct 24, 2011 7:00 am
Forum: Standard
Topic: Specs for Actinic and Daylight connections
Replies: 1
Views: 3259

Specs for Actinic and Daylight connections

Please provide information on the Actinic and Daylight connections on the Relay Box:
Max Power (in watts)
Min/Max voltage

Thanks!
by jemw
Mon Oct 24, 2011 6:46 am
Forum: Development Libraries
Topic: Moonphase calculation
Replies: 21
Views: 25223

Re: Moonphase calculation

I have found that this statement does not work as expected: if (hour()>22 && hour()<9) { ReefAngel.PWM.SetActinic(MoonPhase()); ReefAngel.PWM.SetDaylight(MoonPhase()); } My moonlights were on all the time. To make my moonlights turn on at 7PM and turn off at 7AM I found: Added this code to t...
by jemw
Mon Oct 24, 2011 6:29 am
Forum: Development Libraries
Topic: Wifi Web Interface Authentication
Replies: 14
Views: 14012

Re: Wifi Web Interface Authentication

When not using the Client Suite 2.2 (authentication does not work in Client Suite), I have had no problems accessing my controller using authentication. I have the following entry in my .pde file: ReefAngel.Init(); //Initialize controller WifiAuthentication("xxxx:yyyyyyyyy"); Where xxxx is...
by jemw
Fri Oct 21, 2011 4:27 pm
Forum: Addons
Topic: Moonlights sneak preview
Replies: 33
Views: 28793

Re: Moonlights sneak preview

Roberto,

I have installed the Client software and worked with it. I believe what you have suggested might work if Dave could add it to his program.
by jemw
Fri Oct 21, 2011 4:20 pm
Forum: Apps
Topic: Client Suite 2.2
Replies: 203
Views: 194342

Re: Client Suite 2.2

Dave, A couple of things I have discovered: When the WifiAuthentication is set - the Client Suite errors out with (log file entry): Message: Inside WifiSend: The remote server returned an error: (401) Unauthorized. StackTrace: at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest&...
by jemw
Fri Oct 21, 2011 2:03 pm
Forum: Addons
Topic: Moonlights sneak preview
Replies: 33
Views: 28793

Re: Moonlights sneak preview

No, I'm suggesting having the code that calculates the times be moved to the Client Suite that Dave has developed or to the reefangel.com website. All the controller would have to do is query one of the two everyday at midnight and ask for the the 4 parameters for that particular day (sunset/sunris...
by jemw
Fri Oct 21, 2011 8:02 am
Forum: Apps
Topic: editor for files
Replies: 3
Views: 4685

editor for files

I have found that Notepad++ is a great editor for programming. It's FREE, it allows multiple files to be open at the same time (and unless you close the file, will reopen it when you start the program again). It also has color coding and blocking for programming in C. Does anyone else have a suggest...
by jemw
Fri Oct 21, 2011 6:48 am
Forum: Addons
Topic: Moonlights sneak preview
Replies: 33
Views: 28793

Re: Moonlights sneak preview

Ok, so I started converting this function and midway into the convertion I realized that this is too intensive for our little processor. It uses too many floating point computatinal calculations and I'm pretty sure it will exceed the 1K RAM we have. I think our best option would be get the times fo...
by jemw
Thu Oct 13, 2011 6:47 am
Forum: Addons
Topic: Moonlights sneak preview
Replies: 33
Views: 28793

Re: Moonlights sneak preview

Can you provide the algorythm to calculate the rise/set of both moon and sun? Roberto - here is a link to a program written in Basic which: ' Rise and set times for Sun and Moon ' Adapted and modified from Montenbruck ' and Pfleger, 'Astronomy on the personal ' Computer' 3rd Edition, Springer ' sec...
by jemw
Wed Oct 12, 2011 11:49 am
Forum: Addons
Topic: Dosing Pumps
Replies: 53
Views: 41053

Re: Dosing Pumps

What size tubing do the adapters use?
by jemw
Wed Oct 12, 2011 11:04 am
Forum: Addons
Topic: Dosing Pumps
Replies: 53
Views: 41053

Re: Dosing Pumps

Description says:
"4 plastic tubing adapters and 2 silicone tubings with 0.15" OD"

How long are the 2 silicone tubings and the tubing adapters?