Feed mode

srkdaz

New member
Is there a way to program feed mode to turn on at a specific time in a day automatically? I want to setup an auto feeder for the same time when I am out of town.
 
Not a true Feed Cycle, but you can create a custom one with a virtual outlet.

[Feed_Mode]
Set OFF
If Time 14:00 to 14:04 Then ON

Then to each outlet you want to control add:

If Outlet Feed_Mode = ON Then OFF(or ON)

The Feed_Mode will start at 2:00 pm and last for five minutes, one minute longer than it might look like.

Todd
 
Back
Top