Weird coding problem for dosing pump

watsonj

10 & Over Club
I am pushing the following code for dosing ALK to my apex:

Fallback OFF
OSC 000:00/003:57/056:03 Then ON
If Time 07:00 to 19:00 Then OFF
If pH > 08.35 Then OFF

as soon as I save it it refreshes as this:

Fallback OFF
OSC 000:00/003:57/056:03 Then ON
If Time 07:00 to 19:00 Then OFF
If Temp > 08.35 Then OFF

no matter what I do I can not at the ph statement it is rewritten as a temp statement by the Apex. I have tried moving the statement before the time statement but that makes no difference. what gives????
 
I suspect it's because it doesn't know that name 'pH', either because the probe was renamed or because it's not enabled in the controller (setup - ph setup...).

Does it show up in your XML datalog?
 
I thought the leading zero on the 08.35 might be an issue, but I tested it on mine running 4.04BC10 and it works fine. You might try either upgrading or re-flashing the firmware and webpages.

Todd
 
Here is an excerpt from the xml log "apex AC4:06486 11/19/2010 00:00:00 Temp Temp75.6 pH pH8.08 ORP ORP427 Amp_3 Amps5.2 Amp_5 Amps1.3 Cond 1.335.2 Temp_2 Temp75.4 Amp_7 Amps0.0 11/19/2010 00:10:00 Temp Temp75.8 pH pH8.10 ORP ORP426"
I have the latest software beta 4.04BC10 and have reflashed twice.
I tried it without the 0 and it still does it
 
I think what I would try is to reprogram the outlet with something just like:

Set ON

Store/save that, then go back in and re-enter your program above. Somehow it's gotten confused and needs to be smacked around.
 
Back
Top