Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have the Feed A cycle manually working perfect and I have a scheduled Feed cycle that does not work. I basically need t schedule the working Feed A cycle and I'm stuck.What do you need help programming?
ok, and that works for me but I have to turn off my powerheads and pumps otherwise the food goes straight out of the tank in the overflow
So how do I create the Virtual Output?My article explains exactly how to do what you're describing: https://www.reef2reef.com/ams/neptune-apex-programming-tutorials-part-7-feed-cycles.715/
Here's the relevant part:
----
The best way to incorporate an automated feeder and mimic the Feed Cycle buttons is to use a virtual output to control everything. Here’s an example:
Virtual Output vFeed:
Set OFF
If Time 08:00 to 08:02 Then ON
If Time 17:00 to 17:02 Then ON
Defer 005:00 Then OFF
AFS Output Configuration:
Fallback OFF
Set OFF
If Output vFeed = ON Then ON
Defer 001:00 Then ON
Return Pump Configuration:
Fallback ON
Set ON
If Output vFeed = ON Then OFF
Skimmer Configuration:
Fallback OFF
Set ON
If Output vFeed = ON Then OFF
Defer 005:00 Then ON
Now when the vFeed output is set to AUTO, it will turn on at 8am and 5pm for 2 minutes each. This will cause the return pump and skimmer to turn off immediately. The AFS feeder will wait 1 minute (due to the Defer timer) and then make a single rotation. One minute later the vFeed output turns off, so the powerheads and return pump come back on immediately. The skimmer waits an additional 5 minutes due to the Defer timer, allowing the sump water level to return to normal. Just like the manual Feed Cycle buttons, but all unattended!

