Very cool thread, and it's been alive for a while!
Here's my setup ... The AC3 is on the display tank and the Jr is on the prop tank.
// ACIII TIMER NAMES CONFIGURATION:
LT1$-A01 // Metal halide left
LT2$-A02 // Metal halide right
T51$-A03 // T5 lights internal
T52$-A07 // T5 lights external
FAN&-A04 // Cooling fans
HET%-A05 // Heater
FUG$-A06 // Refugium lighting
ML1$-A08 // Moon lights via 40 bulb LED strip
ALM$-A09 // Alarm
ML2$-B01 // Moon lights via Neptune Lunar Sim module
CO2%-C01 // CO2 for calcium reactor
BLU$-C03 // Blue indicator light to show CO2 status
// TIMER PROGRAMS:
// This sets the alarm to an OFF state by default.
If Time > 00:00 Then ALM OFF
// Lighting timers. Turns MH and T5 lighting on and off and set times.
If Time > 13:29 Then LT1 ON
If Time > 21:30 Then LT1 OFF
If Time > 13:29 Then LT2 ON
If Time > 21:30 Then LT2 OFF
If Time > 07:30 Then T51 ON
If Time > 22:00 Then T51 OFF
If Time > 07:30 Then T52 ON
If Time > 22:00 Then T52 OFF
// Refugium lighting.
If Time > 21:00 Then FUG ON
If Time > 06:30 Then FUG OFF
// Moonlighting.
If Moon 000/000 Then ML1 ON
If Moon 000/000 Then ML2 ON
// Tempurature control. Is set to use AC seasonal table which is
// configured for the Fiji Islands seasonal table.
// LATITUDE: -18.6462 LONGITUDE: 178.5938
If Temp < RT+-0.4 Then HET ON
If Temp > RT+0.0 Then HET OFF
If Temp > RT+0.4 Then FAN ON
If Temp < RT+0.0 Then FAN OFF
// Alarms
If Temp < 74.0 Then ALM ON
If Temp > 82.0 Then ALM ON
If pH < 07.80 Then ALM ON
If pH > 08.60 Then ALM ON
If pH2 < 06.43 Then ALM ON
If pH2 > 07.00 Then ALM ON
// Calcium reactor configuration.
If pH2 < 06.50 Then CO2 OFF
If pH2 > 06.52 Then CO2 ON
// Timer statement that controls the CO2 indicator light.
If Timer CO2 = ON Then BLU ON
If Timer CO2 = OFF Then BLU OFF
// Timer statements that will not allow the moonlights
// to run if any other light in the system is on.
If Timer LT1 = ON Then ML1 OFF
If Timer LT1 = ON Then ML2 OFF
If Timer LT2 = ON Then ML1 OFF
If Timer LT2 = ON Then ML2 OFF
If Timer T51 = ON Then ML1 OFF
If Timer T51 = ON Then ML2 OFF
If Timer T52 = ON Then ML1 OFF
If Timer T52 = ON Then ML2 OFF
---------------------------------------------------------------------------------
//AC JR TIMER NAMES CONFIGURATION
LT1$-A01 // Metal halide lighting #1
FAN%-A02 // Metal halide cooling fans
ML1$-A03 // Moon lighting
HET%-A03 // Heater
FN1%- A04 //Cooling fan(s)
ALM$-A09 // Alarm
// TIMER PROGRAMS:
// This sets the alarm to an OFF state by default.
If Time > 00:00 Then ALM OFF
// Lighting timers, Turns MH and MH fans on and off
If Time > 13:29 Then LT1 ON
If Time > 21:30 Then LT1 OFF
// Moonlighting
If Moon 000/000 Then ML1 ON
// Tempurature control. Is set to use AC seasonal table which is
// configured for the Fiji Islands seasonal table.
// LATITUDE: -18.6462 LONGITUDE: 178.5938
If Temp < RT+-0.4 Then HET ON
If Temp > RT+0.0 Then HET OFF
If Temp > RT+0.4 Then FAN ON
If Temp < RT+0.0 Then FAN OFF
// Alarms
If Temp < 74.0 Then ALM ON
If Temp > 82.0 Then ALM ON
If pH < 07.80 Then ALM ON
If pH > 08.60 Then ALM ON
// Timer statements that will not allow the moonlights
// to run if any other light in the system is on.
If Timer LT1 = ON Then ML1 OFF
If Timer LT1 = ON Then FAN ON
If Timer LT1 = OFF Then FAN OFF
Here's my setup ... The AC3 is on the display tank and the Jr is on the prop tank.
// ACIII TIMER NAMES CONFIGURATION:
LT1$-A01 // Metal halide left
LT2$-A02 // Metal halide right
T51$-A03 // T5 lights internal
T52$-A07 // T5 lights external
FAN&-A04 // Cooling fans
HET%-A05 // Heater
FUG$-A06 // Refugium lighting
ML1$-A08 // Moon lights via 40 bulb LED strip
ALM$-A09 // Alarm
ML2$-B01 // Moon lights via Neptune Lunar Sim module
CO2%-C01 // CO2 for calcium reactor
BLU$-C03 // Blue indicator light to show CO2 status
// TIMER PROGRAMS:
// This sets the alarm to an OFF state by default.
If Time > 00:00 Then ALM OFF
// Lighting timers. Turns MH and T5 lighting on and off and set times.
If Time > 13:29 Then LT1 ON
If Time > 21:30 Then LT1 OFF
If Time > 13:29 Then LT2 ON
If Time > 21:30 Then LT2 OFF
If Time > 07:30 Then T51 ON
If Time > 22:00 Then T51 OFF
If Time > 07:30 Then T52 ON
If Time > 22:00 Then T52 OFF
// Refugium lighting.
If Time > 21:00 Then FUG ON
If Time > 06:30 Then FUG OFF
// Moonlighting.
If Moon 000/000 Then ML1 ON
If Moon 000/000 Then ML2 ON
// Tempurature control. Is set to use AC seasonal table which is
// configured for the Fiji Islands seasonal table.
// LATITUDE: -18.6462 LONGITUDE: 178.5938
If Temp < RT+-0.4 Then HET ON
If Temp > RT+0.0 Then HET OFF
If Temp > RT+0.4 Then FAN ON
If Temp < RT+0.0 Then FAN OFF
// Alarms
If Temp < 74.0 Then ALM ON
If Temp > 82.0 Then ALM ON
If pH < 07.80 Then ALM ON
If pH > 08.60 Then ALM ON
If pH2 < 06.43 Then ALM ON
If pH2 > 07.00 Then ALM ON
// Calcium reactor configuration.
If pH2 < 06.50 Then CO2 OFF
If pH2 > 06.52 Then CO2 ON
// Timer statement that controls the CO2 indicator light.
If Timer CO2 = ON Then BLU ON
If Timer CO2 = OFF Then BLU OFF
// Timer statements that will not allow the moonlights
// to run if any other light in the system is on.
If Timer LT1 = ON Then ML1 OFF
If Timer LT1 = ON Then ML2 OFF
If Timer LT2 = ON Then ML1 OFF
If Timer LT2 = ON Then ML2 OFF
If Timer T51 = ON Then ML1 OFF
If Timer T51 = ON Then ML2 OFF
If Timer T52 = ON Then ML1 OFF
If Timer T52 = ON Then ML2 OFF
---------------------------------------------------------------------------------
//AC JR TIMER NAMES CONFIGURATION
LT1$-A01 // Metal halide lighting #1
FAN%-A02 // Metal halide cooling fans
ML1$-A03 // Moon lighting
HET%-A03 // Heater
FN1%- A04 //Cooling fan(s)
ALM$-A09 // Alarm
// TIMER PROGRAMS:
// This sets the alarm to an OFF state by default.
If Time > 00:00 Then ALM OFF
// Lighting timers, Turns MH and MH fans on and off
If Time > 13:29 Then LT1 ON
If Time > 21:30 Then LT1 OFF
// Moonlighting
If Moon 000/000 Then ML1 ON
// Tempurature control. Is set to use AC seasonal table which is
// configured for the Fiji Islands seasonal table.
// LATITUDE: -18.6462 LONGITUDE: 178.5938
If Temp < RT+-0.4 Then HET ON
If Temp > RT+0.0 Then HET OFF
If Temp > RT+0.4 Then FAN ON
If Temp < RT+0.0 Then FAN OFF
// Alarms
If Temp < 74.0 Then ALM ON
If Temp > 82.0 Then ALM ON
If pH < 07.80 Then ALM ON
If pH > 08.60 Then ALM ON
// Timer statements that will not allow the moonlights
// to run if any other light in the system is on.
If Timer LT1 = ON Then ML1 OFF
If Timer LT1 = ON Then FAN ON
If Timer LT1 = OFF Then FAN OFF