feed cycles

powers2001

started reefing 1999
View Badges
Joined
May 2, 2013
Messages
5,812
Reaction score
5,508
Location
LIVING WELLS MONTANA
Rating - 0%
0   0   0
@SuncrestReef I'm taking this example of a timed setup from your article #7: Feed Cycles on the Apex

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 => => What if was changed to: Defer 010: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
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,214
Location
Oregon
Rating - 0%
0   0   0
If you changed the Defer delay from 1 minute to 10 minutes, the AFS would never turn on because Defer forces the output to wait the duration of the timer with no change in the If condition that would have turned it on. So in this example, the condition is:

If Output vFeed = ON Then ON

But vFeed only remains on for 8 minutes (8:00:00 through 8:02:59, then the extra 5 minutes of the Defer 005:00), so it would turn off prior to the 10 minute Defer timer's expiration.

You can easily get around this by simply changing the vFeed times to extend them beyond 10 minutes:

[vFeed]
Set OFF
If Time 08:00 to 08:12 Then ON
If Time 17:00 to 17:12 Then ON

(I removed the Defer 005 here because it was unnecessary)

[AFS]
Fallback OFF
Set OFF
If Output vFeed = ON Then ON
Defer 010:00 Then ON
 
OP
OP
powers2001

powers2001

started reefing 1999
View Badges
Joined
May 2, 2013
Messages
5,812
Reaction score
5,508
Location
LIVING WELLS MONTANA
Rating - 0%
0   0   0
If you changed the Defer delay from 1 minute to 10 minutes, the AFS would never turn on because Defer forces the output to wait the duration of the timer with no change in the If condition that would have turned it on. So in this example, the condition is:

If Output vFeed = ON Then ON

But vFeed only remains on for 8 minutes (8:00:00 through 8:02:59, then the extra 5 minutes of the Defer 005:00), so it would turn off prior to the 10 minute Defer timer's expiration.

You can easily get around this by simply changing the vFeed times to extend them beyond 10 minutes:

[vFeed]
Set OFF
If Time 08:00 to 08:12 Then ON
If Time 17:00 to 17:12 Then ON

(I removed the Defer 005 here because it was unnecessary)

[AFS]
Fallback OFF
Set OFF
If Output vFeed = ON Then ON
Defer 010:00 Then ON
@SuncrestReef what if the slider on the vFeed tile was slid to ON briefly?
 

Being sticky and staying connected: Have you used any reef-safe glue?

  • I have used reef safe glue.

    Votes: 149 88.7%
  • I haven’t used reef safe glue, but plan to in the future.

    Votes: 9 5.4%
  • I have no interest in using reef safe glue.

    Votes: 7 4.2%
  • Other.

    Votes: 3 1.8%
Back
Top