RSM S-Series Lighting

modulok

Active Member
I am thinking of putting the three separate fixtures on their own cycles. Can anyone tell me if this is a bad idea? My idea was to let the T5 lights, and fixture cool down for 15min every 2hrs.

// Center T5 Light Schedule [ 9:15am - 6:00pm ]
ReefAngel.StandardLights( CenterT5,9,15,11,15 ); //0915-1115
ReefAngel.StandardLights( CenterT5,11,30,13,30 ); //1130-1330
ReefAngel.StandardLights( CenterT5,13,45,15,45 ); //1345-1545
ReefAngel.StandardLights( CenterT5,16,00,18,00 ); //1600-1800

// Front T5 Light Schedule [ 10:00am - 6:45pm ]
ReefAngel.StandardLights( FrontT5,10,0,12,0 ); //1000-1200
ReefAngel.StandardLights( FrontT5,10,0,18,0 ); //1215-1415
ReefAngel.StandardLights( FrontT5,10,0,18,0 ); //1430-1630
ReefAngel.StandardLights( FrontT5,10,0,18,0 ); //1645-1845

// Back T5 Light Schedule [ 11:15am - 8:00pm ]
ReefAngel.StandardLights( BackT5,11,15,13,15 ); //1115-1315
ReefAngel.StandardLights( BackT5,13,30,15,30 ); //1330-1530
ReefAngel.StandardLights( BackT5,15,45,17,45 ); //1545-1745
ReefAngel.StandardLights( BackT5,18,0,20,0 ); //1800-2000
 
Top