I checked for another thread like this and didn't find it, if I missed it please excuse this noob.
This is getting a bit irritating, has anyone else encountered this? I will be posting my code for a check in another post, but I have been working on my ATO programming. I have two aqualifters supplying ATO to my sump. One runs to my KALK Reactor and one just uses plain RO. I tried to put a safety statement in the code for each outlet:
If pH > 8.35 Then OFF <--- on the KALK Pump Outlet
If pH < 8.36 Then OFF <--- on the RO Only Pump Outlet
When I leave the outlet program after updating and go to another outlet, and then return, I find the statements changed to:
If Temp > 08.35 Then OFF <--- on the KALK Pump Outlet
If Temp < 08.36 Then OFF <--- on the RO Only Pump Outlet
Today I came home from an overnight trip to my main pump and lights cycling on and off due to low sump level my because the ATO were not filling the sump because the Temp was greater than 8.36 degrees! Probably need an off and stay off on the main pump code, any suggestions?
I have tried using 08.35 and 8.35 for the value doesn't seem to matter.
These are the last statements in the program if significant The Apex seems to be doing this. I am running the latest firmware, and the controller is a little over a month and a half old.
I travel a bit so this stuff is an issue for me. Thanks in advance for your reply.
This is getting a bit irritating, has anyone else encountered this? I will be posting my code for a check in another post, but I have been working on my ATO programming. I have two aqualifters supplying ATO to my sump. One runs to my KALK Reactor and one just uses plain RO. I tried to put a safety statement in the code for each outlet:
If pH > 8.35 Then OFF <--- on the KALK Pump Outlet
If pH < 8.36 Then OFF <--- on the RO Only Pump Outlet
When I leave the outlet program after updating and go to another outlet, and then return, I find the statements changed to:
If Temp > 08.35 Then OFF <--- on the KALK Pump Outlet
If Temp < 08.36 Then OFF <--- on the RO Only Pump Outlet
Today I came home from an overnight trip to my main pump and lights cycling on and off due to low sump level my because the ATO were not filling the sump because the Temp was greater than 8.36 degrees! Probably need an off and stay off on the main pump code, any suggestions?
I have tried using 08.35 and 8.35 for the value doesn't seem to matter.
These are the last statements in the program if significant The Apex seems to be doing this. I am running the latest firmware, and the controller is a little over a month and a half old.
I travel a bit so this stuff is an issue for me. Thanks in advance for your reply.