ACjr - Feed Program Question

bosworth

Premium Member
Below is my ACjr program. I am trying to turn off my Power heads (PHR/PHL) and my return pump (PMP) during the feed cycle for 15 minutes. When I hit the FEED button in the AuqaNotes Lite, under the tank status menu, nothng happens. Can someone help me out? Also any other suggestions to my progam?

If Time > 00:00 Then PMP ON
If Time > 23:00 Then BLD ON
If Time > 05:00 Then BLD OFF
If Time > 06:00 Then WLD ON
If Time > 12:00 Then WLD OFF
If Time > 22:00 Then WLD ON
If Time > 23:00 Then WLD OFF
If Time > 12:00 Then HQI ON
If Time > 22:00 Then HQI OFF
If Temp > 80.0 Then HQI OFF
Max Change 030 M Then HQI OFF
If Temp < 75.0 Then HEA ON
If Temp > 76.0 Then HEA OFF
Max Change 020 M Then HEA OFF
If Temp > 78.5 Then FAN ON
If Temp < 78.0 Then FAN OFF
If Time > 00:00 Then PHL ON
If Time > 00:00 Then PHR ON
If Temp < 50.0 Then HEA OFF
Max Change 010 M Then HEA OFF
If Temp < 50.0 Then HQI OFF
Max Change 030 M Then HQI OFF
If Feed cycle Then PHR OFF
If Feed cycle Then PHL OFF
If Feed cycle Then PMP OFF
Max Change 015 M Then PMP OFF
Max Change 015 M Then PHR OFF
Max Change 015 M Then PHL OFF
 
Can you initiate a feed cycle on the controller itself? Do you have the feed interval set to the correct value in the setup->timer setup menu?

Curt
 
Curt,

I have only tried from the Aquanotes Lite program, but the Feed Cycle seems to initialize and the count down begins, but it doesn't seem to shut down the appropiate equipment. Is there something else I am missing? Is my program correct?

Brian
 
I don't see anything wrong with the program. Try the feed cycle on the controller itself.

Curt
 
Curt

Thanks for the help everything works fine activating it through the controller directly. I did notice on thing however. After it complete the first countdown the controller automatically went back into feed mode and started the countdown all over again. I did modify the FEED interval down to 15 minutes.
 
It sounds like the button was held down too long, and it started to auto repeat. That caused the feed cycle to be activated twice.

Curt
 
Back
Top