PH calibration

Do you have a question on how to do something.
Ask in here.
Post Reply
Seedlessone
Posts: 135
Joined: Tue Jan 24, 2012 6:20 pm

PH calibration

Post 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.
Seedlessone
Posts: 135
Joined: Tue Jan 24, 2012 6:20 pm

Re: PH calibration

Post 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?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: PH calibration

Post 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
Roberto.
Seedlessone
Posts: 135
Joined: Tue Jan 24, 2012 6:20 pm

Re: PH calibration

Post by Seedlessone »

Bam. That's great. Thanks...
User avatar
cosmith71
Posts: 1437
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: PH calibration

Post by cosmith71 »

Silly question...why would you need to change these so often?

--Colin
lmolenmaker
Posts: 59
Joined: Tue Nov 12, 2013 5:58 am

Re: PH calibration

Post by lmolenmaker »

Hi, can somebody tell me in which section I should insert the code, mentioned in post above?

Thanks in advance.

Leslie
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: PH calibration

Post by lnevo »

In setup()
rossbryant1956
Posts: 471
Joined: Sat Jan 14, 2012 2:08 pm
Location: Montgomery Village, MD

Re: PH calibration

Post by rossbryant1956 »

what are the memory locations for the phe device, the extra ph probe. thx in advance.
Roscoe's Reefs - Starting Over Again:

Building new 29g Nano after landlord went berserk over my 4 75 gallon tanks, Multiple RA's, Water mixing stations, etc. Your help welcomed in remembering all I've forgotten.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

PH calibration

Post by lnevo »

Look in Globals.h
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: PH calibration

Post by rimai »

For the latest libraries, it is 321 for min and 323 for max.
https://github.com/reefangel/Libraries/ ... als.h#L491
Roberto.
lmolenmaker
Posts: 59
Joined: Tue Nov 12, 2013 5:58 am

Re: PH calibration

Post by lmolenmaker »

Roberto,

is 321 and 323 for ph 7 and ph 10 ?

Thanks,

Leslie
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: PH calibration

Post by lnevo »

Yep
Post Reply