hi, I'm trying to implement the fuel consumption of each of the last 5 laps in my dash. I can't figure out what fomula to use though... Anyone that can help?
You want an average of the last five laps? You could store lap fuel consumption for the last five laps on the root variable in a binding and then average those when you need to display it. It is tricky to track things across laps, though, and requires logic to code up.
Thank you, I’ll look into how to store in root variable… I’m trying to show fuel for each lap individually. I have a box with a list of the last 5 laps.