Page 1 of 1
PH calibration
Posted: Thu May 30, 2013 12:19 pm
by Seedlessone
Is there no way to manually put my ph calibration numbers in anymore? I would like to be able to so I don't have to keep calibrating it every time I want to update something.
Re: PH calibration
Posted: Thu May 30, 2013 12:24 pm
by Seedlessone
Never mind. I fixed the issue I was having with the client. Is there any other way to do this other than the client?
Re: PH calibration
Posted: Thu May 30, 2013 3:00 pm
by rimai
You can hardcode the numbers:
Code: Select all
ReefAngel.PHMin=520;
ReefAngel.PHMax=840;
Or you can use web browser:
http://ipaddress:2000/mi231,840
http://ipaddress:2000/mi233,520
If you use webbrowser, you must reboot the controller
Re: PH calibration
Posted: Thu May 30, 2013 6:00 pm
by Seedlessone
Bam. That's great. Thanks...
Re: PH calibration
Posted: Fri May 31, 2013 7:18 am
by cosmith71
Silly question...why would you need to change these so often?
--Colin
Re: PH calibration
Posted: Fri Dec 06, 2013 9:55 pm
by lmolenmaker
Hi, can somebody tell me in which section I should insert the code, mentioned in post above?
Thanks in advance.
Leslie
Re: PH calibration
Posted: Sat Dec 07, 2013 5:35 am
by lnevo
In setup()
Re: PH calibration
Posted: Sat Dec 07, 2013 8:03 am
by rossbryant1956
what are the memory locations for the phe device, the extra ph probe. thx in advance.
PH calibration
Posted: Sat Dec 07, 2013 9:25 am
by lnevo
Look in Globals.h
Re: PH calibration
Posted: Sat Dec 07, 2013 9:39 am
by rimai
For the latest libraries, it is 321 for min and 323 for max.
https://github.com/reefangel/Libraries/ ... als.h#L491
Re: PH calibration
Posted: Mon Dec 09, 2013 12:20 am
by lmolenmaker
Roberto,
is 321 and 323 for ph 7 and ph 10 ?
Thanks,
Leslie
Re: PH calibration
Posted: Mon Dec 09, 2013 5:35 am
by lnevo
Yep