Coding Jebao RW series pumps

Do you have a question on how to do something.
Ask in here.
Post Reply
Civics14
Posts: 95
Joined: Fri Nov 14, 2014 8:27 am

Coding Jebao RW series pumps

Post by Civics14 »

So, for the RW pumps since it can run at a lower speed than the WP series and it seems like the ReefAngel DC pump settings are default to a min. 30% since I never see it go below that.

So, how do I program for... let's say else mode for 30% is the median and 15% up/down from there? Because ReefAngel.DCPump.SetMode (Else, 30, 15); is going min. 30 and max 45, when I want min. 15 and max 45.

Also, why can't we get a sticky that explains these pump settings and what they do? The DC Pump thread is if you understand programming, why not have anything in laymen's terms?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Coding Jebao RW series pumps

Post by rimai »

I think you need to change the threshold.
Add this to your setup()

Code: Select all

InternalMemory.DCPumpThreshold_write(15);
Roberto.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Coding Jebao RW series pumps

Post by lnevo »

You should be able to also add a hardcode

ReefAngel.DCPump.Threshold=15;
Civics14
Posts: 95
Joined: Fri Nov 14, 2014 8:27 am

Re: Coding Jebao RW series pumps

Post by Civics14 »

Awesome. Thanks everyone.
Image
Post Reply