<?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>
									Canbus sniffer to Torque - Torque main forum				            </title>
            <link>https://torque-bhp.com/community/main-forum/canbus-sniffer-to-torque/</link>
            <description>Torque Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 09 Jun 2026 02:37:28 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45673</link>
                        <pubDate>Sat, 15 Feb 2025 19:08:19 +0000</pubDate>
                        <description><![CDATA[Quote from John Junker on December 23, 2024
P.S. This doesn&#039;t solve the issue with jumping to PID settings from the display configuration

I have the same error]]></description>
                        <content:encoded><![CDATA[<blockquote>Quote from John Junker on December 23, 2024
P.S. This doesn't solve the issue with jumping to PID settings from the display configuration</blockquote>

I have the same error]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>cintakc</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45673</guid>
                    </item>
				                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45648</link>
                        <pubDate>Mon, 23 Dec 2024 12:37:57 +0000</pubDate>
                        <description><![CDATA[Ok, looks like I&#039;ve found the root cause.

When CAN monitor is imported from DBC file or edited, monitor&#039;s properties are stored as another DBC file in the folder &quot;Android\data\org.prowl.t...]]></description>
                        <content:encoded><![CDATA[Ok, looks like I've found the root cause.

When CAN monitor is imported from DBC file or edited, monitor's properties are stored as another DBC file in the folder "Android\data\org.prowl.torque\files\dbc"

For the input file above
<pre>BO_ 530 212TX: 8 212TX
  SG_ thrustdem : 7|8@0+ (0.4,0)  "%" 212TX</pre>

Internal DBC file is a long file ending with lines:

<pre>
...
BU_: 212TX


BO_ 530 212TX: 8 212TX
 SG_ thrustdem : 7|8@0+ (0,4,0)  "%" 212TX</pre>

The decimal delimiter of the scale factor in the last line is comma, which is taken from the android language/region settings, but it should always be dot regardless of system settings. That's the root cause. Could you please fix it?

P.S. This doesn't solve the issue with jumping to PID settings from the display configuration.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>John Junker</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45648</guid>
                    </item>
				                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45646</link>
                        <pubDate>Mon, 23 Dec 2024 06:43:17 +0000</pubDate>
                        <description><![CDATA[Hi,

I&#039;ve tried canbus / DBC monitor mode. It doesn&#039;t work: there is serious bug blocking this functionality from normal usage. Repro steps are below:

1. Update torque app to the latest...]]></description>
                        <content:encoded><![CDATA[Hi,

I've tried canbus / DBC monitor mode. It doesn't work: there is serious bug blocking this functionality from normal usage. Repro steps are below:

1. Update torque app to the latest version. All previous settings (dashboards, custom PIDs) were lost at this step, but it's another story.
2. Create new profile. Set
Prefered protocol = CAN / DBC bus monitor
Use separate dashboard layout = Yes
3. General OBD adapter settings
Allow hybrid monitor mode = No (actually tried both options)
Faster communication = Yes (actually tried both options)
4. Prepare a DBC file. I've created following file with a single parm:
<pre>BO_ 530 212TX: 8 212TX
  SG_ thrustdem : 7|8@0+ (0.4,0)  "%" 212TX</pre>
5. Import DBC file in the Mange Extra PIDs/sensors. Import is "successfully" completed: can monitor is added.
6. (Optional step). Open "Edit" menu for imported can monitor to ensure settings are imported correctly. Even Test button works fine: CAN message is successfully scanned, first byte is parsed and converted to value. So, this part of the program code works fine.
7. Restart Torque app
8. Try to edit can monitor again -&gt; Torque app hangs
9. Try to create digital display linked to the can monitor -&gt; Display doesn't work
10. Try to jump to the PID editor from the display configuration menu -&gt; OBD PID editor is opened instead of CAN monitor editor with a error in the equation textbox: "Variable CANPID:bla-bla-bla.DBC doesn't exist"

It looks like there is a error in storing/reading CAN monitor props after import from DBC file or editing. Could you please fix it?

Regards,
John]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>John Junker</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45646</guid>
                    </item>
				                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45347</link>
                        <pubDate>Sun, 18 Jun 2023 23:10:53 +0000</pubDate>
                        <description><![CDATA[&lt;div class=&quot;quote&quot;&gt;&lt;p&gt;Quote from rgwynnjones on December 23, 2022
Many thanks for adding the direct CANbus &amp; DBC support.  I finally got chance to try it and got an EV BMS m...]]></description>
                        <content:encoded><![CDATA[&lt;div class="quote"&gt;&lt;p&gt;<b>Quote from rgwynnjones on December 23, 2022</b>
Many thanks for adding the direct CANbus &amp; DBC support.  I finally got chance to try it and got an EV BMS mostly working but then had some issues with some signals working and some not.  Still checking that.
For now I'd like to ask: Is there a direct USB/CAN adaptor supported by Torque?  e.g. seeedstudio can analyzer () or similar.  
A device like this should support hardware filtering of CAN IDs from the DBC file resulting in reliable operation on fast/heavily loaded CAN busses. Would also support multiple CAN busses....&lt;/p&gt;&lt;/div&gt;

Bump on this request.  Working in noisy electrical environments it seems BT messages get corrupted resulting in crazy values on Torque gauges.  Seems there is no error detect/reject in BT rx on android, or Torque pro but not sure how to prove this.  I have proven the data on CAN bus is not corrupted. Looking to connect any CANbus reader directly to Torque via USB/OTG on a tablet or phone.  This for testing but also better than BT for permanent installations as the one USB connector can provide power and CAN data for the display.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>rgwynnjones</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45347</guid>
                    </item>
				                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45213</link>
                        <pubDate>Fri, 23 Dec 2022 18:27:49 +0000</pubDate>
                        <description><![CDATA[Many thanks for adding the direct CANbus &amp; DBC support.  I finally got chance to try it and got an EV BMS mostly working but then had some issues with some signals working and some not. ...]]></description>
                        <content:encoded><![CDATA[Many thanks for adding the direct CANbus &amp; DBC support.  I finally got chance to try it and got an EV BMS mostly working but then had some issues with some signals working and some not.  Still checking that.
For now I'd like to ask: Is there a direct USB/CAN adaptor supported by Torque?  e.g. seeedstudio can analyzer () or similar.  
A device like this should support hardware filtering of CAN IDs from the DBC file resulting in reliable operation on fast/heavily loaded CAN busses. Would also support multiple CAN busses....]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>rgwynnjones</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-45213</guid>
                    </item>
				                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-44394</link>
                        <pubDate>Sat, 05 Feb 2022 09:50:33 +0000</pubDate>
                        <description><![CDATA[By adding things to the display do you mean in the &#039;manage pids&#039; list view?

In &quot;realtime information&quot;. Possibly as new display type (&quot;text display&quot; ?)]]></description>
                        <content:encoded><![CDATA[<blockquote>By adding things to the display do you mean in the 'manage pids' list view?</blockquote>

In "realtime information". Possibly as new display type ("text display" ?)]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>Mihail Zenkov</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-44394</guid>
                    </item>
				                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/paged/2/#post-44387</link>
                        <pubDate>Sat, 05 Feb 2022 00:17:02 +0000</pubDate>
                        <description><![CDATA[Hi!

It&#039;s possible something odd is happening on the export - I&#039;ll look at this tomorrow(time permitting or sunday) as a priority as it&#039;s important the export functions properly

By addi...]]></description>
                        <content:encoded><![CDATA[Hi!

It's possible something odd is happening on the export - I'll look at this tomorrow(time permitting or sunday) as a priority as it's important the export functions properly

By adding things to the display do you mean in the 'manage pids' list view?

Data logging it probably trying to optimise - I'll look at that as it should be a simple fix!]]></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/canbus-sniffer-to-torque/paged/2/#post-44387</guid>
                    </item>
				                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/#post-44385</link>
                        <pubDate>Fri, 04 Feb 2022 23:29:55 +0000</pubDate>
                        <description><![CDATA[Checked 1.12.46 – problem fixed, thanks!

But I found a few other issues )

1. DBC PIDs don&#039;t always work - &quot;clear list&quot; and import DBC again helps.

2. Expressions like &quot;7|16@0+&quot; don&#039;...]]></description>
                        <content:encoded><![CDATA[Checked 1.12.46 – problem fixed, thanks!

But I found a few other issues )

1. DBC PIDs don't always work - "clear list" and import DBC again helps.

2. Expressions like "7|16@0+" don't work. I think "7|16@0+" should read first and second byte (most significant byte first). "15|16@0+" - work but incorrect - read first and second byte, but should read second and third . "7|8@0+"  - works correctly.

3. Is it possible to parse and show text value on display? For example:
<pre>BO_ 426 ETC_CANHS_R_01: 4 XXX
 SG_ ETCModeCustomerRequest        : 27|2@0+ (1,0)  "" XXX

VAL_ 426 ETCModeCustomerRequest 3 "" 2 "2wd" 1 "4wd" 0 "Auto" ;</pre>

4. Data logging from DBC PIDs doesn’t always work – I see zeros in logs (but I have correct value on display).]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>Mihail Zenkov</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/#post-44385</guid>
                    </item>
				                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/#post-44318</link>
                        <pubDate>Wed, 02 Feb 2022 14:50:57 +0000</pubDate>
                        <description><![CDATA[Hi!

This is now fixed - it was a build-time issue which is now sorted out (a couple of other small bugs as well may have had this issue too)

The fix will be in the 1.12.40 jar (to be r...]]></description>
                        <content:encoded><![CDATA[Hi!

This is now fixed - it was a build-time issue which is now sorted out (a couple of other small bugs as well may have had this issue too)

The fix will be in the 1.12.40 jar (to be released shortly) edit: now released]]></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/canbus-sniffer-to-torque/#post-44318</guid>
                    </item>
				                    <item>
                        <title>RE: Canbus sniffer to Torque</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/canbus-sniffer-to-torque/#post-44317</link>
                        <pubDate>Wed, 02 Feb 2022 14:15:04 +0000</pubDate>
                        <description><![CDATA[Hi!

Thanks - I&#039;ll be having another look at this today to see if I can reproduce the issue

Edit: Reproduced the issue - appears to be a release-build issue so I can now get this fixed]]></description>
                        <content:encoded><![CDATA[Hi!

Thanks - I'll be having another look at this today to see if I can reproduce the issue

Edit: Reproduced the issue - appears to be a release-build issue so I can now get this fixed]]></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/canbus-sniffer-to-torque/#post-44317</guid>
                    </item>
							        </channel>
        </rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 34/40 objects using Memcached
Page Caching using Memcached (Requested URI contains query) 
Database Caching 24/51 queries in 0.022 seconds using Memcached

Served from: torque-bhp.com @ 2026-06-09 02:37:28 by W3 Total Cache
-->