Variable Powerhead Profile Outlet

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)

RamsReef

Valuable Member
View Badges
Joined
Aug 18, 2016
Messages
1,754
Reaction score
1,494
Rating - 0%
0   0   0
Hello,

My program does not seem to be working the way I thought it would, suggestions please.
I want it to Flush the last 2 minutes of every hour, however, it just goes into flush mode, and does not OSC.


Set Wave4_Feed
If Time 00:00 to 08:00 Then Wave2_Swell
If Time 08:00 to 18:00 Then Wave1_Pulse
If Time 18:00 to 23:59 Then Wave2_Swell
OSC 58:00/2:00/0:00 Then Wave3_Flush
If FeedA 000 Then Wave4_Feed
If FeedD 000 Then OFF
 

Joe Grubbs

Active Member
View Badges
Joined
Oct 1, 2015
Messages
105
Reaction score
36
Rating - 0%
0   0   0
Hello,

I believe that your difficulty is arising from the order of your commands. Remember that the Last active command in the stack "wins". I suspect if you move your OSC command to the top of the If Time commands you'll get the result you are looking for.

Set Wave4_Feed
OSC 58:00/2:00/0:00 Then Wave3_Flush
If Time 00:00 to 08:00 Then Wave2_Swell
If Time 08:00 to 18:00 Then Wave1_Pulse
If Time 18:00 to 23:59 Then Wave2_Swell
If FeedA 000 Then Wave4_Feed
If FeedD 000 Then OFF
 
OP
OP
RamsReef

RamsReef

Valuable Member
View Badges
Joined
Aug 18, 2016
Messages
1,754
Reaction score
1,494
Rating - 0%
0   0   0
No this would never work then as flush has to be last. What you have to do is make a virtual outlet that contains the osc command.

Then on the pump you say

If outlet (your outlet) on then (flush profile)

This works
 
OP
OP
RamsReef

RamsReef

Valuable Member
View Badges
Joined
Aug 18, 2016
Messages
1,754
Reaction score
1,494
Rating - 0%
0   0   0
Here

Fallback Wave1_PulL
Set Wave6_FeedL
If Time 00:00 to 08:00 Then Wave3_SwelL
If Time 08:00 to 18:00 Then Wave1_PulL
If Time 18:00 to 23:59 Then Wave3_SwelL
If Outlet PH_FLUSH = ON Then Wave5_Stir
If FeedA 000 Then Wave6_FeedL
If FeedD 000 Then OFF
 

Making aqua concoctions: Have you ever tried the Reef Moonshiner Method?

  • I currently use the moonshiner method.

    Votes: 24 21.8%
  • I don’t currently use the moonshiner method, but I have in the past.

    Votes: 2 1.8%
  • I have not used the moonshiner method.

    Votes: 80 72.7%
  • Other.

    Votes: 4 3.6%
Back
Top