Apex question

Ej5

New Member
View Badges
Joined
Nov 25, 2021
Messages
18
Reaction score
34
Location
Jewett city
Rating - 0%
0   0   0
Trying to program my neptune feeder with return, skimmer, fan, and ato. I set everything to go off when the feeder starts, and then to come back on in stages 10 min later. I've programed twice now and nothing shuts off for feeding. But when I click on feed cycle a everything works how it's program. What am I not doing?
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,229
Location
Oregon
Rating - 0%
0   0   0
If you’re using the If Feed command to turn off devices, keep in mind that’s only valid when you manually click a Feed button on your dashboard. The AFS does not actually trigger a Feed cycle when it runs based on a timed schedule.

Read my tutorial on Apex Feed Cycles for example code to coordinate your AFS with your pumps and skimmer:

 

Reef and Dive

Valuable Member
View Badges
Joined
Sep 12, 2018
Messages
1,116
Reaction score
5,135
Location
Brazil
Rating - 0%
0   0   0
You need to program feed cycles and every single output to respond. You also may need a virtual outout (VIR3MIN on my example): create on the apex display, not possible on fusion.

example:

Return Pump:
Fallback ON
Set ON
If FeedA 000 Then OFF

WaveMaker:
Fallback ON
Set ON
If Output VIR10MIN = OFF Then OFF

VIR10MIN:
Fallback ON
Set ON
If FeedA 000 Then OFF
Defer 010:00 Then ON
 

Building with glass and silicone: Have you ever built a tank or had a custom tank built?

  • I have built an aquarium.

    Votes: 2 28.6%
  • I have had a custom tank built.

    Votes: 2 28.6%
  • I have never built a tank or had a custom tank built.

    Votes: 3 42.9%
  • Other.

    Votes: 0 0.0%
Back
Top