rtsusc83 April 29, 2014 April 29, 2014 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?
Arkonen April 30, 2014 April 30, 2014 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!
st9z April 30, 2014 April 30, 2014 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now