Search found 11287 matches

by rimai
Mon Apr 04, 2011 8:24 am
Forum: Apps
Topic: Client Suite 2.1
Replies: 43
Views: 37208

Re: Client Suite 2.1

Can you try updating your libraries?
http://www.reefangel.com/update/
by rimai
Mon Apr 04, 2011 4:13 am
Forum: Development Libraries
Topic: Web Banner Compiling Error
Replies: 9
Views: 8679

Re: Web Banner Compiling Error

Hi Curt, I'm seeing increasing number of people getting this error and being confused on the wifi checkmark on the first tab and web banner stuff. I think if we make it so it becomes an auto-check on wifi if any wifi related function is selected within RAGen, that would avoid these errors. What do y...
by rimai
Mon Apr 04, 2011 4:08 am
Forum: How do I code ...
Topic: PWM ramp up and down
Replies: 60
Views: 45938

Re: PWM ramp up and down

bmhair03 wrote:yes moonphasePWM function is calculating but on 29.5 days.
Is the math wrong or is it something else?
I think 29.5 days of moon cycle is pretty accurate.
Let me know where I messed up.
by rimai
Sun Apr 03, 2011 3:25 pm
Forum: How do I code ...
Topic: PWM ramp up and down
Replies: 60
Views: 45938

Re: PWM ramp up and down

I'm pretty sure that's what the moonphasePWM function is already calculating, isn't it?
We can create the sunset sunrise timing too. We just need the formula.
by rimai
Sat Apr 02, 2011 5:28 am
Forum: Standard
Topic: PH probe calibration
Replies: 2
Views: 3534

Re: PH probe calibration

I think this is a personal preference.
I never calibrate mine, but I know people that do that every week.
What I do often though is place the probe in vinegar to kill any bacteria/algae growth that covers the glass bulb.
They can cause a small drift in readings.
by rimai
Fri Apr 01, 2011 5:15 pm
Forum: How do I code ...
Topic: PWM ramp up and down
Replies: 60
Views: 45938

Re: PWM ramp up and down

Do you have any reference link on calculating the length of daylight you are trying to accomplish?
Would you be able to explain better the year vs 24hr? I didn't quite understand.
by rimai
Thu Mar 31, 2011 1:46 pm
Forum: Addons
Topic: Wifi attachment with WPA1 encryption
Replies: 1
Views: 3497

Wifi attachment with WPA1 encryption

Hi,

Has anyone ever sucessfully connected to a router using WPA1 encryption?
I've only heard of one case of problems with WPA1, which were solved by upgrading to WPA2.
So, I'd like to know if anyone else had any problems.

Roberto.
by rimai
Mon Mar 28, 2011 11:29 am
Forum: How do I code ...
Topic: PWM ramp up and down
Replies: 60
Views: 45938

Re: PWM ramp up and down

I once went to the Meanwell office here in CA, which is actually very close by to me. I went to their lab and worked with their main support tech guy. The findings we had was that the ELN-60-48 was the only one that had such flashing behavior. We were able to duplicate it in their lab and he said it...
by rimai
Thu Mar 24, 2011 5:21 pm
Forum: How do I code ...
Topic: How do I code delayed start from feed mode, i.e. for skimmer
Replies: 25
Views: 19215

Re: How do I code delayed start from feed mode, i.e. for ski

Is it possible to reference a function to be called as parameter?
This way anyone could create their own fundtion on PDE and just reference it as a parameter.
Just thinking out loud.
by rimai
Wed Mar 23, 2011 9:19 pm
Forum: How do I code ...
Topic: How do I code delayed start from feed mode, i.e. for skimmer
Replies: 25
Views: 19215

Re: How do I code delayed start from feed mode, i.e. for ski

I was looking at the libraries core code and it's going to be tricky... We definitely do not want to mess with the libraries code, otherwise you may end up having to edit the libraries everytime Curt has an update. The problem I see is that there is no indication of when feeding mode has begun or en...
by rimai
Wed Mar 23, 2011 8:57 pm
Forum: Development Libraries
Topic: v0.8.5.14
Replies: 2
Views: 4188

Re: v0.8.5.14

I tested and it works now :)
I actually was lucky and got to test Client suite with the expansion boxes and your .14 libraries. Everything worked very nicely!!
by rimai
Wed Mar 23, 2011 8:48 pm
Forum: How do I code ...
Topic: Overheat alternative
Replies: 3
Views: 3432

Re: Overheat alternative

Yes, simple as that... But changing libraries core code is not the best alternative. Usually it is recommended not to do that because when there is an update to the libraries, you would loose the change you've made and you would have to keep changing everytime there is a new update. Just create a cu...
by rimai
Wed Mar 23, 2011 7:35 am
Forum: Standard
Topic: Wifi problems
Replies: 2
Views: 3757

