Apex and ONYX multiple profiles

FcSteve777

Active Member
View Badges
Joined
Nov 16, 2015
Messages
205
Reaction score
37
Rating - 0%
0   0   0
Good evening. Im playing around with trying to figure out the best way to do this.
What i am aiming for, I have set up a curve with the lighting wizard just fine (I want to do a quick bump to about 20% in the am to get everyone up for breakfast) Then coast up to full output then coast back down the other side.
Is there a way to have more than 1 curve in there that i can go to if i have a switch closed? Or will i have to make profiles for everything and use a switch to do it that way? (If that is the case ill probably have to make a couple extra profiles for each channel.

The fixture is a RapidLed onyx. Once i can get it sorted on 1 channel than itll be easy to plug it into the 2 others

I know this wont work cause it just puts off after "If Sw1 CLOSED Then"

Fallback OFF
tdata 06:30:00,0,0,1,0,0,0,0,0,0,0,0,0,0
tdata 06:40:00,0,0,10,0,0,0,0,0,0,0,0,0,0
tdata 06:45:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 08:30:00,0,0,30,0,0,0,0,0,0,0,0,0,0
tdata 11:59:00,0,0,60,0,0,0,0,0,0,0,0,0,0
tdata 16:00:00,0,0,60,0,0,0,0,0,0,0,0,0,0
tdata 18:00:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 21:30:00,0,0,0,0,0,0,0,0,0,0,0,0,0
If Sw1 CLOSED Then
If Time 09:00 to 09:59 Then Wht_Up
If Time 10:00 to 18:59 Then Wht_Day
If Time 19:00 to 19:59 Then Wht_Down

Is there a way to do something like this?

Fallback OFF
tdata 06:30:00,0,0,1,0,0,0,0,0,0,0,0,0,0
tdata 06:40:00,0,0,10,0,0,0,0,0,0,0,0,0,0
tdata 06:45:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 08:30:00,0,0,30,0,0,0,0,0,0,0,0,0,0
tdata 11:59:00,0,0,60,0,0,0,0,0,0,0,0,0,0
tdata 16:00:00,0,0,60,0,0,0,0,0,0,0,0,0,0
tdata 18:00:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 21:30:00,0,0,0,0,0,0,0,0,0,0,0,0,0
If Sw1 CLOSED Then
tdata 07:30:00,0,0,1,0,0,0,0,0,0,0,0,0,0
tdata 07:40:00,0,0,10,0,0,0,0,0,0,0,0,0,0
tdata 07:45:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 09:30:00,0,0,30,0,0,0,0,0,0,0,0,0,0
tdata 11:59:00,0,0,60,0,0,0,0,0,0,0,0,0,0
tdata 16:00:00,0,0,60,0,0,0,0,0,0,0,0,0,0
tdata 18:00:00,0,0,20,0,0,0,0,0,0,0,0,0,0
tdata 21:30:00,0,0,0,0,0,0,0,0,0,0,0,0,0

Thanks everyone!
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top