Programming a Feed Cycle

pledosophy

Active Member
View Badges
Joined
Jul 21, 2009
Messages
379
Reaction score
267
Location
Long Beach, CA
Rating - 0%
0   0   0
Is there an easy way to have my Apex go into feed mode A at the same time every day.

I use an eheim auto feeder that feeds at 3:30 and I just want to have the Apex go into feed mode for that time.

Thanks!
 
Set up a phantom output to turn on at 3:29 each day. Use that output to turn off pumps skimmer, whatever for feed mode.
 
Is there a way to just type out:

If 3:25 then off
Defer 20 minutes then on
Yes, but you have to do it for each device you want to put in feed mode.
Use advanced program tab.
Fallback on
Set on
If time 15:25 to 15:55 then off
 
Is there an easy way to have my Apex go into feed mode A at the same time every day.

I use an eheim auto feeder that feeds at 3:30 and I just want to have the Apex go into feed mode for that time.

Thanks!
The best way to do it is to set up a Virtual output (I am not sure what a phantom output is... I believe he meant virtual output). Here is a great article showing how easy it is. Takes 2 minutes. Although he is discussing a maintenance mode, the same logic applies to a virtual feeder.

Mine is set up like this:
Name: vFeed (this is what I named my virtual output)
Set OFF
If Time 08:00 to 08:03 Then ON
If Time 18:00 to 18:03 Then ON
Defer 005:00 Then OFF

Then my feeder:
Fallback OFF
Set OFF
If Output vFeed = ON Then ON
Defer 001:00 Then ON

I hope this is helpful.
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top