I have two gyre pumps on opposing sides of my tank and have gyre interface modules running them. I set them up as per your video, and the night time program the pumps seem to be running a full speed. I set these up as per your online video. Help
Reply
Interface modules not working correctly
Interface modules not working correctly
Login
Reset password
or
Register
15 Answers
Feb 23, 2016
Carlosagentwrote
There is a bug on the Apex OS so here is a post where I go over the bug and how to get around it. Sounds like you may need to make those edits to your programming...
thanks for the speedy reply, i have made the two other required virt outlets and changed the codes for the gyre's I'll see tonight how it is working I guess.
Mar 04, 2016
Robert McNicholswrote
Hi Carlos
Can you please look at these code and tell me if you see any problem in the codes, as i am still having issues with one side being no flow than the other. Is it possible one of the modules is no good, i can switch the modules around and it will change to different side.
Thanks
Bob
VIRT_DAY
OSC 000:00/001:00/001:00 Then ON
If Time 13:00 to 14:00 Then OFF
If Time 21:00 to 09:00 Then OFF
VIRT_NIGHT
OSC 000:00/003:00/003:00 Then ON
If Time 09:00 to 21:00 Then OFF
IF TIME 21:00 TO 09:00 THEN ON
VIRT_DAYTM
SET ON
IF TIME 13:00 TO 14:00 THEN OFF
IF TIME 21:00 TO 09:00 THEN OFF
VIRT_NIGHTTM
SET ON
IF TIME 09:00 TO 21:00 THEN OFF
IF TIME 21:00 TO 09:00 THEN ON
OUTLETS
XL150_RIGHT
IF OUTLET VIRT_DAYTM = ON THEN DAY_UP
IF TIME 13:00 TO 14:00 THEN DAY_PULSE
IF OUTLET VIRT_NIGHTTM = ON THEN NIGHT_UP
IF OUTLET VIRT_DAY = ON THEN DAY_DOWN
IF OUTLET VIRT_NIGHT = ON THEN NIGHT_DOWN
IF FEEDA 000 THEN OFF
XL150_LEFT
IF OUTLET VIRT_DAYTM = ON THEN DAY_DOWN
IF TIME 13:00 TO 14:00 THEN DAY_PULSE
IF OUTLET VIRT_NIGHTTM = ON THEN NIGHT_DOWN
IF OUTLET VIRT_DAY = ON THEN DAY_UP
IF OUTLET VIRT_NIGHT = ON THEN NIGHT_UP
IF FEEDA 000 THEN OFF
Mar 04, 2016
Carlosagentwrote
Your virtual night and virtual night tm are not correct. They have an extra line that you don't need.
Mar 06, 2016
Robert McNicholswrote
what is it please
Mar 06, 2016
Robert McNicholswrote
IF TIME 21:00 TO 09:00 THEN ON is it this line
Mar 06, 2016
Robert McNicholswrote
would this cause one side on day time to be more powerful than the other side or do you think this is a problem with one of the modules, the problem will go with module when i switch it form left to right and vice versa
Mar 07, 2016
Carlosagentwrote
When you mean one side, do you mean one half of the gyre or do you mean going reverse as opposed to forward? Just want to make sure we are talking about the same thing here.
Mar 07, 2016
Robert McNicholswrote
the left side gyre is pumping more than the opposing side, and if i switch around modules it seems to follow the module
Mar 07, 2016
Carlosagentwrote
Ok that means the pump is not assembled correctly. Please provide us with pictures of the pump from the front. Make sure that they are close but I am still able to see both sides of the pump. I need to see the cages and the propellers. Once I have that, I can give you instructions on how to fix it.
Mar 07, 2016
Robert McNicholswrote
but if i switch the modules around the opposite pump works the same as the other did....
Mar 07, 2016
Carlosagentwrote
The module cannot tell the pump to run just half of it. You cannot run the pump on different directions at the same time. So if one side of the pump is not working, it is not because of the module but because of the way the pump has been assembled.
Mar 07, 2016
Robert McNicholswrote
ok, it is not that one side of the pump, has a problem, it is that i have two gyres facing each other on opposite sides of the tank, and one will be running a higher force than the other.
Mar 08, 2016
Carlosagentwrote
Here is a link to the Neptune forum where I posted a revised version of the code on the Alternating Gyre Mode Video. It takes into consideration an Apex OS bug that we found...