<?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>
									CAN Multi-PID Request - Torque main forum				            </title>
            <link>https://torque-bhp.com/community/main-forum/can-multi-pid-request/</link>
            <description>Torque Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 07 Mar 2026 06:41:24 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42647</link>
                        <pubDate>Thu, 11 Jun 2020 10:01:09 +0000</pubDate>
                        <description><![CDATA[Hello!  Thanks for replying.


Have you tried just making a custom PID with, for example 010C0D05?

I would have thought Torque would send that correctly, but you’d only be able to pick...]]></description>
                        <content:encoded><![CDATA[Hello!  Thanks for replying.

<blockquote>
Have you tried just making a custom PID with, for example 010C0D05?

I would have thought Torque would send that correctly, but you’d only be able to pick one item out of the response so it would be a bit pointless.
</blockquote>

I have tried the Custom PID route, and you're right! Unfortunately Torque will only reference to one "Override PID".  So, even if I put 0C (RPM), 0D (Speed), 05 (Coolant Temp) in one Custom PID Request, it is treated by Torque as one Sensor or Display only.

<blockquote>You would probably have to put the same request in 3 separate custom PIDs, with each one picking out a different part of the response. I’m not sure it would make it any faster though?</blockquote>

This would be counter-productive and actually increases unnecessary transmit &amp; receive length.  In this case, I'm better off just requesting the standard single PIDs.

<blockquote>010C0D05 would not actually be a valid OBDII request though as the standard doesn’t support multiple PIDs in one request.</blockquote>

010C0D05 is actually a Multi-PID Request.  OBD2 CAN Bus can request up to 6 PIDs at the same Frame.  ELM327 carried over this feature to their Command set and actually created their own format of response when Headers are off and CAN Auto Formatting is on.  Here is an example from the Datasheet (pg 46):

&gt;01 0B 04 0C 05
00A
0: 41 0B 21 04 3F 0C
1: 17 B8 05 44 00 00 00

The above response is not an OBD Standard Response.  It is a special response intended for applications using the ELM327 Standard like Torque.  Here is another used by Torque:

010C1

The 1 at the end is not OBD Standard and is created by the ELM327 to facilitate faster turn-around by not waiting for the time-out to happen.  This is implemented by Torque using "Faster Communication" setting.

<blockquote>UDS Service 22 does though.
The equivalent request would be 22F40CF40DF405.</blockquote>

This looks promising, I will look into this.  Thanks!

<blockquote>You will then get into issues of messages exceeding 8 bytes though, which I don’t think standard ELM327 devices can handle for transmission.
I know to get this working on an OBDLink LX I had to use a couple of ST commands which are additional to standard ELM327.</blockquote>

ELM327 Standard has the feature "ATAL" which allows unlimited receive Bytes.  If it is not turned on, the ELM327 device is expected to return Multi-Frame Responses.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>lazalem</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42647</guid>
                    </item>
				                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42646</link>
                        <pubDate>Thu, 11 Jun 2020 08:10:51 +0000</pubDate>
                        <description><![CDATA[Have you tried just making a custom PID with, for example 010C0D05?

I would have thought Torque would send that correctly, but you&#039;d only be able to pick one item out of the response so i...]]></description>
                        <content:encoded><![CDATA[Have you tried just making a custom PID with, for example 010C0D05?

I would have thought Torque would send that correctly, but you'd only be able to pick one item out of the response so it would be a bit pointless.
You would probably have to put the same request in 3 separate custom PIDs, with each one picking out a different part of the response.  I'm not sure it would make it any faster though?


010C0D05 would not actually be a valid OBDII request though as the standard doesn't support multiple PIDs in one request.

UDS Service 22 does though.
The equivalent request would be 22F40CF40DF405.

You will then get into issues of messages exceeding 8 bytes though, which I don't think standard ELM327 devices can handle for transmission.
I know to get this working on an OBDLink LX I had to use a couple of ST commands which are additional to standard ELM327.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>Chrispy</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42646</guid>
                    </item>
				                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42645</link>
                        <pubDate>Thu, 11 Jun 2020 06:29:08 +0000</pubDate>
                        <description><![CDATA[For the time being, I will look into that.]]></description>
                        <content:encoded><![CDATA[For the time being, I will look into that.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>lazalem</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42645</guid>
                    </item>
				                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42644</link>
                        <pubDate>Thu, 11 Jun 2020 00:54:28 +0000</pubDate>
                        <description><![CDATA[I still believe there are other services that
build and report multiple pids by a
single request based upon my feeble
memory of web searches past.]]></description>
                        <content:encoded><![CDATA[I still believe there are other services that
build and report multiple pids by a
single request based upon my feeble
memory of web searches past.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>Capp777</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42644</guid>
                    </item>
				                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42643</link>
                        <pubDate>Wed, 10 Jun 2020 22:50:32 +0000</pubDate>
                        <description><![CDATA[Thanks for answering.  I&#039;m emulating Protocol 6 (ISO 15765-4 CAN (11 bit ID, 500 kbaud)).  Please look for the response of &quot;ATDPN&quot; Request in my logs above.  My emulator returns the correct ...]]></description>
                        <content:encoded><![CDATA[Thanks for answering.  I'm emulating Protocol 6 (ISO 15765-4 CAN (11 bit ID, 500 kbaud)).  Please look for the response of "ATDPN" Request in my logs above.  My emulator returns the correct responses (I think).  Torque always sets the Header Off (AT H0), so the responses are very short.  I guess this results to a faster turn around between transmit and receive for more performance.

From my understanding, Torque talks to the ELM327 through ELM327 commands (AT, 01, 09 etc.). The ELM327 device/emulator then does the heavy lifting of converting the request to OBD compatible commands depending on the Protocol after the handshake.

Torque App -----&gt; ELM327 (BT Serial) ---&gt;  ELM327 uController ---------&gt; ECU Protocol 3
01 0C      -----&gt;   conversion (81 10 F1 01 0C 8F)       --------------&gt; Receipt

Torque App -----&gt; ELM327 (BT Serial) ---&gt;  ELM327 uController ---&gt;CAN Chip----&gt; ECU Protocol 6
01 0C      -----&gt;   conversion (7DF 02 01 0C)    -----------------------------&gt; Receipt

Basically, it doesn't matter what Protocol the ECU &amp; ELM327 is using.  All requests are standardized by the ELM327.  The ELM327 device takes care of everything.  The Torque App can query requests of "01 0C" and will get the same response format standardized by ELM327.

I believe you are right, maybe the Torque "01 00" request is expecting something else in order to enable Multi-PIDs, but I just can't find any detail about this in the forums.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>lazalem</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42643</guid>
                    </item>
				                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42642</link>
                        <pubDate>Wed, 10 Jun 2020 22:03:01 +0000</pubDate>
                        <description><![CDATA[Just curious which CAN protocol you are
emulating? An ELM327 determines the
protocol used... OBD standard defines
how service 01 should respond. Not
Torque.

Maybe a different service ...]]></description>
                        <content:encoded><![CDATA[Just curious which CAN protocol you are
emulating? An ELM327 determines the
protocol used... OBD standard defines
how service 01 should respond. Not
Torque.

Maybe a different service is required. (DPids?)]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>Capp777</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42642</guid>
                    </item>
				                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42641</link>
                        <pubDate>Wed, 10 Jun 2020 13:57:43 +0000</pubDate>
                        <description><![CDATA[It is an ELM327 emulator software, and no ECU is involved.  I&#039;ve already coded the capability to receive &amp; process multiple PIDs and respond appropriately.  The problem is, Torque doesn&#039;...]]></description>
                        <content:encoded><![CDATA[It is an ELM327 emulator software, and no ECU is involved.  I've already coded the capability to receive &amp; process multiple PIDs and respond appropriately.  The problem is, Torque doesn't request it.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>lazalem</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42641</guid>
                    </item>
				                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42640</link>
                        <pubDate>Wed, 10 Jun 2020 13:31:06 +0000</pubDate>
                        <description><![CDATA[For this, your engine ECU must support the issuance of several PIDs in one request, for example, like Nissan and Toyota, and then all this is implemented in the factory protocol, and not in ...]]></description>
                        <content:encoded><![CDATA[For this, your engine ECU must support the issuance of several PIDs in one request, for example, like Nissan and Toyota, and then all this is implemented in the factory protocol, and not in the standard OBD protocol]]></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/can-multi-pid-request/#post-42640</guid>
                    </item>
				                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42639</link>
                        <pubDate>Wed, 10 Jun 2020 12:42:36 +0000</pubDate>
                        <description><![CDATA[First of all, thanks for taking time to reply.  Regarding the link you&#039;ve posted, I&#039;ve already implemented Multi-Frame Responses both with Headers On and Off.  So we&#039;re good with that.  Here...]]></description>
                        <content:encoded><![CDATA[First of all, thanks for taking time to reply.  Regarding the link you've posted, I've already implemented Multi-Frame Responses both with Headers On and Off.  So we're good with that.  Here is the log of my program with Torque set to Automatic (Thorough Protocol Scan) Protocol:


Request = ATPC | Echo = ATPC | Response = OK

Request = ATPC | Echo = ATPC | Response = OK

Request = ATZ | Echo = ATZ | Response = CUSTOM_PROGRAM

Request = ATE0 | Response = OK

Request = ATM0 | Response = OK

Request = ATL0 | Response = OK
Request = ATST62 | Response = OK
Request = ATS0 | Response = OK
Request = AT@1 | Response = ELM327_EMULATOR
Request = ATI | Response = CUSTOM_PROGRAM
Request = ATH0 | Response = OK
Request = ATAT2 | Response = OK
Request = ATDPN | Response = 6
Request = 0100 | Response = 4100BE7F8013
Request = ATH1 | Response = OK
Request = ATDPN | Response = 6
Request = 0100 | Response = 7E8064100BE7F801300
Request = ATH0 | Response = OK
Request = 0100 | Response = 4100BE7F8013
Request = 0120 | Response = 412000022001
Request = 0140 | Response = 41406C018005
Request = 0160 | Response = 416060000000
Request = 010C | Response = 410C8D10
Request = 010C1 | Response = 410C1350
Request = 010C1 | Response = 410C420C
Request = 010B1 | Response = 410B3D
Request = 010C1 | Response = 410C9C0C
Request = 010D1 | Response = 410D52
Request = 01111 | Response = 4111D1
Request = 010B1 | Response = 410B5E
Request = 010C1 | Response = 410C5770
Request = 010D1 | Response = 410DEB
Request = 01111 | Response = 411168
Request = 01051 | Response = 410533

The '&gt;' prompt character has been removed in logs only but is transmitted to Torque
The problem is Torque only sends the following Requests:

010C1 where 01 is Mode, 0C is for RPM and 1 is for wait for 1 line only (Faster Communication)

while what I wanted is:

010C0B0D1105 where 01 is Mode, 0C is for RPM and other (0B, 0D, 11, 05) are for other sensors.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>lazalem</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42639</guid>
                    </item>
				                    <item>
                        <title>RE: CAN Multi-PID Request</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/can-multi-pid-request/#post-42638</link>
                        <pubDate>Wed, 10 Jun 2020 07:39:48 +0000</pubDate>
                        <description><![CDATA[]]></description>
                        <content:encoded><![CDATA[https://torque-bhp.com/forums/?wpforumaction=viewtopic&amp;t=14716.0]]></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/can-multi-pid-request/#post-42638</guid>
                    </item>
							        </channel>
        </rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 33/42 objects using Memcached
Page Caching using Memcached (Requested URI contains query) 
Database Caching 24/51 queries in 0.045 seconds using Memcached

Served from: torque-bhp.com @ 2026-03-07 06:41:24 by W3 Total Cache
-->