40<a href=showthread.php?s=&postid=15671613#post15671613 target=_blank>Originally posted</a> by rfdoc
Hi, I'm new to the Aqua Controller and was wondering if there is a maximum number of statements you can use with the JR? I know the max timers is 12.
If pH2 > 06.70 Then CO2 ON<a href=showthread.php?s=&postid=15673336#post15673336 target=_blank>Originally posted</a> by ThurlowR
I have an Apex and its all setup and running. Im getting ready to venture into Calcium reactors and have a geo 625 on order. Can the Apex function as a Calcium reactor ? And how would I go about programming it ?
The PH probe would go into the reactors holder correct ?<a href=showthread.php?s=&postid=15673437#post15673437 target=_blank>Originally posted</a> by Otty
If pH2 > 06.70 Then CO2 ON
If pH2 < 06.70 Then CO2 OFF
This is how I code mine but I use a PX1000 so the name has a 2 after it (pH2)
There are other fail safe codes to put in, just look back thru this thread and you will see.
I have mine attached between the two chambers that hold my media. I use the second chamber to bring the pH of the effluient back down before it enters the tank. I use a little PVC "T" and the inlet coming in one side and outlet on the other with a probe holder in the top.<a href=showthread.php?s=&postid=15673469#post15673469 target=_blank>Originally posted</a> by ThurlowR
The PH probe would go into the reactors holder correct ?
Jimmy,
to start your lighting will probably want to be on when your home. Having it set for when the sun rises and sets does not work for a lot of people. it changes everyday and most of the time it comes on when your still sleeping and goes off before you get home forom work.Although you can change when it rises and sets (seasonal values) for each day of each month. This can be done though aquanotes lite (free to download or by setting the controller up through the internet and logging into the controller through your web browser. So you may want to use your second lighting choice for now.
as for heat it should probably look like this
HEAT
IF Temp < 78.0 Then HT1 ON
IF Temp > 80.0 Then HT1 OFF
IF Temp > 82.0 Then LT2 OFF
IF Temp > 83.0 Then FAN ON
IF Temp > 84.0 Then LT1 OFF
you might want to put a max change statement in so it gives a little bit of hysterous. Also you do not have a statement that turns your fans off.
Perosnally your skimmer and return should be running 24/7 i would plug this right into the wall or make this the statement
If Time > 00:00 Then SKM ON
If Time > 00:00 Then PMP5 ON
The koralia powerheads are not controlable and you will get chattering as it turns off and on. I would spend some time and rethink your powerhead statements. You may want to set them up so that they run for 6 hours and then they shut off and the other ones come on.
take a look at some of the other programs posted and it will give you some good ideas
hope that helps
Lights
If Sun 000/-120 Then LT1 ON
If Sun 060/-060 Then LT2 ON
If Sun 000/-060 Then LT3 OFF (fuge light)
Can you please explain your light statement? I like the clean look of it
Thank you
my chiller, heater, fan, lights and co2 not function correct.
If Temp < RT+-0.4 Then HET ON
If Temp > RT+0.0 Then HET OFF
If Temp > RT+0.5 Then COL ON
If Temp < RT+0.0 Then COL OFF
If Temp > RT+0.3 Then FA1 ON
If Temp < RT+0.0 Then FA1 OFF
If Temp > RT+0.3 Then FA2 ON
If Temp < RT+0.0 Then FA2 OFF
If pH < 08.00 Then CO2 OFF
If pH > 08.05 Then CO2 ON
If Time > 10:00 Then LT1 ON
If Time > 20:00 Then LT1 OFF
If Time > 11:30 Then LT2 ON
If Time > 18:30 Then LT2 OFF
If Time > 03:30 Then LT3 ON
If Time > 11:00 Then LT3 OFF
If Time > 19:30 Then LT4 ON
If Time > 03:30 Then LT4 OFF
If Temp > RT+3.0 Then LT2 OFF //if over 3 degrees of season average light will shut off