Help needed for my DC pump automation project

Do you have a question on how to do something.
Ask in here.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Help needed for my DC pump automation project

Post by lnevo »

No just the V shoukd be lowercase...other than that i dont know. Try reversing the wires to the pwm port.
Amos Poh
Posts: 107
Joined: Sun Jul 22, 2012 4:51 am
Location: Singapore

Re: Help needed for my DC pump automation project

Post by Amos Poh »

Thanks for the advise i switch the wire on the dimming module and it WORK!
Amos Poh
Posts: 107
Joined: Sun Jul 22, 2012 4:51 am
Location: Singapore

Re: Help needed for my DC pump automation project

Post by Amos Poh »

Now when i tried fixing the New Generation Waveline DC6000 on Channel 1 i realise that the connector on the pump is male! unlike the other DC pumps which is Female. so What i did was change the RA Jebao Cable to Female so i can connect to the waveline DC6000, however it didnt work on me. cant seems to control it like what i have done with the Waveline DC10000.

this is the code i use any thing wrong?
void loop()
{
ReefAngel.DosingPumpRepeat( Port2,0,60,35 );
ReefAngel.StandardLights( Box1_Port1,14,0,23,0 );
ReefAngel.RF.UseMemory = false;
ReefAngel.RF.SetMode( Constant,50,10 );
ReefAngel.PWM.SetChannel(0,100); // Sets channel 0 to 100%, DC10000
ReefAngel.PWM.SetChannel(1,100); // Sets channel 1 to 100% DC6000
Amos Poh
Posts: 107
Joined: Sun Jul 22, 2012 4:51 am
Location: Singapore

Re: Help needed for my DC pump automation project

Post by Amos Poh »

Also i want to change the WP40s from daylight and actinic port to the Dimming module channel 2 and 3 how do i change the code?

ReefAngel.PWM.SetChannel(0,100); // Sets channel 0 to 100%
ReefAngel.PWM.SetChannel(1,100); // Sets channel 1 to 100%

ReefAngel.PWM.SetDaylight( NutrientTransportMode(77,90,3000,true) ); // Nutrient Transport on sync mode
ReefAngel.PWM.SetActinic( NutrientTransportMode(77,90,3000,false) ); // Nutrient Transport on anti-sync mode


Thank you so much!
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Help needed for my DC pump automation project

Post by rimai »

Oh... That's good to know the waveline has a different connector.
Yes, just change your code from actinic/daylight to channel just like you did for the other pumps :)
Roberto.
Amos Poh
Posts: 107
Joined: Sun Jul 22, 2012 4:51 am
Location: Singapore

Re: Help needed for my DC pump automation project

Post by Amos Poh »

rimai wrote:Oh... That's good to know the waveline has a different connector.
Yes, just change your code from actinic/daylight to channel just like you did for the other pumps :)
But Roberto, i cant seems to control the DC6000 as i did with the DC10000, any idea what went wrong?

As for the Code i was thinking :
ReefAngel.PWM.SetChannel( NutrientTransportMode(77,90,3000,true) );

but how to assign channel 2? :lol:
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Help needed for my DC pump automation project

Post by rimai »

ReefAngel.PWM.SetChannel( 2, NutrientTransportMode(77,90,3000,true) );
Roberto.
Amos Poh
Posts: 107
Joined: Sun Jul 22, 2012 4:51 am
Location: Singapore

Re: Help needed for my DC pump automation project

Post by Amos Poh »

rimai wrote:ReefAngel.PWM.SetChannel( 2, NutrientTransportMode(77,90,3000,true) );

Thanks :D
Amos Poh
Posts: 107
Joined: Sun Jul 22, 2012 4:51 am
Location: Singapore

Re: Help needed for my DC pump automation project

Post by Amos Poh »

Ok confirm it works on my WP 40s, i have successfully hook up my DC10000(return Pump) my WP40s(wave makers) to the dimming module, however the Waveline DC6000 didnt work. anyone knows what could be the reason?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Help needed for my DC pump automation project

Post by rimai »

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:
Roberto.
wideawake
Posts: 29
Joined: Mon May 20, 2013 3:55 am

Re: Help needed for my DC pump automation project

Post by wideawake »

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:
Holy batman waterpumps
Amos Poh
Posts: 107
Joined: Sun Jul 22, 2012 4:51 am
Location: Singapore

Re: Help needed for my DC pump automation project

Post by Amos Poh »

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-)
Post Reply