Gyre Icecap mudule programming question

MAXreefer

New member
I am using one of Russ programming suggestions to control my 2 Gyre's and the Icecap module for the Apex.
So far I am having this:

Profiles:
[ Gyre_Up ]
Type: Ramp
Ramp time: 3
Start Intensity: 25
End Intensity: 100

[ Gyre_Down ]
Type: Ramp
Ramp time: 3
Start Intensity: 100
End Intensity: 25


The virtual outlet:
[ Gyre-OSC ]
OSC 0:00/3:00/3:00 Then ON

The Gyre variable speed outlets:

[ Gyre_Left ]
Set Gyre_Up
If Outlet Gyre_OSC = ON Then Gyre_Down

[ Gyre_Right ]
Set Gyre_Down
If Outlet Gyre_OSC = ON Then Gyre_Up

I would like to create a couple more profiles with different speeds. No problem with that.
The I would create the conditionals with the If Time options.
Just wondering where I have to put the "If Outlet Gyre_OSC = ON Then Gyre_Down" and "Up" in the programming sequence. I want them to OSC for every time cycle I program

Thanks for any help
 
Thanks Carlos.
I saw the video which you guys just posted and learned a lot from it.
Before the video came out I played around a bit with Fusion and added in the "advanced" tab some random stuff like "pulse" which is a profile I created.

Here is what I did but still needs fine tuning and the out let looks like this:

Code:
Fallback ON 
tdata 00:00:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 01:00:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 01:05:00,0,0,0,0,0,0,0,0,0,0,0,0,0
tdata 03:00:00,0,0,0,0,0,0,0,0,0,0,0,0,0
tdata 03:05:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 05:00:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 05:05:00,0,0,0,0,0,0,0,0,0,0,0,0,0
tdata 08:00:00,0,0,0,0,0,0,0,0,0,0,0,0,0
tdata 08:05:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 09:00:00,0,0,50,0,0,0,0,0,0,0,0,0,0
tdata 12:00:00,0,0,50,0,0,0,0,0,0,0,0,0,0
tdata 13:00:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 13:05:00,0,0,0,0,0,0,0,0,0,0,0,0,0
tdata 14:00:00,0,0,0,0,0,0,0,0,0,0,0,0,0
tdata 14:05:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 15:00:00,0,0,50,0,0,0,0,0,0,0,0,0,0
tdata 17:00:00,0,0,50,0,0,0,0,0,0,0,0,0,0
tdata 18:00:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 20:00:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 23:59:00,0,0,20,0,0,0,0,0,0,0,0,0,0
If Time 11:00 to 12:05 Then Gyre_Pulse
 

Attachments

  • Screen Shot 2015-08-28 at 1.19.53 PM.jpg
    Screen Shot 2015-08-28 at 1.19.53 PM.jpg
    34.4 KB · Views: 0
Back
Top