OZONE and APEX Outlet Error

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??
 
All probe names change based on the module they're connected to. There's a chart in the User Guide for future reference. Glad you figured it out.
 
I used the new name for the probe originally and it didn't work (ORPA) But changing the probe name from ORPA to ORP1 seemed to fix the issue. A bug maybe?
 
Back
Top