Search found 97 matches

by Amos Poh
Fri Jun 06, 2014 9:09 pm
Forum: Addons
Topic: Jebao Battery Backup
Replies: 26
Views: 17627

Re: Jebao Battery Backup

will it be recharge by our led Fixtures, MH, T5s or it has to be recharge by mother nature only?
by Amos Poh
Fri Jun 06, 2014 9:06 pm
Forum: Standard
Topic: Waveline DC6000 pumps
Replies: 3
Views: 3340

Re: Waveline DC6000 pumps

I think the Waveline DC4000, DC6000, DC10000, DC12000 doesn't work with the RA Jebao cable.

The last i hook it work it didn't work, check with Roberto and he mention that it doesn't work with Waveline new gen controller.
by Amos Poh
Wed Apr 30, 2014 8:14 am
Forum: How do I code ...
Topic: Need help on my WP40 and MP40 code
Replies: 13
Views: 7427

Re: Need help on my WP40 and MP40 code

Change the || back to && you fixed the conflicting line by just saying hour()<8 Hi Lee, The code didn't work like it is suppose to. at 2300hrs the RF module is in ReefAngel.RF.SetMode(ReefCrest,30,10) instead of the intended ReefAngel.RF.SetMode(ReefCrest,30,10); Below is my full code.Thank...
by Amos Poh
Mon Apr 28, 2014 7:58 pm
Forum: How do I code ...
Topic: Need help on my WP40 and MP40 code
Replies: 13
Views: 7427

Re: Need help on my WP40 and MP40 code

Thanks :)
by Amos Poh
Sun Apr 27, 2014 6:53 pm
Forum: How do I code ...
Topic: Need help on my WP40 and MP40 code
Replies: 13
Views: 7427

Re: Need help on my WP40 and MP40 code

I must have missed out something. the code didn't work. what went wrong? else if (hour()>=22 || hour()<23) { ReefAngel.PWM.SetChannel( 1,LongPulseMode(30,50,5,false) ); ReefAngel.PWM.SetChannel( 2,LongPulseMode(30,50,5,true) ); } else if (hour()<8) { ReefAngel.PWM.SetChannel( 1,LongPulseMode(30,40,1...
by Amos Poh
Sat Apr 26, 2014 10:55 pm
Forum: How do I code ...
Topic: Need help on my WP40 and MP40 code
Replies: 13
Views: 7427

Re: Need help on my WP40 and MP40 code

Thanks Lee,

will try out and monitor tonight :)
by Amos Poh
Sat Apr 26, 2014 11:43 am
Forum: How do I code ...
Topic: Need help on my WP40 and MP40 code
Replies: 13
Views: 7427

Re: Need help on my WP40 and MP40 code

