Upgrading my diy lights need help programming.

richiero

New member
I am upgrading my DIY lights so i have more lights and more strings. Currently i have 3 total strings on my light set up and i am expanding to 8 strings. All my lights are hooked into the season table and now i will have 8 strings 4 on each heat sink that will dim individually, one white , rb, blue/uv, and one green/red string which i want to incorporate into my current programming how would i do this ? Thank you for your help guys and girls.

I was thinking about naming the new strings something like this.

RapidWH2
RapidRB2
RapidBluUv2
RapidGrnRed2

white led's

Fallback OFF
Set OFF
If Outlet WH-Dawn = ON Then WH_Rise
If Outlet WH-Day = ON Then WH_Day
If Outlet WH-Dusk = ON Then WH_Set
If Outlet Clouds = ON Then Cloudy
If Outlet Storms = ON Then Stormy
If Outlet Rapid-On-20 = ON Then Steady20
If Outlet Rapid-On-70 = ON Then Steady70
If Temp > 82.0 Then OFF
Min Time 030:00 Then OFF



blue led's


Fallback OFF
Set OFF
If Outlet MoonWax = ON Then MoonRise
If Outlet MoonUp = ON Then MoonFull
If Outlet MoonWane = ON Then MoonSet
If Outlet RB-Dawn = ON Then RB_Rise
If Outlet RB-Day = ON Then RB_Day
If Outlet RB-Dusk = ON Then RB_Set
If Outlet Clouds = ON Then Cloudy
If Outlet Storms = ON Then Stormy
If Outlet Rapid-On-20 = ON Then Steady20
If Outlet Rapid-On-70 = ON Then Steady70
If Temp > 82.0 Then OFF
Min Time 030:00 Then OFF



Mixed Led's


Fallback OFF
Set OFF
If Outlet MX-Dawn = ON Then MX_Rise
If Outlet MX-Day = ON Then MX_Day
If Outlet MX-Dusk = ON Then MX_Set
If Outlet Clouds = ON Then Cloudy
If Outlet Storms = ON Then Stormy
If Outlet Rapid-On-20 = ON Then Steady20
If Outlet Rapid-On-70 = ON Then Steady70
If Temp > 82.0 Then OFF
Min Time 030:00 Then OFF



dusk mixed
If Sun 360/120 Then ON

If Outlet MX-Day = ON Then OFF



dusk white
If Sun 360/120 Then ON
If Outlet WH-Day = ON Then OFF



Dusk royal blue
If Sun 360/120 Then ON
If Outlet RB-Day = ON Then OFF



dawn mixed
If Sun 120/-360 Then ON
If Outlet MX-Day = ON Then OFF



dawn white
If Sun 120/-360 Then ON
If Outlet WH-Day = ON Then OFF



dawn royal blue
If Sun 120/-360 Then ON
If Outlet RB-Day = ON Then OFF



mixed day
If Sun 180/060 Then ON


white day
If Sun 180/060 Then ON


royal blue day
If Sun 180/060 Then ON



moon up
If Moon 060/-060 Then ON


moon wax
If Moon 000/-360 Then ON
If Outlet MoonUp = ON Then OFF



moon wane
If Moon 360/000 Then ON
If Outlet MoonUp = ON Then OFF



storms
OSC 000:00/037:00/636:00 Then ON
If Time 19:30 to 13:59 Then OFF
Min Time 037:00 Then ON
If DoW S-T-T-S Then OFF


clouds
OSC 000:00/037:00/636:00 Then ON
If Time 19:30 to 13:59 Then OFF
Min Time 037:00 Then ON
If DoW -M-W-F- Then OFF



rapid 20
Fallback OFF
Set OFF



rapid 70
Fallback OFF
Set OFF
 
Back
Top