Re: Wifi problems

Make sure you enabled the timeout settings according to instructions in the manual. It looks like your wifi attachment is not disposing of the connection or something is keeping the connection open. If you enabled timeout, it will always drop it when it idles for that many seconds. You can set to 3s...
by rimai
Tue Mar 22, 2011 7:59 pm
Forum: How do I code ...
Topic: How do I code delayed start from feed mode, i.e. for skimmer
Replies: 25
Views: 19215

Re: How do I code delayed start from feed mode, i.e. for ski

Use a timer to trigger the relay you use for the skimmer.
Attached code is an example.
This example code actually implements the delay on startup and on feeding mode.
by rimai
Tue Mar 22, 2011 7:51 pm
Forum: How do I code ...
Topic: How do I code automatic feeding?
Replies: 3
Views: 3545

Re: How do I code automatic feeding?

All you have to do is trigger it so it executes the feeding mode code.

Code: Select all

  if (ScheduleTime(9,55,0)==ScheduleTime(hour(now()),minute(now()),second(now()))){
    ReefAngel.LCD.Clear(255,0,0,130,130);
    ReefAngel.SelectedMenu=0;
    delay(1000);
  }
The example code is attached.
by rimai
Tue Mar 22, 2011 5:17 pm
Forum: Tutorials
Topic: wave pump started by hour and minutes instead wavemaker func
Replies: 5
Views: 9485

Re: wave pump started by hour and minutes instead wavemaker

mantu wrote:i don't understand you.. sorry...
There was a typo on your post. That's all.
You typed StandarLights and he was saying it should've been StandardLights.
by rimai
Tue Mar 22, 2011 1:27 pm
Forum: Development Libraries
Topic: dosometric pump issue: start ok, no stop
Replies: 8
Views: 8009

Re: dosometric pump issue: start ok, no stop

Hey Mantu,

I tested it with the same function you mentioned and it worked just fine.
Attached is the code I used for testing.

Roberto.
by rimai
Tue Mar 22, 2011 8:25 am
Forum: Ask anything here
Topic: Testing board watch subscription mod
Replies: 14
Views: 12744

Re: Testing board watch subscription mod

test
by rimai
Tue Mar 22, 2011 8:23 am
Forum: Ask anything here
Topic: Another test
Replies: 7
Views: 6343

Re: Another test

test
by rimai
Mon Mar 21, 2011 9:48 pm
Forum: Ask anything here
Topic: Another test
Replies: 7
Views: 6343

Re: Another test

test
by rimai
Mon Mar 21, 2011 9:46 pm
Forum: Ask anything here
Topic: Another test
Replies: 7
Views: 6343

Re: Another test

test
by rimai
Mon Mar 21, 2011 9:44 pm
Forum: Ask anything here
Topic: Another test
Replies: 7
Views: 6343

Re: Another test

test
by rimai
Mon Mar 21, 2011 9:42 pm
Forum: Ask anything here
Topic: Another test
Replies: 7
Views: 6343

Another test

Another test
by rimai
Mon Mar 21, 2011 9:39 pm
Forum: Ask anything here
Topic: Testing board watch subscription mod
Replies: 14
Views: 12744

Re: Testing board watch subscription mod

test
by rimai
Mon Mar 21, 2011 9:38 pm
Forum: Ask anything here
Topic: Testing board watch subscription mod
Replies: 14
Views: 12744

Re: Testing board watch subscription mod

test
by rimai
Mon Mar 21, 2011 9:36 pm
Forum: Ask anything here
Topic: Testing board watch subscription mod
Replies: 14
Views: 12744

Re: Testing board watch subscription mod

test
by rimai
Mon Mar 21, 2011 9:26 pm
Forum: Ask anything here
Topic: Testing board watch subscription mod
Replies: 14
Views: 12744

Re: Testing board watch subscription mod

test
by rimai
Mon Mar 21, 2011 9:24 pm
Forum: Ask anything here
Topic: Testing board watch subscription mod
Replies: 14
Views: 12744

Re: Testing board watch subscription mod

test
by rimai
Mon Mar 21, 2011 8:59 pm
Forum: Ask anything here
Topic: Testing board watch subscription mod
Replies: 14
Views: 12744

Re: Testing board watch subscription mod

testing
by rimai
Mon Mar 21, 2011 8:51 pm
Forum: Ask anything here
Topic: Testing board watch subscription mod
Replies: 14
Views: 12744

Re: Testing board watch subscription mod

test