new to apex, programming /lines of code question?

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,170
Reaction score
652
Rating - 0%
0   0   0
ok first a simple question. Are there any videos out there that pertain to the new version of the apex fusion? It's kinda confusing watching how-to videos about software that is not 100% in sync with what you're working with. I mean, yes; all engines have cylinders, but you don't use a ford engine repair video to fix a bmw engine.

I set up my kessils this morning and followed the older video about this figured it out and applied it. I created two profiles for power, and Here's what I enter under the advance tab for my variable speed port for power

1. set to off
2. if time 07:00 to 18:00 Then K_dawn
2. if time 018:00 to 22:00 Then K_dusk

simple, I assume I'm waiting, its almost 7. anyway, I uploaded, exited to the dashboard, went back in to ensure it all stayed ( new to apex here) the lines of code were different. it now reads

1. set to off
2. if time 07:00 to 18:00 Then on
2. if time 018:00 to 22:00 Then off

so why did I have to input K_DAWN/ K_DUSK? i understand what it's doing (profile purpose) just not why it's displaying as on-off, how do I see programming after I have entered it? and this ties right back to my first question. thanks in advance
 
ok first a simple question. Are there any videos out there that pertain to the new version of the apex fusion? It's kinda confusing watching how-to videos about software that is not 100% in sync with what you're working with. I mean, yes; all engines have cylinders, but you don't use a ford engine repair video to fix a bmw engine.

I set up my kessils this morning and followed the older video about this figured it out and applied it. I created two profiles for power, and Here's what I enter under the advance tab for my variable speed port for power

1. set to off
2. if time 07:00 to 18:00 Then K_dawn
2. if time 018:00 to 22:00 Then K_dusk

simple, I assume I'm waiting, its almost 7. anyway, I uploaded, exited to the dashboard, went back in to ensure it all stayed ( new to apex here) the lines of code were different. it now reads

1. set to off
2. if time 07:00 to 18:00 Then on
2. if time 018:00 to 22:00 Then off

so why did I have to input K_DAWN/ K_DUSK? i understand what it's doing (profile purpose) just not why it's displaying as on-off, how do I see programming after I have entered it? and this ties right back to my first question. thanks in advance
It should not have changed. I just did it with mine and one of my profiles and it works as you have written. Are you sure your profile names are correct?
 
ok lights went to 100% white at 7 i have four kessil360we lights connected inseries.

1611326352324.png


profile settings for power are
1611326405890.png


1611326458863.png


v port settings for power are.
1611326575804.png


profile settings for color are.
1611326657388.png


1611326704112.png


v port settings for color are.

1611326784698.png


if I turn off the vport for the color they all go blue, turn it on an they all go solid white. pwr works fine, does it matter that im running four lights instead of two running on vport. my kessils are no plugged itno my eb832 for power.

1611327610893.png
 
Last edited:
Interested to see the outcome of this. apex has always been something I find i am always learning new things about. BRS has some great videos on setting stuff up on apex fusion but not sure if thery have a kessil specific video
 
ok lights went to 100% white at 7 i have four kessil360we lights connected inseries.

1611326352324.png


profile settings for power are
1611326405890.png


1611326458863.png


v port settings for power are.
1611326575804.png


profile settings for color are.
1611326657388.png


1611326704112.png


v port settings for color are.

1611326784698.png


if I turn off the vport for the color they all go blue, turn it on an they all go solid white. pwr works fine, does it matter that im running four lights instead of two?
They went to 100% because your power is going to “on” that will be 100%. You need to use a profile you did for color. Like this:

1611326784698.png

I’d try it again, it shouldn’t reset them on you.
 
Change line 1 to:

Set OFF

Next, for your If Time commands, change the times so they don’t overlap, use the proper 4 digits (you used 5 on 018:00), and ensure the profile names exactly match, including lower and upper case characters:

If Time 07:00 to 17:59 Then K_dawn
If Time 18:00 to 22:00 Then K_dusk

See my series of Apex tutorials for more tips:
 
I have 8 lights connected and they all change at the same time. Try using the wizard button, it’s a lot easier than trying to type it.
At least for a picture person like me... that doesn’t know anything about coding haha

0476B64E-6569-4E2A-B408-36799F192FD3.png
 
Do the lights need powered by an outlet or by the vport? I have move them to be powered by an outlet. An coded it to power on at 7 an off at 7. I like that better. Cleaned up the wire nest a bit. This also frees up both vport channels to control intensity an color,
 
i believe I got it thanks all. holy crap man. they do not make this stuff entry-level easy. its connection easy but dang on setting up some stuff.
 
+1 on using Wizard, instead of all the code just set your level of color and intensity at the times you want.
 

Attachments

  • Screen Shot 2021-01-22 at 12.25.51 PM.png
    Screen Shot 2021-01-22 at 12.25.51 PM.png
    232 KB · Views: 23
I use an energy 8 power bar because I have 8 lights LOL.. and have a VDM module on the top for the lights and maxspect 250 and then have the apex and other stuff in the sump area LOL.
I know apex makes me feel stupid..
 

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