Programming Suggestions

SonsOfLeda

New member
I'm programming my AC Jr for my upcoming 225G freshwater tank. It will be controlling four lights, two heaters, a return pump, and an automatic feeder. Is there anywhere you see that I could clean up the programming any?

I have the lights coming on/off at different times for sunrise/sunset effects. Also, I have the automatic feeder dispensing 90 min before/after sunrise and the return pump shut off for 10min starting 5min before feeding time. I used two dummy timers (Z01 and Z02) in order to work out the auto-feeding timers. Lastly, I have the heaters programmed to come on/off together and to keep the temp near 78.

Thanks!

If Time > 00:00 Then RTN ON
If Sun 000/-045 Then LT1 ON
If Sun 015/-030 Then LT2 ON
If Sun 030/-015 Then LT3 ON
If Sun 045/000 Then LT4 ON
If Temp < 77.7 Then HT1 ON
If Temp > 78.0 Then HT1 OFF
If Temp < 72.7 Then HT1 OFF
If Timer HT1 = ON Then HT2 ON
If Timer HT1 = OFF Then HT2 OFF
If Sun 085/-085 Then RTN OFF
If Sun 095/-095 Then Z01 ON
If Timer Z01 = ON Then RTN ON
If Sun 090/-085 Then AFF ON
If Sun 095/-090 Then Z02 ON
If Timer Z02 = ON Then AFF OFF
 
Back
Top