Incorrect Gear Display

Hi,

Is there a way in Realdash to change the gear display for park, reverse, neutral and drive? I’m using a Link G4X and the data it sends out 9 = Park, 10 = reverse, 11 = neutral and 12 = drive.

In your CAN XML, use enum attribute to convert the values:

enum="9:P,10:R,11:N,12:D"
1 Like

Thank you, I will try that.