|
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
|