ph for tank/ph for calcium reactor command question?

Nickinsandy

New member
Fallback OFF
If pH > 08.00 Then ON
If pH < 07.95 Then OFF
If pH2 > 06.60 Then ON
If pH2 < 06.50 Then OFF


I basically set mine Co2 switch up like this for today I'll try to figure out what my media breaks down at over the next day or so...

but anyway the problem I'm having is that even tho the tank ph is below 7.95 if the command if ph2 is > than 6.60 then on then its keeping the solenoid on when it shouldn't be?


how can I prioritize tank ph over reactor ph? or could anyone show me how to write the total code for this ?

Thanks again - Nick
 
This order should give you what you are looking for.


Fallback OFF
If pH2 > 06.60 Then ON
If pH2 < 06.50 Then OFF
If pH < 08.00 Then OFF
 
Back
Top