Jump to content

APEX Fusion Feed Cycle Question


Paulcosta

Recommended Posts

Hello

  I am trying to have my pump and skimmer turn off on a feed cycle. Do i just type the minutes i want them off in the feeder time delay? Will they kick back on when the time is up? Any help would be great 

Link to comment
Share on other sites

I have this code for return pump, power heads and skimmer, which turns the pump off whenever the feeder is activated regardless of Feed A-D and waits 8min then turn on.

 

If Outlet Feeder_5_1 = ON

Defer 008:00 Then ON

 

 

I also have this code to activate the turn off if I run FeedC, which is associate to my feeder.

 

If FeedC 000 Then OFF

 

 

 

 

Link to comment
Share on other sites

For the Feeder I have these lines of code

 

OSC 000:00/000:30/000:30 Then ON

If Time 00:00 to 11:00 Then OFF

If Time 11:04 to 15:00 Then OFF

If Time 15:04 to 00:00 Then OFF

If FeedC 000 Then ON

If FeedA 000 Then OFF

If FeedB 000 Then OFF

If Outlet EmailAlm_I5 = ON Then OFF

If Power EB8_3 Off 003 Then OFF

 

 

 

 

 

Link to comment
Share on other sites

Hello

  I am trying to have my pump and skimmer turn off on a feed cycle. Do i just type the minutes i want them off in the feeder time delay? Will they kick back on when the time is up? Any help would be great 

 

In the "output configuration" of each piece of equipment, just select the feed timer letter and then select how long you want it to delay (stay off). 

post-30-0-82334600-1399045798_thumb.jpg

Link to comment
Share on other sites

In the "output configuration" of each piece of equipment, just select the feed timer letter and then select how long you want it to delay (stay off)

do i put the skimmer and pump on auto? i have them both on at the moment

Link to comment
Share on other sites

do i put the skimmer and pump on auto? i have them both on at the moment

 

yes.  If you don't have it on auto, the manual setting of "on" overwrites everything else. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...