Apex programming of Led lights

foxhuntr

Valuable Member
View Badges
Joined
Jan 30, 2009
Messages
1,093
Reaction score
25
Location
little town in Pennsylvania
Rating - 0%
0   0   0
Ok ....there seems to be alot of people with the same problem as me as far as programming my apex to run my led's.....can we get people to post a screen shot of their lighting programs that they are using and are working for them ????? i want mine to work like this.......................... i want my blues to come on at 7am and ramp up to 100% over 1 hour(8am) and start ramping back down to 0% at 8pm for 1 hour (9pm).....and the whites to come on at 9am and ramp up to 50% over 1 hour (10am) and at 7pm start ramping down to 0% for 1 hour (8pm).........when i program my outlets i end up with 2 programs controlling the same thing...one is the var1 and the other is the outlet i assigned to the light lets say 3-8.....now do both of these have to be programed the same ???? i already wrote my profiles...one for blueup and one for bluedown.....and one for whiteup and one for whitedown....so can someone please write me out a program to which i can follow ??? please help....thanks...here is the program i wrote for my white led program but it is not working......

Fallback OFF
Set OFF
If Time 08:00 to 09:00 Then WhiteUp
If Time 09:00 to 19:00 Then ON
If Time 19:00 to 20:00 Then WhiteDn
 
Last edited:
OP
OP
foxhuntr

foxhuntr

Valuable Member
View Badges
Joined
Jan 30, 2009
Messages
1,093
Reaction score
25
Location
little town in Pennsylvania
Rating - 0%
0   0   0
i think i got it now......
If Time 08:00 to 09:00 Then WhiteUp ( 1 hour ramp time from off to 40%)
If Time 09:00 to 12:00 Then White1 (stays at 40 % till noon )
If Time 12:00 to 14:00 Then White2 (2 hour ramp time from 40% to 80% )
If Time 14:00 to 18:00 Then White3 (1 hour ramp time back down from 80% to 40%)
If Time 18:00 to 20:00 Then WhiteDn (1 hour ramp time from 40% to off)
 

Making aqua concoctions: Have you ever tried the Reef Moonshiner Method?

  • I currently use the moonshiner method.

    Votes: 52 20.4%
  • I don’t currently use the moonshiner method, but I have in the past.

    Votes: 5 2.0%
  • I have not used the moonshiner method.

    Votes: 186 72.9%
  • Other.

    Votes: 12 4.7%
Back
Top