Tunze Stream control?

OK, I am getting a strange reading on my status page:

Oct 23 2007 21:11:44
Temp pH ORP
79.9 8.23 331
SKM Auto ON
PUM Auto ON
TU1 Auto PF1
TU2 Auto PF3
FED Auto OFF
TUR Auto OFF
KOR Auto ON
FO1 Auto ON
FO2 Auto ON
FOO ON
Power Failed: None
Power Restored: None

I am not getting a "on" or "off" status for TU1 or TU2. Is this right?

Also, based on Kenargo's post, I changed the program from 030/100 to 000/100 and the waves were amazing. However, the on and off of the 6055 pumps caused a knocking noise that was too distracting to deal with, so I changed it back to 30%.

Here is my program:

SKM#-A10
PUM#-A02
TU1#-E01
TU2#-E02
FED&-A01
TUR$-A09
KOR#-A16
FO1$-C01
FO2$-C02
FOO$-C03

If Time > 00:00 Then PUM ON
If Time > 00:00 Then TU1 ON
If Time > 00:00 Then TU2 ON
If Time > 00:00 Then KOR ON
If Time > 06:30 Then TUR ON
If Time > 06:30 Then SKM ON
If Time > 08:00 Then SKM OFF
If Time > 08:00 Then PUM OFF
If Time > 08:00 Then FED ON
If Time > 08:05 Then FED OFF
If Time > 08:10 Then SKM ON
If Time > 08:05 Then PUM ON
If Time > 18:00 Then SKM OFF
If Time > 18:00 Then PUM OFF
If Time > 18:00 Then FED ON
If Time > 18:05 Then FED OFF
If Time > 18:10 Then SKM ON
If Time > 18:05 Then PUM ON
If FeedA 000 Then PUM OFF
If FeedA 002 Then SKM OFF
If FeedA 000 Then TU1 OFF
If FeedA 000 Then TU2 OFF
If FeedA 000 Then KOR OFF
If Time > 19:00 Then TUR OFF
If Time > 22:00 Then SKM OFF
OSC 060/180 ON/OFF Then FO1 ON
OSC 180/060 ON/OFF Then FOO ON
OSC 120/120 ON/OFF Then FO2 ON
If Timer FO2 = OFF Then TU1 OFF
If Timer FO2 = ON Then TU1 ON
If Timer FO1 = ON Then TU1 PF1
If Timer FOO = OFF Then TU1 PF2
If Timer FO2 = ON Then TU2 OFF
If Timer FO2 = OFF Then TU2 ON
If Timer FO1 = ON Then TU2 PF3
If Timer FOO = ON Then TU2 PF3
If Timer FOO = ON Then TU1 PF1
If Timer FOO = OFF Then TU2 PF4
Pmp MODE sD for PF1
Pmp Int 030/100 for PF1
Pmp OSC 07/07/00 for PF1
Pmp MODE sD for PF2
Pmp Int 030/100 for PF2
Pmp OSC 50/50/00 for PF2
Pmp MODE SD for PF3
Pmp Int 030/100 for PF3
Pmp OSC 00/07/07 for PF3
Pmp MODE SD for PF4
Pmp Int 030/100 for PF4
Pmp OSC 00/50/50 for PF4
 
Thanks. The status is messing with a web page I have set up. Click on my home page and you will understand. The only fields possible are either on or off.
 
It looks like the php application reading the status needs to be modified to access the new status display.
 
Guys,
Quick question on placement on a pair of streams: Do they need to be opposing to have optimal efficiency?

If I placed them on a center overflow box pointed away from each other towards the side panels, would this totally defeat the purpose of the Aqua Surf?

Thanks.
 
poor display of tank with returns and stream 6101 ..two per side

top view


