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,493
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,493
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,493
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
 

Just grow it: Have you ever added CO2 to your reef tank?

  • I currently use a CO2 with my reef tank.

    Votes: 1 3.1%
  • I don’t currently use CO2 with my reef tank, but I have in the past.

    Votes: 0 0.0%
  • I have never used CO2 with my reef tank, but I plan to in the future.

    Votes: 1 3.1%
  • I have never used CO2 with my reef tank and have no plans to in the future.

    Votes: 27 84.4%
  • Other.

    Votes: 3 9.4%

New Posts

Back
Top