Yes, but your now missing the hour between 11pm and midnight. You essentially said if hour()==22 Try this: Thanks for the help, sorry i am a total idiot when it comes to coding. will the below works? else if (hour()>=22 || hour()<23) { ReefAngel.RF.UseMemory=false; ReefAngel.RF.SetMode(ReefCrest,70...
by Amos Poh
Sat Apr 26, 2014 7:03 am
Forum: How do I code ...
Topic: Need help on my WP40 and MP40 code
Replies: 13
Views: 7427

Re: Need help on my WP40 and MP40 code

No. The last section wont work. Change && to || because hour cant be greater than 23 AND less than 8. || means OR which will work. Your previous code was fine but you just needed hour()<8 in the if. Thanks for the help, sorry i am a total idiot when it comes to coding. will the below works?...
by Amos Poh
Fri Apr 25, 2014 7:57 pm
Forum: Standard
Topic: Why does my RA go into feeding mode randomly
Replies: 58
Views: 37778

Re: Why does my RA go into feeding mode randomly

i would agree that is has to be something to do with the RF module, every time when the controller goes berserk first thing i will check is the RF module connection.

Any idea how to solve this?
by Amos Poh
Fri Apr 25, 2014 7:51 pm
Forum: How do I code ...
Topic: Need help on my WP40 and MP40 code
Replies: 13
Views: 7427

Re: Need help on my WP40 and MP40 code

Hour only goes from 0-23 24 is really 0...so the last if only needs to have hour()<8 Thanks will this work? else if (hour()>=22 && hour()<23) { ReefAngel.PWM.SetChannel( 1, ReefCrestMode(70,30,false) ); ReefAngel.PWM.SetChannel( 2, ReefCrestMode(70,30,true) ); } else if (hour()>=23 &&am...
by Amos Poh
Sat Apr 19, 2014 9:20 pm
Forum: How do I code ...
Topic: Need help on my WP40 and MP40 code
Replies: 13
Views: 7427

Need help on my WP40 and MP40 code

Hi i realise that my last schedule on the 24hr to 8hr is not correct. for example: 1)my MP40 i coded it to run at (ReefCrest,70,30); but dunno why it runs at (NutrientTransport,30,3); 2)my 2x WP40 i coded it to run at ( 1,LongPulseMode(50,80,5,false) ) but it runs at reef crest instead. What did i c...
by Amos Poh
Sat Apr 12, 2014 7:46 pm
Forum: Addons
Topic: New use for RA!
Replies: 26
Views: 16372

Re: New use for RA!

Thanks Guys this idea is awesome!
by Amos Poh
Sat Apr 12, 2014 1:43 am
Forum: Addons
Topic: New use for RA!
Replies: 26
Views: 16372

Re: New use for RA!

What is a level switch :)
by Amos Poh
Sat Apr 12, 2014 1:41 am
Forum: Addons
Topic: WIFI strange behavior....
Replies: 24
Views: 15123

Re: WIFI strange behavior....

I get this too. Try unplug the Wifi attachment and plug it in again.
by Amos Poh
Tue Jan 28, 2014 8:56 pm
Forum: Addons
Topic: PAR expansion module
Replies: 36
Views: 37198

Re: PAR expansion module

Nice i want 1!
by Amos Poh
Mon Dec 30, 2013 5:57 pm
Forum: Standard
Topic: Why does my RA keeps going into feeding mode
Replies: 4
Views: 2894

Re: Why does my RA keeps going into feeding mode

Hi I do not have any wavemaker cycling on/off. I have Mp40 controlled by rf module and wp40x2 and leds controlled by dimming expansion. The rest of the equipment using relays.
by Amos Poh
Sun Nov 24, 2013 1:21 am
Forum: Standard
Topic: Why does my RA keeps going into feeding mode
Replies: 4
Views: 2894

Why does my RA keeps going into feeding mode

my RA keeps going into feeding mode can anyone tell me why or what might have cause it to happened?
by Amos Poh
Mon Nov 04, 2013 7:48 am
Forum: Development Libraries
Topic: 1.1.10 Issues
Replies: 14
Views: 15796

Re: 1.1.10 Issues

i restarted and tried uploading start cannot get it to load, avrdude: stk500v2_ReceiveMessage(): timeout avrdude: stk500v2_ReceiveMessage(): timeout avrdude: stk500v2_getsync(): timeout communicating with programmer avrdude: stk500v2_command(): failed miserably to execute command 0x1d avrdude: stk50...
by Amos Poh
Mon Nov 04, 2013 7:06 am
Forum: Development Libraries
Topic: 1.1.10 Issues
Replies: 14
Views: 15796

Re: 1.1.10 Issues

i tried restarting my PC, but i will give it a try again Thanks :)
by Amos Poh
Mon Nov 04, 2013 5:57 am
Forum: Development Libraries
Topic: 1.1.10 Issues
Replies: 14
Views: 15796

Re: 1.1.10 Issues

Help! after updating to V1.1.10 while uploading a code it says error communicating with programmer! now my RA controller is stuck and the ports are not working. what can i do ?
by Amos Poh
Wed Sep 25, 2013 8:14 am
Forum: How do I code ...
Topic: WP40 on the ATO PWM & Custom code
Replies: 26
Views: 25770

