View Single Post
      03-01-2021, 10:10 AM   #10
amg6975
Captain
amg6975's Avatar
496
Rep
641
Posts

Drives: '12 M1.5, '05 ZHP, '98 M3/4/5
Join Date: May 2017
Location: Rochester NY

iTrader: (0)

Quote:
Originally Posted by amg6975 View Post
The other thing that may be useful to log that I found is engine output torque. I found it for the N55, I expect it would be the same for the N54. I’ll check my notes.
For the N55, PID 0x0A9 bytes D7 and D6 or 0x0AB Bytes 1 and 2 should be engine output torque in two's compliment. I believe it's in Nm.

0x0A8 Bytes 4 and 3 are a smoothed torque value.

((HighByte*256) + LowByte)/64 should = Nm.
Appreciate 2
fe1rx1394.50