Any way to manually calibrate salinity?
Posted: Mon May 06, 2013 5:35 am
My probe is in place - I would rather not have to crawl in there to remove it. I know my tank is at 37.5 PPT (I know, a little high).
Community discussion about Reef Angel Controllers and reefing related subjects
https://forum.reefangel.com/
Code: Select all
ReefAngel.SalMax=2550;
rimai wrote:It's an int value so, you can use your web browser to find out what you have now:
http://ipaddress:2000/mi247
Then to save a new value, you can use this:
http://ipaddress:2000/mi247,2550
This will save 2550 to memory location 247
The trick is that you must reboot after you save the new value.
Also, another alternative is using hard code in your setup() section after ReefAngel.Init();Code: Select all
ReefAngel.SalMax=2550;
rimai wrote:It's an int value so, you can use your web browser to find out what you have now:
http://ipaddress:2000/mi247
Then to save a new value, you can use this:
http://ipaddress:2000/mi247,2550
This will save 2550 to memory location 247
The trick is that you must reboot after you save the new value.
Also, another alternative is using hard code in your setup() section after ReefAngel.Init();Code: Select all
ReefAngel.SalMax=2550;
Code: Select all
ReefAngel.SalMax=InternalMemory.SalMax_read();