General Volvo Chat Post Your Questions And Comments on any of Volvo's many models.

get odometer value from volvo CAN messages

Thread Tools
 
Search this Thread
 
  #1  
Old 10-13-2020, 05:16 PM
Wayne Yen's Avatar
Junior Member
Thread Starter
Join Date: Oct 2020
Posts: 6
Likes: 0
Received 0 Likes on 0 Posts
Default get odometer value from volvo CAN messages

Volvo odometer/mileage is stored in multiple ECUs: the instrument cluster(Drivers information module, DIM),
PSCM (Power Steering Control Module), ABS, TCM(Transmission Control Module)or VDDM(Vehicle Dynamic Domain Host)。

Furthermore, volvo also broadcasts odometer in its CAN messages,
e.g. CAN ID 0x285 every 200ms, byte [2 3 4 ], converted them into km
0x405 every 1000ms byte【5 6 7 】

 
  #2  
Old 10-13-2020, 06:39 PM
mt6127's Avatar
Super Moderator
Join Date: Mar 2012
Location: Burlington, VT
Posts: 9,283
Received 493 Likes on 474 Posts
Default

nice share, thanks!. and one of the other fun facts is on the 93-95 850s (and possibly the 900s) with the push button LED code reader, you can also pull the odometer reading (just google or check YouTube.
 
  #3  
Old 10-13-2020, 07:01 PM
Wayne Yen's Avatar
Junior Member
Thread Starter
Join Date: Oct 2020
Posts: 6
Likes: 0
Received 0 Likes on 0 Posts
Default

@mt6127 thanks for informing that. I read that B9 03 trick from various posts. Old volvo models use 0x0ffffe protocol.
//Send FFFFE cb 01 B9 03
{
cmd_query[0] = 0xcb;
cmd_query[1] = 0x01;
cmd_query[2] = 0xB9;
cmd_query[3] = 0x03;
}


Besides that, a6 d0 is also used to get odometer valule.
cmd_query[2] = 0xa6;
cmd_query[3] = 0xd0;
cmd_query[4] = 0xd5;
cmd_query[5] = 0x1;

Actually Volvo has its own special "UDS" diagnostic protocol other than other car brands.
 
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
abro
Volvo 240, 740 & 940
2
07-25-2018 11:30 PM
jjmilburn
Volvo 850
12
07-08-2009 09:27 PM
toytruck89
Volvo 850
2
10-07-2008 07:50 AM
arzy
Volvo 850
4
05-27-2008 10:02 AM
veso_ht
Volvo S80
3
10-21-2006 12:09 PM



Quick Reply: get odometer value from volvo CAN messages



All times are GMT -5. The time now is 11:31 AM.