simon.007 New member Oct 15, 2005 #1 How do you do ACIII programming for the sunrise using the seasons table?
C clp .Registered Member Oct 15, 2005 #2 Use the 'If Sun 000/000 THen LT1 ON' Statements to get the seasonal sunrise/sunset simulation. Curt
simon.007 New member Oct 17, 2005 #3 And if I would like the MH1 to switch on after 1 hours of sun rise and switch off the T5s? Thanks in advance.
And if I would like the MH1 to switch on after 1 hours of sun rise and switch off the T5s? Thanks in advance.
B beergeek New member Oct 17, 2005 #4 This maybe? Not sure if you can Turn off LT1 like this though. LT1 = T5 LT2 = MH If Sun 000/000 Then LT1 ON If Sun 060/-060 Then LT2 On If Timer LT2 = ON Then LT1 = Off
This maybe? Not sure if you can Turn off LT1 like this though. LT1 = T5 LT2 = MH If Sun 000/000 Then LT1 ON If Sun 060/-060 Then LT2 On If Timer LT2 = ON Then LT1 = Off
B beergeek New member Oct 17, 2005 #5 Oh and add these in there to, not sure if T5's need a delay but would not hurt. Max Change 005M Then LT1 Off Max Change 010M Then LT2 Off
Oh and add these in there to, not sure if T5's need a delay but would not hurt. Max Change 005M Then LT1 Off Max Change 010M Then LT2 Off