new to apex, programming /lines of code question?

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,149
Reaction score
642
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
 

GK3

Valuable Member
View Badges
Joined
Jan 16, 2017
Messages
1,852
Reaction score
1,339
Location
Cincinnati
Rating - 100%
2   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
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?
 
OP
OP
ddc0715

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,149
Reaction score
642
Rating - 0%
0   0   0
...
 
Last edited:
OP
OP
ddc0715

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,149
Reaction score
642
Rating - 0%
0   0   0
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:

Josh@BVA

Active Member
View Badges
Joined
Jan 5, 2017
Messages
152
Reaction score
271
Location
West Springfield MA
Rating - 0%
0   0   0
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
 

GK3

Valuable Member
View Badges
Joined
Jan 16, 2017
Messages
1,852
Reaction score
1,339
Location
Cincinnati
Rating - 100%
2   0   0
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.
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,216
Location
Oregon
Rating - 0%
0   0   0
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:
 

Sharebear

Active Member
View Badges
Joined
Dec 16, 2020
Messages
229
Reaction score
210
Location
San Jose
Rating - 0%
0   0   0
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
 
OP
OP
ddc0715

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,149
Reaction score
642
Rating - 0%
0   0   0
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,
 
OP
OP
ddc0715

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,149
Reaction score
642
Rating - 0%
0   0   0
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.
 

Mical

2500 Club Member
View Badges
Joined
Aug 7, 2017
Messages
3,790
Reaction score
6,404
Location
Montrose
Rating - 0%
0   0   0
+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: 19

Sharebear

Active Member
View Badges
Joined
Dec 16, 2020
Messages
229
Reaction score
210
Location
San Jose
Rating - 0%
0   0   0
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..
 

Algae invading algae: Have you had unwanted algae in your good macroalgae?

  • I regularly have unwanted algae in my macroalgae.

    Votes: 18 33.3%
  • I occasionally have unwanted algae in my macroalgae.

    Votes: 12 22.2%
  • I rarely have unwanted algae in my macroalgae.

    Votes: 4 7.4%
  • I never have unwanted algae in my macroalgae.

    Votes: 5 9.3%
  • I don’t have macroalgae.

    Votes: 14 25.9%
  • Other.

    Votes: 1 1.9%
Back
Top