jwalker314
Member
trying to use the following to control my ozone generator
Fallback OFF
IF ORP < 330 Then ON
IF ORP > 350 Then OFF
getting this error
\\ Error: Valid keywords following If are Temp, pH, ORP, DO, Cond, Feed Cycle, SwitchX, PowerFail, Sun, or Moon //Error: line 2 - IF ORP < 330 Then ON
\\ Error: Valid keywords following If are Temp, pH, ORP, DO, Cond, Feed Cycle, SwitchX, PowerFail, Sun, or Moon //Error: line 3 - IF ORP > 350 Then OFF
I am using a PX1000 to add an addition PH Probe and ORP
The ORP was named ORPA and i still got the same error message
so i changed the probe name to ORP
any suggestions??
Fallback OFF
IF ORP < 330 Then ON
IF ORP > 350 Then OFF
getting this error
\\ Error: Valid keywords following If are Temp, pH, ORP, DO, Cond, Feed Cycle, SwitchX, PowerFail, Sun, or Moon //Error: line 2 - IF ORP < 330 Then ON
\\ Error: Valid keywords following If are Temp, pH, ORP, DO, Cond, Feed Cycle, SwitchX, PowerFail, Sun, or Moon //Error: line 3 - IF ORP > 350 Then OFF
I am using a PX1000 to add an addition PH Probe and ORP
The ORP was named ORPA and i still got the same error message
so i changed the probe name to ORP
any suggestions??