M-Class (W164) Produced 2006-2011: ML280CDI, ML320CDI, ML420CDI, ML350, ML500, ML550

OBD2 Pid for current gear w164

Thread Tools
 
Search this Thread
 
Rate Thread
 
Old 09-13-2018, 11:20 AM
  #1  
Newbie
Thread Starter
 
jesusg9's Avatar
 
Join Date: Jan 2015
Posts: 14
Received 0 Likes on 0 Posts
2009 w164 280
OBD2 Pid for current gear w164

Hi all,

Long time lurking this forum, fortunately without needn't help.
Now automatic transmission seems to have a weird behaviour. I would like to track it with Torque APP. For so the current gear OBD2 pid is needed, if W164 OBD2 do have it
Could be any of you be so kind to tell us which is, if there were, the current gear OBD2 pid for w164 ?

thanks in advance.
Old 09-14-2018, 04:15 AM
  #2  
MBWorld Fanatic!
 
Maj. Dundee's Avatar
 
Join Date: Oct 2011
Location: Bronx, N.Y.
Posts: 7,107
Received 751 Likes on 699 Posts
2002 ML 320 & 2006 ML500
Have no idea what you are referring to.
Old 09-14-2018, 08:04 AM
  #3  
Newbie
Thread Starter
 
jesusg9's Avatar
 
Join Date: Jan 2015
Posts: 14
Received 0 Likes on 0 Posts
2009 w164 280
Originally Posted by Maj. Dundee
Have no idea what you are referring to.
Thanks for your interest Mj. Dundee

First I have to say that I'm just a DIY'er with a very few idea of things, so I could be wrong with my request.

As far as I know, OBD2 scanners, propietary or open ones, read the car info like errors codes, temperatures, speed, rmps, sensor status, etc... sending a code, that is an unique identifier, for each parameter to the control unit of the car.
Googleing OBD2 PID one can find standards PIDs.

My belive is that Current Gear PID in M-class (w164) it's not the standard one "22199a".
If this PID exists, I could porgram it in torque app and then track the automatic transmision issues. if not, then B-plan is calculate current gear using speed and rpms, not easy.

does any guru know this pid ?, if so,,,,,,, would be so kind to share it ?

Thanks for your reading and patience.
Old 09-14-2018, 12:29 PM
  #4  
MBWorld Fanatic!
 
Maj. Dundee's Avatar
 
Join Date: Oct 2011
Location: Bronx, N.Y.
Posts: 7,107
Received 751 Likes on 699 Posts
2002 ML 320 & 2006 ML500
I have no idea.
Old 02-06-2021, 12:56 PM
  #5  
Member
 
Essell55mb's Avatar
 
Join Date: Nov 2016
Posts: 77
Received 12 Likes on 11 Posts
R230 sl55
Originally Posted by jesusg9
Hi all,

Long time lurking this forum, fortunately without needn't help.
Now automatic transmission seems to have a weird behaviour. I would like to track it with Torque APP. For so the current gear OBD2 pid is needed, if W164 OBD2 do have it
Could be any of you be so kind to tell us which is, if there were, the current gear OBD2 pid for w164 ?

thanks in advance.
Probably way too late ! But I did come across possibly what you need ( if supported by your model car )

Is PID, Service 01, Hex A4 - Transmission actual gear.

https://en.wikipedia.org/wiki/OBD-II_PIDs

If its not in the standard PID list, this may also be of interest,

https://github.com/mkovero/7226ctrl/issues/15


Last edited by Essell55mb; 02-06-2021 at 01:06 PM.
The following users liked this post:
jesusg9 (11-11-2021)
Old 02-07-2021, 07:50 PM
  #6  
MBWorld Fanatic!
 
lkchris's Avatar
 
Join Date: Sep 2005
Location: Albuquerque
Posts: 6,050
Received 198 Likes on 177 Posts
'07 GL320CDI, '10 CL550
So then, PID means parameter id.
The following users liked this post:
jesusg9 (11-11-2021)
Old 11-11-2021, 04:13 AM
  #7  
