I am not to good in programming and i need your help guys. My friend using Apex controller and he set up two Gyre pumps following way:

I have two and have them set to alternate, one side on at 40% every 6 minutes. Every two hours they both come on for 5 minutes. So it creates a strong gyre flow on each side and then every two hours I have very turbulent flow. I use an Apex to do this. The apex gyre controller is not out yet but I got pretty creative without it.

I use two virtual outlets, one alternate ON/OFF every six minutes the other every 2 hours have it on for 5 minutes. Have the gyres programmed so one is on when the first Virtual outlet is On, and off when off, the other gyre off when on and on when off. Then have the both set to be on if the second virtual outlet is on. That way you can alternate the two gyre but have them both on when the 2nd virtual outlet is on.

here are my programs, the first two are the virtual outlets.

#Gyre_Random
Fallback OFF
OSC 000:00/005:00/120:00 Then ON
If FeedA 000 Then OFF

#Gyre_CONTROL
Fallback OFF
Set OFF
OSC 000:00/006:00/006:00 Then ON

#XF150_LEFT
Fallback OFF
Set OFF
If Outlet Gyre_CONTROL = OFF Then ON
If Outlet Gyre_Random = ON Then ON
If FeedA 000 Then OFF

#XF150_RIGHT
Fallback ON
Set ON
If Outlet Gyre_CONTROL = OFF Then OFF
If Outlet Gyre_Random = ON Then ON
If FeedA 000 Then OFF


Is it possible to set up the same way in Profilux?

thanks..