coding 2 x WP40's Mixed Reef SPS and ZOA dominant

Do you have a question on how to do something.
Ask in here.
Post Reply
kirkwood
Posts: 173
Joined: Mon Apr 29, 2013 6:50 am

Re: coding 2 x WP40's Mixed Reef SPS and ZOA dominant

Post by kirkwood »

lnevo wrote:Tidal swell does. Reefcrest does not.
How long? And should it be sync or antisync?
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: coding 2 x WP40's Mixed Reef SPS and ZOA dominant

Post by lnevo »

Sync or Anti Sync is up to you. It's the same as with Vortech what you set the pump to. Whether it's in the sync or anti-sync modes.

Tidal Swell is similar to the Nutrient Transport, it has a sync program and an anti-sync program.

http://ecotechmarine.com/ecosmart/vorte ... art-modes/

Looking in the Globals.cpp where the TidalSwellMode function is defined, the last phase (WavePhase==10) has a check here

Code: Select all

                if (now()-WaveStart>9000) WavePhase=0;
So after 9000 seconds it goes back to the initial phase. 9000 seconds = 150 minutes = 2.5 hours.
Post Reply