Calcium reactor PH code

swoods140

New member
If I wanted to maintain my calcium reactor PH at 6.4, what would the proper code be...

If PH>6.39 Then Off
Where would you set the upper parameter?
 
Try this:

Fallback Off
Set Off
if pH > 6.4 Then ON

So; greater then 6.4, Co2 is on, lower, C02 is off.
 
Back
Top