Page 1 of 1

ph expansion and ph control issue.

Posted: Sun Nov 29, 2015 7:38 pm
by sesame
Firstly I’m very appreciate RA+. This stuff makes my hobby much easier than I thought. Most of daily work are rely on this small magic box.
But Im getting frustrating with this box since a new PH expansion introduced into system for my new Ca reactor (for CO2 control)

First.

My salinity expansion out of work when PH expansion get online. Ive just raised a post of that issue last month, Seems like a bad probe.

Second.

I’ve find my Ca reactor very difficult to adjust. The tank ALK always climbs by daily even lower the dose from Ca reactor.
Last week, I re-calibrated Ph expansion with solution, and surprised by result when plug probe back into ca reactor. It shown 5.8 instead previous Ph value 6.44 from RA (setup ph range 6.40~6.45 in code). I think in some way that explain why my ALK not stable, and its only about 10days since last PH calibration.
I swap head Ph with Ph expansion this Saturday, connect Ca reactor PH probe to RA+ head and Sump PH probe to PH expansion to see any difference.

Third.

The relay controls CO2 actor very strange since swap to head ph unit. It flashes randomly, even ph value in range of setup (6.40~6.45).
I change to control by memory, doesn’t work.
From

Code: Select all

if (ReefAngel.Params.PH < 640) ReefAngel.Relay.Off(CO2); 
if (ReefAngel.Params.PH > 645) ReefAngel.Relay.On(CO2);
to

Code: Select all

ReefAngel.CO2Control( Co2
);

Change code to, doesn’t work.

Code: Select all

ReefAngel.CO2Control( Co2, 6.40, 6.45 );

Change ph setup range (6.30~6.5), doesn’t work.

I’m appreciate if someone can help me to sort out why this happened.
Why Ph expansion floating. And why CO2 relay flashs when connect to head unit.

My PH expansion connect direct to relay box since last time salinity expansion out of work. USB hub, salinity expansion, and dimming expansion are all disconnected.

planning to add another relay box, but should solving this ph issue. seems system not very stable right now.

Re: ph expansion and ph control issue.

Posted: Mon Nov 30, 2015 11:59 am
by rimai
I think there is a problem with the calibration of your pH expansion.
There is a patch to be released.
What it is doing is actually saving the setting of the ph expansion into the head unit pH values.
I would recommend either using the dev branch of the libraries or we hard code the calibration values.
If you choose the hard coded method, you will need the values for both standard pH and the pH expansion calibration values.

Re: ph expansion and ph control issue.

Posted: Mon Nov 30, 2015 5:32 pm
by sesame
rimai wrote:I think there is a problem with the calibration of your pH expansion.
There is a patch to be released.
What it is doing is actually saving the setting of the ph expansion into the head unit pH values.
I would recommend either using the dev branch of the libraries or we hard code the calibration values.
If you choose the hard coded method, you will need the values for both standard pH and the pH expansion calibration values.
thanks Roberto.
is you talking about PH expansion calibration value cant record into system? actually i patched what posted in following link, but seems no help :(
http://forum.reefangel.com/viewtopic.ph ... 658#p48658

is there any new patch for libraries? i would have a try.

Re: ph expansion and ph control issue.

Posted: Mon Nov 30, 2015 6:51 pm
by rimai
Yes, that is the patch.
But this code:

Code: Select all

ReefAngel.CO2Control( Co2, 6.40, 6.45 );
Should be without the decimal:

Code: Select all

ReefAngel.CO2Control( Co2, 640, 645 );

Re: ph expansion and ph control issue.

Posted: Mon Nov 30, 2015 9:14 pm
by sesame
Ok will change later

Re: ph expansion and ph control issue.

Posted: Mon Nov 30, 2015 9:20 pm
by sesame
But why my ph expansion going down every day
Saturday 7.6. Sunday 7.5. Monday 7.4. I just swap ph expansion to my main last Saturday. (used to connect CA reactor, but saw same problem.)

It's not possible for my main tank down to 7.4, used to be 7.7 or high in mid of day (connected and measured by head PH, very stable). code patch does nothing with this defect. any clue about this?

Re: ph expansion and ph control issue.

Posted: Mon Nov 30, 2015 10:50 pm
by sesame
the pic shows problem happens in my ph expansion measurement. need help :cry:

Re: ph expansion and ph control issue.

Posted: Tue Dec 01, 2015 5:34 am
by lnevo
Do you get different readings if you put the probe in a cup of tank water? Its either stray voltage or bad probe.

Re: ph expansion and ph control issue.

Posted: Tue Dec 01, 2015 5:02 pm
by sesame
lnevo wrote:Do you get different readings if you put the probe in a cup of tank water? Its either stray voltage or bad probe.
will try in following days. See what's happened

Re: ph expansion and ph control issue.

Posted: Sun Dec 06, 2015 9:43 pm
by sesame
lnevo wrote:Do you get different readings if you put the probe in a cup of tank water? Its either stray voltage or bad probe.
just put probe in cup for a week. see pic below.
its ups and downs from 7.43~7.88. how this happens and what cause that?

Re: ph expansion and ph control issue.

Posted: Sun Dec 06, 2015 9:49 pm
by sesame
rimai wrote:Yes, that is the patch.
But this code:

Code: Select all

ReefAngel.CO2Control( Co2, 6.40, 6.45 );
Should be without the decimal:

Code: Select all

ReefAngel.CO2Control( Co2, 640, 645 );
as checked code. already typed as you said. mis-typing in post.
but relay still flash right now. doesn't help.

Re: ph expansion and ph control issue.

Posted: Mon Dec 07, 2015 9:01 am
by rimai
The cup of tank water is just temporary to see if there is any interference with stray voltage, which seems that is not the case.
It looks like it is working right when it is in the tank.

Re: ph expansion and ph control issue.

Posted: Mon Dec 07, 2015 4:10 pm
by lnevo
Have you recalibrated?

Re: ph expansion and ph control issue.

Posted: Mon Dec 07, 2015 4:50 pm
by sesame
yes

Re: ph expansion and ph control issue.

Posted: Mon Dec 07, 2015 4:53 pm
by sesame
rimai wrote:The cup of tank water is just temporary to see if there is any interference with stray voltage, which seems that is not the case.
It looks like it is working right when it is in the tank.
How its ups and downs even in cup measurement. Is this in measure tolerance range?

Re: ph expansion and ph control issue.

Posted: Mon Dec 07, 2015 10:06 pm
by rimai
That may have been temperature variances.