Holding brake bias value

Hi, trying to figure out a way that i could possibly hold the max value displayed on a bar gauge for a set period of time. Specific usage would be for a brake bias value. I can see a scenario where I may not be able to pay attention mid race to the value displayed immediately, having it hold for maybe 5 sec would give you the chance to get through the corner, then adjust bias after. I’m guessing it will have something to with a timer and a max number channel, but i dont have an ADU that i can test this on, so i am going round in circles at the moment. Thanks.

You can do this using numbers and functions in the project tree. In the attachment, you can find an example project.

brakeBiasHoldMaxVal.adu (7.0 KB)

Thanks. That will take me some time to get my head around.
I assume i will need 108 for it to work?

For this specific example, yes, since I used the Rate of Change operation (introduced in version 108), but it’s not the only possible implementation of this functionality. You can achieve it in another way using older software versions.