Hello,
I currently use an apex on my reef tank and want to put one on my freshwater planted tank to control my co2 based on ph. I've used a Milwaukee and an American Pinpoint pH controllers before and did not like them - at all.
I'd like to record my pH before my lights come on and make automated decisions based on that value. Reason being: I'm actually running a freshwater planted tank and want to turn on my co2 until the pH drops by 1 full point. If this were .net or something, I'd do this:
var pHBeforeLights = phAtSpecificTime(10:00)
If (pH > (pHBeforeLights - 1) then ON
Ph changes so frequently as we all know that I want to eliminate as much of the guess work as possible.
Any help? Thanks!
I currently use an apex on my reef tank and want to put one on my freshwater planted tank to control my co2 based on ph. I've used a Milwaukee and an American Pinpoint pH controllers before and did not like them - at all.
I'd like to record my pH before my lights come on and make automated decisions based on that value. Reason being: I'm actually running a freshwater planted tank and want to turn on my co2 until the pH drops by 1 full point. If this were .net or something, I'd do this:
var pHBeforeLights = phAtSpecificTime(10:00)
If (pH > (pHBeforeLights - 1) then ON
Ph changes so frequently as we all know that I want to eliminate as much of the guess work as possible.
Any help? Thanks!
Last edited: