Jump to content

Neptune AFS help


rtsusc83

Recommended Posts

I am currently using the feed wizard to setup my feed interval.  When using this, I was expecting my return pump to cycle off during the designated time per feed a,b,c or d interval but it is not.  Am I missing something?

Link to comment
Share on other sites

I set mine up using Feed D.  You will need to edit your outlets code for whatever you want to shut off in that feed mode.  For example if you want your return pump to turn off when you are in Feed D mode:

 

 

If FeedD 000 Then OFF

 

If you want to delay the pump from coming back on immediately after the feed mode is over, do this;

 

 

If FeedD 010 Then OFF

 

This will delay it by 10 minutes.  Hope this helps!

Link to comment
Share on other sites

For redundancy I also have this code for my return pump as well, 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 Then OFF

Defer 008:00 Then ON

 

 

 

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...