View Single Post
      04-01-2026, 03:37 AM   #56
g31mit
Private
17
Rep
72
Posts

Drives: '21 G31 520d xDrive
Join Date: Jan 2025
Location: Italy

iTrader: (0)

If you want to calculate the value to code for the engine RPM threshold, here is the correct method:

Conversion formula:
Desired RPM value / 50 = decimal number to convert into HEX

Once you obtain the HEX value, that is the number you must write into the coding parameter.

Example:

5500 rpm / 50 = 110
110 (decimal) = 6E (hex)

So the correct coding value to enter is:
6E
Appreciate 0