Jabeo WP40 - Reefcrest mode won't work

Do you have a question on how to do something.
Ask in here.
Post Reply
rschneider77
Posts: 54
Joined: Mon Oct 24, 2011 10:16 am
Location: Gainesville, Florida

Jabeo WP40 - Reefcrest mode won't work

Post by rschneider77 »

Hi, I know this topic has been posted alot, but I've searched through as many forums as I can find and I can't quite find exactly what I need in the code to get it to work.

I just purchased one Jabeo WP40 pump from Reef Angel with the adapter cable included. Right now I have the AC power plugged into Port6 of the Relay Box, and the 2pin adapter plugged into the Actinic PWM port on the side of the Relay Box. I have set Port6 set to always on.

I found this code in the forums and I have included this code in the loop section...

Code: Select all

void loop()
{
    ReefAngel.SingleATO( true,Port1,240,0 );
    ReefAngel.StandardLights( Port2,20,30,8,30 );
    ReefAngel.StandardLights( Port3,8,30,20,30 );
    ReefAngel.StandardLights( Port4,10,0,19,0 );
    ReefAngel.StandardHeater( Port5,790,810 );
    ////// Place your custom code below here
    
    ReefAngel.PWM.SetDaylight( ReefCrestMode(80,20,true) ); // ReefCrest at 80% +/- 20% on sync mode
    ReefAngel.PWM.SetActinic( ReefCrestMode(80,20,true) ); // ReefCrest at 80% +/- 20% on anti-sync mode

    ////// Place your custom code above here

    // This should always be the last line
    ReefAngel.Portal( "rschneider77" );
    ReefAngel.ShowInterface();
}
Is there anything else I need to add to get it to work or do I need to change the code?

Thank you ahead of time.
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rimai »

I think you are all set.
Roberto.
rschneider77
Posts: 54
Joined: Mon Oct 24, 2011 10:16 am
Location: Gainesville, Florida

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rschneider77 »

Sorry, the reason I was asking is I cannot get it to work. I am only using one pump.
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rimai »

Is the pump spinning at all?
Roberto.
rschneider77
Posts: 54
Joined: Mon Oct 24, 2011 10:16 am
Location: Gainesville, Florida

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rschneider77 »

No. It is not even turning on.
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rimai »

Is your relay box the original one?
I know you have had your RA for some time and older models didn't have the PWM booster built-in.
Can you measure the voltage on the dimming ports on the side of the relay box?
Roberto.
rschneider77
Posts: 54
Joined: Mon Oct 24, 2011 10:16 am
Location: Gainesville, Florida

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rschneider77 »

I believe I have the 2nd generation Relay Box. I remember the change was that the relay ports switched. The Relay Box I have has Port1 on the top right. Here is a picture of the bottom of the Relay Box.

I measured the voltages on both 2pin connectors and they were both 0.5V. Here is a picture of it.
1012131441edit.jpg
1012131441edit.jpg (86.05 KiB) Viewed 4770 times
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rimai »

Yeah, can you open it to check?
I think it is one of the older models that did not have the PWM built-in.
Roberto.
rschneider77
Posts: 54
Joined: Mon Oct 24, 2011 10:16 am
Location: Gainesville, Florida

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rschneider77 »

Yes, I will open today when I get off work. The reason I think it's 2nd generation is i was referring to the Reef Angel0 Manual v1.8 page 6 and 7.
Image
rschneider77
Posts: 54
Joined: Mon Oct 24, 2011 10:16 am
Location: Gainesville, Florida

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rschneider77 »

Here is a picture of the inside of the box. I noticed 6 pins inside the box on same side where the two 2 pin jumpers are on the outside. I also included picture of those. What exactly am I looking for to tell if it has PWM?
1013131602edit.jpg
1013131602edit.jpg (90.87 KiB) Viewed 4735 times
1013131613edit.jpg
1013131613edit.jpg (92.63 KiB) Viewed 4735 times
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rimai »

Yeah, you need the PWM boosted to plug on those 6-pins.
PM me for one of those
Roberto.
rschneider77
Posts: 54
Joined: Mon Oct 24, 2011 10:16 am
Location: Gainesville, Florida

Re: Jabeo WP40 - Reefcrest mode won't work

Post by rschneider77 »

Received the device yesterday and installed. The WP-40 now works. Will start working on the code this evening after work. Thanks.
Image
Post Reply