View Single Post
  #6  
Old 07-14-2013, 12:54 AM
scherzo's Avatar
scherzo scherzo is offline
Member
 
Join Date: May 2009
Location: Coquitlam
Posts: 243
scherzo is on a distinguished road
Default

So your programming would look like this


Fallback ON
Set ON
If FeedA 005 Then OFF
If Time 10:00 to 10:15 Then OFF

You probably should also set your power heads and skimmer to off as well.

This is the simplest method.

The method I used was to setup a virtual outlet and had it turn on and off at a certain time and had my pumps looking to see if it was on or off.


Virtual Outlet:
[Autofeed]
Set OFF
If Time 10:00 to 10:15 Then ON

Outlet:
[MainPump]
Fallback ON
Set ON
If FeedA 005 Then OFF
If Time 10:00 to 10:15 Then OFF
If Outlet Autofeed = ON Then OFF****


It is simply the last line you would add to anything you want turned off at 10:00am.

This programming method would also be nice if you wanted to change the feed time. You would only have to change it in one place.
Reply With Quote