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????
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????