PDA

View Full Version : feed cycle not working


djmx2002
03/18/2007, 05:43 PM
When i pressed the feed option on my AC3 contoller it doesn't work,

here are my timers and code:

MH1$-A05
MH2$-A02
ACT$-A03
MLT$-A04
PH1#-A01
PH2%-A06
HET%-A07
AC2$-A08
ALM&-A09


If Time > 08:30 Then MH2 ON
If Time > 21:30 Then MH2 OFF
If Time > 09:30 Then MH1 ON
If Time > 20:30 Then MH1 OFF
If Moon 001/002 Then HET ON
If Temp < 76.5 Then HET OFF
If Temp < 76.0 Then PH2 ON
If Temp > 76.5 Then PH2 OFF
If FeedA 000 Then PH1 OFF
If FeedA 000 Then PH2 OFF
If Time > 00:00 Then ALM OFF
If Temp < 75.0 Then ALM ON
If Temp > 78.0 Then ALM ON

djmx2002
03/18/2007, 06:07 PM
Another problem, now when i try to access the status from the web interface it only shows me 6/9 timers

Aquaduck
03/18/2007, 06:22 PM
Did you set the FeedA Timer value in the setup menu? You need to assign a value in minutes or the controller ignores the feed mode.

djmx2002
03/18/2007, 08:55 PM
Yes the value was set for 5 minutes.

any idea what's going on?

djmx2002
03/18/2007, 09:04 PM
i reseted the program data on the controller and it seemed to fixed my second problems, however the first problem with the feeding cycle still isn't solve.

Aquaduck
03/19/2007, 08:14 AM
What version of controller firmware are you running?

djmx2002
03/19/2007, 01:40 PM
How do i check the version?

i believe 3.2 or something,
i just ordered it last week,
it's the new black on with the blue backlight

Aquaduck
03/19/2007, 01:49 PM
OK. You have the new code then.

When you press the DOWN button to select your feed mode release it, wait a few seconds and it should go into feed mode. If you press SELECT it will cancel it.

djmx2002
03/19/2007, 03:09 PM
o ok makes sense :)

it worked :) thanks