Re: WP40 on the ATO PWM & Custom code

( PWMParabola(3,0,2,59,30,75,0), PWMParabola(3,0,2,59,12,25,0),true) );

Hi can anyone explain what the number means so i can alter to my preference?
Thanks :)
by Amos Poh
Wed Sep 25, 2013 8:04 am
Forum: Apps
Topic: New APP / Portal
Replies: 65
Views: 51525

Re: New APP / Portal

Nice!!!
by Amos Poh
Tue Sep 17, 2013 6:48 am
Forum: How do I code ...
Topic: Question on LED dimming
Replies: 5
Views: 3510

Re: Question on LED dimming

Check this one: http://forum.reefangel.com/viewtopic.php?f=11&t=1450&start=120 After reading thru i still have no idea how to include a lightning or storm mode in my code( too complex for me :o ) Sorry for being a pain in the xxx. below are my codes appreciate if anyone can assist me in thi...
by Amos Poh
Sun Aug 25, 2013 7:42 am
Forum: Development Libraries
Topic: Weather Library Beta
Replies: 18
Views: 18065

Re: Weather Library Beta

Correct me if I am wrong but should the values be 31 and 20... For the clouds 1 + 2 + 4 + 8 + 16 for 0- 4 and 0 + 0 + 4 + 0 + 16 for lightning 2 and 4?... In my next release, I will make the Init<channel> functions automatically define the channels so we don't have to play with the binary values. E...
by Amos Poh
Fri Aug 23, 2013 3:43 am
Forum: How do I code ...
Topic: Possible relay issue??
Replies: 2
Views: 1527

Re: Possible relay issue??

ecam wrote:I have an ATI 80w 8 bulb fixture plugged into my unit. Im overriding the menu from auto to on for the lights... this will stay on and then reset to auto and turn off . Is this a possible relay issue? or normal function?

Is 80w x 8 too much for the relay to handle?
by Amos Poh
Tue Aug 20, 2013 5:35 pm
Forum: How do I code ...
Topic: Question on LED dimming
Replies: 5
Views: 3510

Re: Question on LED dimming

rimai wrote:Did you try the wizard?

Sent from my SPH-L710 using Tapatalk 4

Just walk thru the wizard. Guess that will solve most of my codes.

How do I add lightning modes? Question 2.

Thanks Roberto.
by Amos Poh
Tue Aug 20, 2013 9:05 am
Forum: How do I code ...
Topic: Question on LED dimming
Replies: 5
Views: 3510

Question on LED dimming

Hi all i currently has a light set which has 3 channels, Channel 1: white Channel 2: Blue Channel 3: red, green, uv i am using the Analog Dimming expansion will be using 3 channels to control the light set. Question 1) how to code it to run turn on gradually for the 3 channels during the day for exa...
by Amos Poh
Fri Aug 09, 2013 7:49 am
Forum: How do I code ...
Topic: Help needed for my DC pump automation project
Replies: 31
Views: 15724

Re: Help needed for my DC pump automation project

rimai wrote:I'll let you know in a few days.
I'm getting a package of goodies from China tomorrow :)
There should be WP-25, DC-3000, DC-5000, DC-10000, DC-6000 and DC-9000 in this package :mrgreen:

Great!!! 8-)
by Amos Poh
Thu Aug 08, 2013 8:52 pm
Forum: How do I code ...
Topic: Need help with Feeding mode
Replies: 5
Views: 2216

Re: Need help with Feeding mode

Amos Poh wrote:
lnevo wrote:if (ReefAngel.DisplayedMenu==FEEDING_MODE)
{
ReefAngel.PWM.SetActinic(30);
ReefAngel.PWM.SetDaylight(30);
ReefAngel.PWM.SetChannel(0,75);
ReefAngel.Relay.Off( Port3 );
ReefAngel.Relay.Off( Box1_Port8 );
} else {
ReefAngel.Relay.On(Box1_Port8);
}

Thanks Lee :D

Works :D Thanks