View Single Post
      03-02-2021, 05:19 PM   #11
fe1rx
Captain
1395
Rep
777
Posts

Drives: 135i, 328i, Cayman S
Join Date: Jan 2008
Location: Canada

iTrader: (3)

Quote:
Originally Posted by amg6975 View Post
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.
Thanks for that. The basic AiM PT6 protocol provides torque, so I don't need to find it myself.
Appreciate 0