code help

thi7b

New member
I'm running the calcium reactor feed from the return pump. I would like to have the reactor pump and solenoid to shut down when I'm doing a water change. Is there anything else I am missing. Please advise. Thx

If Time > 12:00 Then LT1 ON
If Time > 02:15 Then LT1 OFF
If Time > 08:45 Then LT1 ON
If Time > 11:00 Then LT1 OFF
If pH > 06.60 Then CO2 ON
If pH > 06.50 Then CO2 OFF
If Time > 00:00 Then CAL ON
If Temp > 80.0 Then FAN ON
If Temp < 78.0 Then FAN OFF
If Time > 00:00 Then ATO ON
If Time > 00:00 Then MED ON
If Time > 10:45 Then MON ON
If Time > 13:00 Then MON OFF
If Time > 02:00 Then MH1 ON
If Time > 09:00 Then MH1 OFF
If Time > 02:05 Then MH2 ON
If Time > 09:05 Then MH2 OFF
If Time > 00:00 Then RTN ON
If Power 015 Then SKM OFF
If FeedA 015 Then SKM OFF
 
Looking at the times for various things, I think you overlooked that the AC3 works on a 24-hour clock, i. e. 3 PM is entered as 15:00
 
Thx Russ as I when by what the clock on the acIII. Then should I change the clock to say 3 pm is as 15:00.
 
It seems like you have a typo in the below line
If pH > 06.50 Then CO2 OFF

Should it be
If pH < 06.50 Then CO2 OFF
 
I'm running the calcium reactor feed from the return pump. I would like to have the reactor pump and solenoid to shut down when I'm doing a water change. Is there anything else I am missing. Please advise. Thx

If Time > 00:00 Then CAL ON
If Time > 00:00 Then ATO ON -
If Time > 00:00 Then MED ON
If Time > 00:00 Then RTN ON


what are CAL, ATO, Med and RTN? I don't see a corresponding off command.

If Time > 10:45 Then MON ON
If Time > 13:00 Then MON OFF

You only want your moonlight on for 2 hr 15 mins?
 
nevermind, I get it. you want them always on... Does that command then shut them down if the power is disconnected?
 
Back
Top