( > .........returns facing each other.......< )
( ...............................................................)
( # ..........streams facing each ...........# )
( ............................................................... )
( ...............................................................)
( # ........streams facing each other......# )
(..>..........returns facing each other......<..)

above is a poor draft of my tank.. any ideas on how to set up the tunze 6101.. the > represents the returns for each side of the tank. inother words two per side.. they hit each other and create a large rip tide in a downward fashion...

# represents the streams 6101 .. two per side.. right now they osc between each side.

any ideas.. growing surge, waves... ect.. calm at night..

right now they are just adding more random patterns of flow in the tank... they might be creating waves.. but those are converged on by the returns hitting each other..

ideas please... the tank is about 3 feet deep and 8 to 9 feet long..

thanks
 
Last edited:
So placing the streams on the center overflow box didn't quite work well.

Would placing both streams on one side of a 180g pointing straight across be a workable option?

Right now they are back to the top corners of the back pane and they are displacing all the sand in the front.

I want to keep one end clear hence the trial of the overflow box & back pane vs one on each end pointed at each other.

Any input would be gratly appreciated, thanks.
 
<a href=showthread.php?s=&postid=11069202#post11069202 target=_blank>Originally posted</a> by benf
I have both of my 6100's on one side...works fine

Thanks benf.

Do you place the pair at different heights?
 
Are there any plans to add a RND to the PMP statements, similar to how the OSC is implemented ?

Pmp OSC XX/YY/ZZ for PF1

would also be able to be stated as

Pmp RND XX/YY/ZZ for PF1

Just seeing if that is on the horizon (in the next FW update perhaps) ? :)

Thanks
 
The aquasurf is a great product! I was worried about the added code needed to run the pumps because I was already at 99 lines of code on a AQIII (100 max allowed). By changing the season table and using the "If Sun" and "If Moon" commands I was able to squeeze it in.
 
really ? wow. I am worried about the same limitation on our AC Jr (although if I recall it's limitation is 40 statements). 40 statement limitation and we already have 22 now. Factor in wanting to control 4 pumps, with some sort of randomness and day/night modes and that puts us approx 5 statements over our limit (with the code I came up with so far).

Curt,

Do the PMP definition statements count against our total statement count ? Or are they somehow transmitted to the AS and maintained there in additional flash memory ? I would guess no since the AC Jr, III and III Pro have different maximum profile capacities. But it would be nice if the profiles are kept on the AS and didn't take away from the available resources on the controllers (and just calls to the various Profiles were all the Controller had to send down for the AS to suss out and implement).

Also, for the "optional" power supply, what is required ? IE: load side volts, current and power connector (IE: 8 mm connector, center positive).

Thanks :)
 
Here is my program...100 lines excatly :O

If Time > 00:00 Then PUM ON
If Time > 00:00 Then SKM ON
If Time > 00:00 Then CAR ON
If Time > 00:00 Then CAF ON
If Time > 00:00 Then CAP ON
If Time > 00:00 Then ALM OFF
If Time > 00:00 Then BUZ OFF
If Time > 00:00 Then SHT OFF
If Time > 00:00 Then PH1 PF1
If Time > 00:00 Then PH2 PF2
If Timer VH1 = OFF Then PH1 PF3
If Timer VH1 = OFF Then PH2 PF4
Pmp MODE sD for PF1
Pmp Int 030/100 for PF1
Pmp OSC 08/08/00 for PF1
Pmp MODE SD for PF2
Pmp Int 030/100 for PF2
Pmp OSC 00/08/08 for PF2
Pmp MODE sD for PF3
Pmp Int 030/050 for PF3
Pmp OSC 08/08/00 for PF3
Pmp MODE SD for PF4
Pmp Int 030/050 for PF4
Pmp OSC 00/08/08 for PF4
If Sun 000/000 Then VH1 ON
If Sun 060/060 Then VH2 ON
If Sun 120/-120 Then MH1 ON
If Sun 090/-090 Then MH2 ON
If Moon 120/120 Then MLT ON
If Temp < 81.0 Then FNS OFF
If Temp > 81.5 Then FNS ON
If Timer MH2 = OFF Then FNS OFF
If Timer VH1 = ON Then MLT OFF
If Temp < 50.0 Then HET OFF
If Time > 06:30 Then TOP ON
If Time > 07:30 Then TOP OFF
If Time > 21:00 Then TOP ON
If Time > 22:00 Then TOP OFF
If Time > 06:10 Then DOS ON
If Time > 06:25 Then DOS OFF
If Time > 20:40 Then DOS ON
If Time > 20:55 Then DOS OFF
If Time > 15:00 Then FOD ON
If Time > 15:05 Then FOD OFF
If Time > 20:30 Then FOD ON
If Time > 20:35 Then FOD OFF
If FeedB 005 Then PH1 OFF
If FeedB 005 Then PH2 OFF
If FeedB 005 Then CAR OFF
If Temp > 85.0 Then ALM ON
If Temp < 77.0 Then ALM ON
If pH > 07.90 Then CAS ON
If pH < 07.80 Then CAS OFF
If pH2 < 06.70 Then CAS OFF
If pH > 09.99 Then ALM ON
If pH < 07.50 Then ALM ON
If Temp < 79.5 Then HET ON
If Temp > 80.0 Then HET OFF
Max Change 005 M Then HET OFF
If Temp > 85.0 Then VH1 OFF
If Temp > 85.0 Then VH2 OFF
If Temp > 83.0 Then MH1 OFF
If Temp > 84.0 Then MH2 OFF
If Switch1 CLOSED Then FLD ON
If Switch1 OPEN Then FLD OFF
If Switch2 CLOSED Then LVL OFF
If Switch2 OPEN Then LVL ON
If Timer FLD = ON Then SHT ON
If Timer FLD = ON Then ALM ON
If Timer LVL = ON Then SHT ON
If Timer LVL = ON Then ALM ON
If Power 000 Then SHT ON
If Power 000 Then FLD OFF
If Power 000 Then ALM ON
If Timer FLD = ON Then BUZ ON
If Timer LVL = ON Then BUZ ON
If Timer SHT = ON Then SKM OFF
If Timer SHT = ON Then CAR OFF
If Timer SHT = ON Then CAS OFF
If Timer SHT = ON Then CAP OFF
If Timer SHT = ON Then CAF OFF
If Timer SHT = ON Then PH1 OFF
If Timer SHT = ON Then PH2 OFF
If Timer SHT = ON Then VH1 OFF
If Timer SHT = ON Then VH2 OFF
If Timer SHT = ON Then MH1 OFF
If Timer SHT = ON Then MH2 OFF
If Timer SHT = ON Then MLT OFF
If Timer SHT = ON Then TOP OFF
If Timer SHT = ON Then DOS OFF
If Timer SHT = ON Then HET OFF
If Timer SHT = ON Then PUM OFF
Max Change 015 M Then FNS ON
Max Change 015 M Then CAP OFF
Max Change 010 M Then CAS OFF
Max Change 005 M Then CAF OFF
Max Change 001 M Then PUM OFF
Max Change 002 M Then SKM OFF
Max Change 060 M Then MH1 OFF
Max Change 090 M Then MH2 OFF
 
Back
Top