Aqua Jr program? pump not on, did I do something wrong?

little_d

New member
Everything is working fine, except for the pump. I have one closed loop and one return pump. Programed those to be on A06 and A07 and set it to "If feed cycle then off" the display showed up a "U" simble on both of the pump.

Why is it not working? I did not set anything on address 8, could this be the problem?

Thanks
 
You need a statement to turn the pump on. For pumps that should normally be on, and off during a feed cycle use:

If Time > 00:00 Then PMP ON
If Feed Cycle Then PMP OFF

Curt
 
Back
Top