S swoods140 New member Jun 3, 2011 #1 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?
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?
D Deleted member 143833 Jun 3, 2011 #2 Try this: Fallback Off Set Off if pH > 6.4 Then ON So; greater then 6.4, Co2 is on, lower, C02 is off.
Try this: Fallback Off Set Off if pH > 6.4 Then ON So; greater then 6.4, Co2 is on, lower, C02 is off.
aquamanic WHO DAT?? Jun 4, 2011 #4 Maybe add a Defer statement at the end so it doesn't bounce 6.39, 6.40, 6.39, etc. Defer 005 Then ON