Use LED's to show timeslip

Hi Guys, I’m not sure if this has been done before. Any help or advice would be great.

I would like to use the LED;s on right side of the ACU to show time slip. Ideally I’d like the bottom LED to light green if I was greater than.1 sec faster, the 2nd if .2sec etc and then the same process but have the LED’s light up RED if I was slower.

I’m guessing I need to use the channel adu.track.gainloss ? Is the Data saved in this variable in seconds or ms, and is a quicker predicted time shown as a positive or negative number?

Do I need to create a custom function for each colour of each LED?

yeah, just do custom functions for the mentioned scenarios.
Use the timeslip channel, and it’s in seconds, not ms.
you can have multiple functions assigned to the same LED, so it would work.
I just change the background of the timeslip “box” between green/red, so I can clearly see if i’m ahead or behind (https://www.youtube.com/watch?v=i3xWeQJiwlU)
But led could also work great, if you don’t use them for anything else (fuel, or ecu error, etc)

1 Like

Perfect thanks for this info, I’ll give it a go.