E46 Wheel Speed in Latest Firmware
Posted: Thu Oct 05, 2017 1:40 am
So I am trying to get wheel speed working with the latest CAN Mapping support. The E46 Wiki still has the LUA script and the link to the "database" only has like 4 CAN PIDs that are listed for E46.
When I log pid 496 in the garage (ECU on but car not in motion) I get the following output:
Is my LF wheel speed sensor broke or is that the intended output when not moving?
Based on all the research I have seen each wheel speed is 12 bits of each 2 byte chunks of that PID. However given that logic when I am at rest in the garage I have a speed of 2560kmph.
I saw this post from Mustangkev:
viewtopic.php?p=26835#26835
I used his offsets and I get the same results. This is an E46 M3, are there any differences between the M3 PIDs an others?
When I log pid 496 in the garage (ECU on but car not in motion) I get the following output:
Code: Select all
[496.0]: 10, 0, 10, 0, 10, 0, 10, 0,
[496.0]: 10, 32, 10, 0, 10, 0, 10, 0,
[496.0]: 10, 64, 10, 0, 10, 0, 10, 0,
[496.0]: 10, 96, 10, 0, 10, 0, 10, 0,
[496.0]: 10, 0, 10, 0, 10, 0, 10, 0,
[496.0]: 10, 32, 10, 0, 10, 0, 10, 0,
[496.0]: 10, 64, 10, 0, 10, 0, 10, 0,
[496.0]: 10, 96, 10, 0, 10, 0, 10, 0,
Based on all the research I have seen each wheel speed is 12 bits of each 2 byte chunks of that PID. However given that logic when I am at rest in the garage I have a speed of 2560kmph.
I saw this post from Mustangkev:
viewtopic.php?p=26835#26835
I used his offsets and I get the same results. This is an E46 M3, are there any differences between the M3 PIDs an others?