Newbie
Thread Starter
 
jesusg9's Avatar
 
Join Date: Jan 2015
Posts: 14
Received 0 Likes on 0 Posts
2009 w164 280
Thanks,
I had forgotten to thank. sorry.
Anyway Torque APP seems that can't read it.
Old 04-04-2022, 07:42 PM
  #8  
Member
 
alive19's Avatar
 
Join Date: Apr 2022
Posts: 116
Received 29 Likes on 26 Posts
GL320 2007
Try this:
Header: 7E1
PID: 2130
Equation (in torque): lookup(bit(F:0)+bit(F:1)*2+bit(F:2)*3+bit(F:3)*8:b it(F:0)+bit(F:1)*2+bit(F:2)*3+bit(F:3)*8:0='N':11= 'P':13='R')
Old 07-11-2022, 11:18 AM
  #9  
Newbie
Thread Starter
 
jesusg9's Avatar
 
Join Date: Jan 2015
Posts: 14
Received 0 Likes on 0 Posts
2009 w164 280
Originally Posted by alive19
Try this:
Header: 7E1
PID: 2130
Equation (in torque): lookup(bit(F:0)+bit(F:1)*2+bit(F:2)*3+bit(F:3)*8:b it(F:0)+bit(F:1)*2+bit(F:2)*3+bit(F:3)*8:0='N':11= 'P':13='R')
Thanks for your interest.
Since your post i've being concerned about couple of things.
First is to ensure that this command only reads data and do not set o write data.
The other is related with the math of the command lookup ........ bit(F:2)*3 .......... ? 3 ?, not 4 ? As in a typical binary codification.
Old 07-11-2022, 07:39 PM
  #10  
Member
 
alive19's Avatar
 
Join Date: Apr 2022
Posts: 116
Received 29 Likes on 26 Posts
GL320 2007
Yeah good point. Unfortunately I transcribed the equation, rather than copied it (different devices). I'll check again, but yes it probably should be 4 rather than 3.

It is very hard to write any data with OBD2 commands. These send a request for data. You need to access the CAN bus to be able to send commands (write data).

I've been using it in torque and it works fine to give current gear.

I'm still looking for the oil temperature though.
Old 07-12-2022, 06:20 AM
  #11  
Newbie
Thread Starter
 
jesusg9's Avatar
 
Join Date: Jan 2015
Posts: 14
Received 0 Likes on 0 Posts
2009 w164 280
Originally Posted by alive19
Try this:
Header: 7E1
PID: 2130
Equation (in torque): lookup(bit(F:0)+bit(F:1)*2+bit(F:2)*3+bit(F:3)*8:b it(F:0)+bit(F:1)*2+bit(F:2)*3+bit(F:3)*8:0='N':11= 'P':13='R')
Hi,
This command seems to me to work like this
lookup(
bit(F:0)+bit(F:1)*2+bit(F:2)*4+bit(F:3)*8: -> Data Read. Ie: data stored is 0110 = 0+2+4+0 = 6th Gear
bit(F:0)+bit(F:1)*2+bit(F:2)*4+bit(F:3)*8: -> Data to Display , so it would display 6 as 0+2+4+0 =6
0='N':11= 'P':13='R') -> This is clearly for non numeric gears, If data read is 0000 then display N, and so on with 1101 = 11 and 1011 = 13.
Which is the source of the info for this ? Header: 7E1 PID: 2130

Thanks
Old 07-14-2022, 01:18 AM
  #12  
Member
 
alive19's Avatar
 
Join Date: Apr 2022
Posts: 116
Received 29 Likes on 26 Posts
GL320 2007
Basically the Chrysler extended PIDs have transmission temp (jeep 2012 and later) that gives the transmission temp.

I just viewed the raw data from this PID and watched as I changed gear. Looked for some patterns.

The header and PID are just copied from the Chrysler PID.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 


You have already rated this thread Rating: Thread Rating: 0 votes,  average.

Quick Reply: OBD2 Pid for current gear w164



All times are GMT -4. The time now is 11:08 AM.