PDA

View Full Version : Programming problem.


mike536
04/03/2007, 05:35 PM
Hey everyone. I got a problem with my aqua controller. I just hooked up and getto Kalk doser and I can't get it to turn on and off with respect to the PH. I'll post my program so you all can take a look at it and try to help me to figure what I got wrong.

LT1$-A1 (VHO's)
LT2$-A2 (MH)
KAL%-A3 (Kalk water via dosing pump.)
HT1#-A4 (Heater)
ALM*-A5 (Alarm)

If Time > 00:00 Then ALM OFF
If Temp < 75.0 Then ALM ON
If Temp > 84.0 Then ALM ON
If pH < 7.90 Then ALM ON
If pH > 8.50 Then ALM ON
If pH < 8.10 Then KAL ON
If pH > 8.40 Then KAL OFF
If Time > 09:00 Then LT1 ON
If Time > 10:00 Then LT2 ON
If Time > 21:00 Then LT2 OFF
If Time > 22:00 Then LT1 OFF
If Temp < 77.0 Then HT1 ON
If Temp > 79.0 Then HT1 OFF

Oh and with the dosing pump, I have that plugged into the X-10 module. When I hit the update buttom in Aquanotes it works for about a minute them shuts off. (No where near the PH that i'm looking for.) Oh and if you see anything else there that think might be better in the program let me know.

Thank you in advance!!!
Mike

clp
04/04/2007, 11:46 AM
If the pH is between 8.1 and 8.4 then KAL could either be on or off; it will not turn on until the pH drops below 8.1. Try to manually turn on/off the KAL through the control & status ->manual control menu on the AquaController to unsure that the address settings, etc. are correct.

Curt