Luke activation box blade style

Okay so I’m trying to create a blade style that will blink a simple (single color) led on and off a few times when the saber is ignited and another style for a 2nd simple led that will blink a few times when its powered off. The LEDS themselves are wired to LED 1 and LED 6 with the calculated resistors installed on their ground lines. I have tried all the style builder tools and I just can’t get none of them to seem to have a timer option and on top of that the FETT263 tools seems to want nothing to do with anything that is not a pixel led. The LEDS themselves do function and I have had some limited success getting them to come on but I can’t get them to behave

The Accent LED styles for Luke ROTJ (Green Arrow) and (Red Arrow) are available under Custom ON / OFF behavior on the Enhancements screen of the library. They will work for normal LEDs, the only thing is if they are single color, you probably want to set the Color to White, as that will be full brightness for a single color LED :wink:

Thanks for tha fast reply , unfortunately I tried those first and while they work they both blink when it’s on and don’t stop. I’m really looking for some kind of timer option or sequence that will stop. Any thoughts ?

What exactly do you want them to do?
LED #1 to blink a few times when the blade is ignited and then stop while the blade remains on?
What rate of blink? How long before it stops?
LED #2 the same thing but instead blinks when the blade shuts off?
How many blinks?
How long until it stops?

This will blink for 8 seconds when blade is turned on.

StylePtr<Layers<
  Black,
  TransitionEffectL<TrConcat<TrInstant,Blinking<White,Black,1000,500>,TrDelay<8000>>,EFFECT_IGNITION>>>()

Change to EFFECT_RETRACTION for the other LED so it does it when the blade turns off.
Feel free to edit the blink and delay times.
Edit here:
ProffieOS Style Editor

1 Like

SPOT ON PERFECT , Thank you so much I really appreciate it .

1 Like