Aquacontroller III set up?????

no ph prob in reactor controller one is in my tank and i have a Milwaukee pH Controller & Monitor but there's no prob in my Korallin
 
ahh ok so the milwaukee controller will control your CO2 based on the effluent pH and you will be using your controller to turn off the milwaukee is the tank ph drops to low?
 
If pH < 07.90 Then CO2 OFF
If pH > 07.95 Then CO2 ON
If pH < 07.90 Then MJ1 OFF
If pH > 07.95 Then MJ1 ON
 
hmm ok then maybe just use time statem,ents with a overide for high pH.

This is based that your MJ2 is dosing your kalk and KLK is a mixer. You can adjust your timers to whatever you want.

If Time > 01:00 Then KLK ON
If Time > 01:10 Then KLK OFF

If Time > 02:00 Then MJ2 ON
If Time > 02:30 Then MJ2 OFF

If pH > 08.30 Then MJ2 OFF
 
I assume by fuge you mean fuge light. I would run it on a reverse schedule.

If Time > 02:00 Then FUG ON
If Time > 12:00 Then FUG OFF
 
for your return and skimmer I would only turn them off for feeding. That way your food stays in the tank. What this does is turn off both your return and your skimmer when feed mode A is selected and then turns the return on then 5 minutes later turns the skimmer on.

If Time > 00:00 Then RTN ON
If Time > 00:00 Then SKM ON
If FeedA Then RTN OFF
If FeedA 005 Then SKM OFF
 
so dose this look right
If Time > 14:00 Then MH1 ON
If Time > 20:00 Then MH1 OFF
If Temp > 81.4 Then MH1 OFF
Max Change 030 M Then MH1 OFF
If Time > 14:03 Then MH2 ON
If Time > 20:00 Then MH2 OFF
If Temp > 81.4 Then MH2 OFF
Max Change 033 M Then MH2 OFF
If Time > 14:06 Then MH3 ON
If Time > 20:00 Then MH3 OFF
If Temp > 81.4 Then MH3 OFF
Max Change 036 M Then MH3 OFF
If Time > 12:00 Then T5A ON
If Time > 22:00 Then T5A OFF
If Timer T5A = ON Then LED OFF
If Timer T5A = OFF Then LED ON
If Temp > 79.8 Then FAN ON
If Temp < 79.5 Then FAN OFF
Max Change 010 M Then FAN OFF
If pH < 07.90 Then CO2 OFF
If pH > 07.95 Then CO2 ON
If pH < 07.90 Then MJ1 OFF
If pH > 07.95 Then MJ1 ON
If Time > 01:00 Then KLK ON
If Time > 01:10 Then KLK OFF
If Time > 02:00 Then MJ2 ON
If Time > 02:30 Then MJ2 OFF
If pH > 08.30 Then MJ2 OFF
If Time > 02:00 Then FUG ON
If Time > 12:00 Then FUG OFF
If Time > 00:00 Then RTN ON
If Time > 00:00 Then SKM ON
If FeedA Then RTN OFF
If FeedA 005 Then SKM OFF
If Temp < 79.1 Then HTR ON
If Temp > 79.3 Then HTR OFF
 
Also you outlet 8 on DC8(1) is open. If it was me I would buy a alarm for that outlet. Something that makes noise or flashes. Something that will get your attention. Then set up this timer and code.

ALM&-B8

If Temp > 80.5 Then ALM ON
If pH < 07.90 Then ALM ON
If pH > 08.40 Then ALM ON


Then if you add any switches you can add to the alarm statement.
 
Back
Top