Hi All,
I have 2 x Jebao's rw-8s being controlled with the DCPump class.
I am having a difficult time setting the ELSE mode to be at least 33% but not go over 50%
When I do a:
ReefAngel.DCPump.SetMode (Else, 38, 5);
It often get values in the 60's and 70's which is way to much for my 60 cube.
Any thoughts?
DCPump Else Mode
- lnevo
- Posts: 5422
- Joined: Fri Jul 20, 2012 9:42 am
Re: DCPump Else Mode
We should probably have a High Threshold like we do the low today for this. The only way is to fix the Else function, not sure why it would top off over 43 based on your code though. I think Colin was looking at that.
-
Smotz
- Posts: 401
- Joined: Sat Mar 30, 2013 5:02 pm
- Location: CT, USA
Re: DCPump Else Mode
yea, i read a similar post. I would like a high threshold setting.
- cosmith71
- Posts: 1432
- Joined: Fri Mar 29, 2013 3:51 pm
- Location: Oklahoma City
Re: DCPump Else Mode
The current version is broken. It's fixed in the dev libraries. In the dev libraries, the speed is the midpoint and the duration is the +/- offset. So, if you set it to 38,5 you'll get values between 33 and 43.
The old version uses voodoo to come up with values.
--Colin
The old version uses voodoo to come up with values.
--Colin
-
Smotz
- Posts: 401
- Joined: Sat Mar 30, 2013 5:02 pm
- Location: CT, USA
Re: DCPump Else Mode
nice. I'll download the Devs. Thank you.
Refresh my memory - I just have to download and copy over the libraries-dev.zip file?
Refresh my memory - I just have to download and copy over the libraries-dev.zip file?
- cosmith71
- Posts: 1432
- Joined: Fri Mar 29, 2013 3:51 pm
- Location: Oklahoma City
Re: DCPump Else Mode
Yep. Rename the directory to libraries and put it in place of your current libraries file.
If you're using a RANet dimming expansion you'll need a software upgrade for it as well.
--Colin
If you're using a RANet dimming expansion you'll need a software upgrade for it as well.
--Colin
-
Smotz
- Posts: 401
- Joined: Sat Mar 30, 2013 5:02 pm
- Location: CT, USA
Re: DCPump Else Mode
That did it - Else is working correctly, now. Thank you!