Hey everyone. I'm trying to program my Apex to control the solenoid on my CO2 tank for the Cal Reactor. I've got the ORP disabled and the pH2 enabled. I have calibrated both probes and readings are right. When trying to modify the outlet, I'm sending the following to the controller via the web fusion:
but I get the following error when I hit send:
Send Failed
//Error: line 2 - Valid keywords following If are Temp, pH, ORP, DO, Cond, Feed, SwX, Power, Sun, or Moon // If pH2 > 6.70 Then ON //Error: line 3 - Valid keywords following If are Temp, pH, ORP, DO, Cond, Feed, SwX, Power, Sun, or Moon // I
If I'm reading this correctly, it doesn't recognize "pH2" as a valid keyword. Thoughts?
Code:
Fallback OFF
If pH2 > 6.70 Then ON
If pH2 < 6.50 Then OFF
but I get the following error when I hit send:
Send Failed
//Error: line 2 - Valid keywords following If are Temp, pH, ORP, DO, Cond, Feed, SwX, Power, Sun, or Moon // If pH2 > 6.70 Then ON //Error: line 3 - Valid keywords following If are Temp, pH, ORP, DO, Cond, Feed, SwX, Power, Sun, or Moon // I
If I'm reading this correctly, it doesn't recognize "pH2" as a valid keyword. Thoughts?

