First time using 2 pH probes. One for the main tank (pH), the other in my Calcium Reactor (pH2)
I thought I could have the CO2 solenoid be controlled by pH2, but I'm having issues uploading the code. I want the switch to be naturally OFF, but on as long as the pH within the CaRx is no less than 6.4, when the solenoid will shut off until the pH rises again.
The Feed D is my maintenance feed, with a 5 minute defer statement.
I get the error with the pH2, even though it is a prompted line when writing the statement.
What am I doing incorrectly?
Fallback OFF
if pH2 > 6.41 Then ON
if pH2 < 6.4 Then OFF
If FeedD 000 Then OFF
Defer 005:00 Then ON
I thought I could have the CO2 solenoid be controlled by pH2, but I'm having issues uploading the code. I want the switch to be naturally OFF, but on as long as the pH within the CaRx is no less than 6.4, when the solenoid will shut off until the pH rises again.
The Feed D is my maintenance feed, with a 5 minute defer statement.
I get the error with the pH2, even though it is a prompted line when writing the statement.
What am I doing incorrectly?
Fallback OFF
if pH2 > 6.41 Then ON
if pH2 < 6.4 Then OFF
If FeedD 000 Then OFF
Defer 005:00 Then ON



