<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Odometer reading - Torque main forum				            </title>
            <link>https://torque-bhp.com/community/main-forum/odometer-reading/</link>
            <description>Torque Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 13 Apr 2026 21:33:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Odometer reading</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-21982</link>
                        <pubDate>Fri, 07 Sep 2012 23:18:22 +0000</pubDate>
                        <description><![CDATA[How about just a tripmeter, that should be easy ?]]></description>
                        <content:encoded><![CDATA[How about just a tripmeter, that should be easy ?]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>padgett</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-21982</guid>
                    </item>
				                    <item>
                        <title>RE: Odometer reading</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-17347</link>
                        <pubDate>Mon, 12 Dec 2011 07:45:27 +0000</pubDate>
                        <description><![CDATA[Hi

Those are general canbus messages - not messages where you ask for data but generally &#039;broadcast&#039; messages

The mode the adapter is in during normal OBD2 use, you don&#039;t get to see th...]]></description>
                        <content:encoded><![CDATA[Hi

Those are general canbus messages - not messages where you ask for data but generally 'broadcast' messages

The mode the adapter is in during normal OBD2 use, you don't get to see those kinds of messages - what you need to do is find the extended PIDs &amp; header that lets you ask the module directly for that message (this is the best way to do things)

It's possible to use ATMA in Torque to get the canbus readings - it's how the harley davidson protocol support works (but that's on a fairly quiet canbus and prevents the 'normal' PIDs from being used as 'ATMA' is read-only for the duration of it's use) Also, the ms3 canbus could be quite busy and you have to parse a lot of data to get the bits you want]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>piemmm</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-17347</guid>
                    </item>
				                    <item>
                        <title>RE: Odometer reading</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-17341</link>
                        <pubDate>Mon, 12 Dec 2011 01:24:14 +0000</pubDate>
                        <description><![CDATA[Hi there

has anyone found any further information regarding this and how, even if only for a limited set of vehicles, we can read an odometer value ?

For example I found this reference...]]></description>
                        <content:encoded><![CDATA[Hi there

has anyone found any further information regarding this and how, even if only for a limited set of vehicles, we can read an odometer value ?

For example I found this reference online:

US-spec 2008 Mazdaspeed 3
<a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="https://docs.google.com/spreadsheet/ccc?key=0Ar4cjI7d0yP2dGRPUjZaZGo5MDU2TnpZTXl4blhUbVE&amp;hl=en_US#gid=0">https://docs.google.com/spreadsheet/ccc?key=0Ar4cjI7d0yP2dGRPUjZaZGo5MDU2TnpZTXl4blhUbVE&amp;hl=en_US#gid=0</a>

MessageID Bytes Desc             Notes
0x4f2          1,2   Odometer     in kms

how do I convert these values for use in torque ?

thanks]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>rich</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-17341</guid>
                    </item>
				                    <item>
                        <title>RE: Odometer reading</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-10522</link>
                        <pubDate>Tue, 01 Jun 2010 18:38:26 +0000</pubDate>
                        <description><![CDATA[Hi there,

Odometers are not part of the Base OBD2 spec, but may be part of J2178 or J2190 (from the SAE - I dont have these documents yet). However, most odometers actually record the odo...]]></description>
                        <content:encoded><![CDATA[Hi there,

Odometers are not part of the Base OBD2 spec, but may be part of J2178 or J2190 (from the SAE - I dont have these documents yet). However, most odometers actually record the odometer value from the speed pulse sensor and store it internally on the dial itself, away from the OBD2 bus and ECU.

There may be a seperate Odometer reading that is part of the ECU, but if the ECU was swapped out or changed for a new one, this would then be disparate to the dashboard reading.

Some higher end cars (such as Mercedes) may well store the Odometer reading on the ECU module itself as recent models are heavily reliant on computers. It is down to the manufacturer whether or not they implemented that function, and also implemented it in a manner that follows some standard that I can get my hands on and then implement in Torque]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>piemmm</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-10522</guid>
                    </item>
				                    <item>
                        <title>Odometer reading</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-31</link>
                        <pubDate>Tue, 01 Jun 2010 18:11:29 +0000</pubDate>
                        <description><![CDATA[Is it possible to get an odometer reading on Torque?

Thanks!]]></description>
                        <content:encoded><![CDATA[Is it possible to get an odometer reading on Torque?

Thanks!]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>lvanderk</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/odometer-reading/#post-31</guid>
                    </item>
							        </channel>
        </rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 35/43 objects using Memcached
Page Caching using Memcached (Requested URI contains query) 
Database Caching 24/46 queries in 0.036 seconds using Memcached

Served from: torque-bhp.com @ 2026-04-13 21:33:13 by W3 Total Cache
-->