Gyre & Icecap

CoralNerd

Active member
I need some help getting this to work.

I purchased the icecap control along with the alternate Gyre mode modified cable. All is installed. I see a green light on the icecap.

My current programming is:

Variable Speed Port VarSpd3_I3 renamed GyreSPD
Code within:
Set ON
If Time 08:00 to 19:00 Then GyreDaySPD
If FeedA 000 Then OFF

Variable Speed Port VarSpd4_I4 renamed GyreDIR
Code within:
If Time 08:00 to 19:00 Then GyreDayDIR
If FeedA 000 Then OFF

------------------------------------------------------------

Program ID 11
Profile Name: GyreDaySPD
Control Type: Pump
Synchronize Enable: No
Divide by ten: No
Initial Time Off: 0
On time: 30
Off time: 30
Minimum intensity: 0
Maximum intensity: 100

Program ID 12
Profile Name: GyreDayDIR
Control Type: Pump
Synchronize Enable: Yes
Divide by ten: No
Initial Time Off: 0
On time: 30
Off time: 30
Minimum intensity: 0
Maximum intensity: 100

I don't even think the blade is moving. HELP
 
Did you make sure you found which port number you're plugged into? You should really watch the youtube videos that Carlos put together. Your program right now is running it 100% in reverse for 30 seconds then off for 30 seconds.
 
@gobble
I'm plugged into v3/v4 on the apex.
I watched all the videos and I still can't figure it out. So I'm here asking for help.
Thanks in advance!
 
@gobble
I did see it power the pump up and move the blade. Actually I think 0 in the one code means it goes 100% in forward mode.
 
But you have the intensity set to 0 when it's in forward mode. You have 100% intensity in reverse mode (100%dir) and 0% intensity in forward mode (0%dir)
 
Not a expert on programming with Apex.
But if you follow Carlos video and cut and paste the code it should work.
You can just modify the code.
I know one of the videos their is a mistake and you have to go to the Neptune forums for the correct code but not the one you need.

Also like stated the minimum intensity can not be 0 the Gyre can only go as low as 20 or 21 percent.

Put this in the Coralvue forums and Carlos will help. vendors are pretty much stuck in their forums.
 
In plain language (not code) what exactly do you want your gyre to do throughout the day?
 
Back
Top