How to make PRND gear selection work with dashbox

how to make it read PRND with the dashbox?

Write value to ‘Transmission->Shifter Position’ (ID 141) as:

  • 5 = D
  • 6 = N
  • 7 = R
  • 8 = P

If you are connected to CAN via DashBox, you can use CAN XML ‘enum’ to convert any value to text.

Can you write a example xml code please thank you

value name=“Gear Number” startbit=“12” bitcount=“4” conversion=“V” enum=“92:P,108:R,124:N,140:D”>

This is for a BMW but this is the concept

Thank you for your reply I already managed to make xml after reading on GitHub the issue I was having was trying to do with shifter position id 141 it didn’t work so I have success with gear transmission Id 139

1 Like