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

get odometer value from volvo CAN messages

Old Oct 13, 2020 | 05:16 PM
  #1  
Wayne Yen's Avatar
Thread Starter
|
Junior Member
Joined: Oct 2020
Posts: 6
Likes: 0
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 】

 
Reply
Old Oct 13, 2020 | 06:39 PM
  #2  
mt6127's Avatar
Super Moderator
Joined: Mar 2012
Posts: 9,608
Likes: 540
From: Burlington, VT
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.
 
Reply
Old Oct 13, 2020 | 07:01 PM
  #3  
Wayne Yen's Avatar
Thread Starter
|
Junior Member
Joined: Oct 2020
Posts: 6
Likes: 0
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.
 
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
abro
Volvo 240, 740 & 940
2
Jul 25, 2018 11:30 PM
jjmilburn
Volvo 850
12
Jul 8, 2009 09:27 PM
toytruck89
Volvo 850
2
Oct 7, 2008 07:50 AM
arzy
Volvo 850
4
May 27, 2008 10:02 AM
veso_ht
Volvo S80
3
Oct 21, 2006 12:09 PM


Thread Tools
Search this Thread

All times are GMT -5. The time now is 09:45 AM.