Help with timer command.

David Grigor

Registered Member
Premium Member
This may be a stupid question but I'm a new Jr. user:

My frag tank runs during the night when the house is generally cooler so my light cycle crosses over midnight. The sample in the directions is just a normal daily time schedule that doesn't cross midnight.

Would you mind showing me the timer commands for LT1 to start a 7pm and end a 3am would look like ?
 
This should do it:

If TIME >19:00 then LT1 ON
If TIME >03:00 then LT1 OFF

This means if the time is greater than 7:00pm then turn on LT1
and if the time is greater than 3:00am then turn off LT1.
 
Back
Top