|
|
|
|
|
|
BMW Garage | BMW Meets | Register | Today's Posts | Search |
|
BMW 3-Series (E90 E92) Forum
>
Extended BMW 335d PIDs for Torque
|
|
05-11-2016, 06:34 AM | #89 |
Registered
0
Rep 1
Posts |
335d Euro CSV file for Torque Pro
Hi, I don't suppose you ever managed to get a CSV file for a Euro 335d did you? I seem to be experiencing a similar issue to you in regard to the US file. I've got DPF issues and want to understand what's going on. Any help would be appreciated, EGT would be useful to know if the car is even trying to regen.....
|
Appreciate
0
|
07-17-2016, 08:01 PM | #90 |
Banned
799
Rep 1,630
Posts |
Every now and then I get a request for another PID. There are some things that are specific to BMW and harder to get via Torque, but there are also some that are easy. The attached document, SAE J1979, is for the universal OBDII PIDs. Torque does not recognize all of these in the normal PID selection menu. However, they often work as extended PIDS. With that document you can start to make your own custom PIDs. For example, fuel rail pressure is listed as PID 6D on Page 56, but does not show up automatically in Torque. The page is seen below, where I have circled the appropriate description
One thing you will notice is a single PID can contain lots of information and data. The rail pressure we are interested in is found in bytes D and E. Note the scaling column. Often times we want to change the units. In this case, convert to pressure in bar by multiplying the raw data by 1/10th. So, to make this work in Torque, go to the extended PIDs menu and start a new PID: Enter 016D for the mode and PID. Enter ((D*256)+E)*0.1 for the formula, where 0.1 is the scaling factor. Enjoy! ... and please share your findings. |
Appreciate
1
|
07-18-2016, 01:54 PM | #91 |
Banned
799
Rep 1,630
Posts |
Recently, in another thread, I mentioned there is a setting for speeding communications in Torque. I believe many are aware, but just for completeness below is a screenshot of the Adapter Status Info. Approximately 25 PIDs per second is what you should see. Also, note the protocol. Be sure you are using CAN (ISO 15765-4). If not, you probably have a knock-off ELM327 adapter.
|
Appreciate
0
|
07-18-2016, 09:05 PM | #92 |
Second Lieutenant
59
Rep 210
Posts |
Thanks DWR. I added this PID this morning and it worked perfect. Is it a fair assumption that ((B*256)+C)*0.1 will give the Commanded Pressure for comparison to actual.
If so, would be really handy for trouble shooting fuel delivery issues. |
Appreciate
0
|
07-18-2016, 10:10 PM | #93 | |
Banned
799
Rep 1,630
Posts |
Quote:
That formula is correct. You've got it down, man. |
|
Appreciate
0
|
09-10-2016, 06:37 PM | #94 |
Colonel
434
Rep 2,062
Posts |
Bump for trying to get working PID's on a 2010 X5M. No matter what I do in basic settings to adjust the atmospheric pressure, the readings will show 14.4psi for intake manifold pressure with the engine off/ignition on, 5-7 @ idle and always maxs out @ 17.4 under boost when in reality I should be into the low 20's. It did this in my GF's 2008 535xiT as well, so it's clearly a Torque setting. I'd love some help resolving this, please.
__________________
'10 BMW X5///M - Alpine White on Sakhir Orange - JB4 w/ HCP Stage 2 BEF, NGK 97506 @ .20, SS tubing & BMC filters, gutted cats, AC Forged 312 22's, H&R 2"
'98 BMW 740iL - ///E39 M5 6spd swap, fully built engine (sleeved, P&P, cams), 3.46 LSD, H&R Stage 2/Bilstein HD, Magnaflow 14816's '97 BMW 328ci - ///E36 M3 clutch & L/W flywheel, Z4///M 18's Last edited by m5james; 09-14-2016 at 06:45 PM.. |
Appreciate
0
|
09-11-2016, 01:14 AM | #95 | |
Banned
799
Rep 1,630
Posts |
Quote:
|
|
Appreciate
0
|
09-11-2016, 09:00 AM | #97 |
Second Lieutenant
59
Rep 210
Posts |
Under Profile Advance Settings you need to set the Boost adjustment for your atmospheric pressure. Mine is set at -14.68811 based on my location elevation.
On the OBD2 settings, use "Prefer MAF" for the Boost Calculation Method |
Appreciate
0
|
09-11-2016, 11:42 AM | #98 |
Colonel
434
Rep 2,062
Posts |
DWR says Prefer MAP, RollingCoal says Prefer MAF...if I recall, I've tried them all in the past. I'll try both of your guys suggestions and playing with atmospheric as well...I just want it to work properly.
|
Appreciate
0
|
09-11-2016, 08:27 PM | #99 |
Banned
799
Rep 1,630
Posts |
Boost from MAF is a calculation. Boost from MAP is a measurement. Your choice.
|
Appreciate
0
|
09-11-2016, 10:33 PM | #100 |
Captain
160
Rep 803
Posts |
Hi!
I came from the TDI world, even did my own tuning. Since the vag com gave a very good diagnostic of MAF per revolution, I had to use these pids to get that. 0-0 BMW 335d Air Massrev,Air MassR ,110,(([10]*18000)/[0c]),0,1400,g/r,Auto 0-0 BMW 335d AirPerBar,Air/bar,,(VAL{0-0 BMW 335d Air Massrev})/(VAL{0-0 BMW 335d Intake Boost}+1),300,500,mg/r/b,Auto One is maf mg per stroke. The other is maf mg per stroke, per bar (to see sort of an efficiency of airflow- if you take egr out of the system). I used to take logs on vag com and do MAF divided by absolute pressure. It was also useful to see at what higher rpm and boost the turbo and/or exhaust backpressure were choking flow. The mg/stroke should be around 450-500 ideally without egr at idle no boost. For the boost version, you use this to diagnose a boost leak or clogged intake. Disable the egr for best results: If you run hard boost and get a number higher than 500, you are leaking air boost side. If you run higher rpm and/or boost and get numbers very low, like less than 300, and dropping, you have a restriction on the intake (valves? throttle? turbo exhaust back pressure?) I was thinking to add another formula to get fueling of mg per stroke too, which I will look into, but I haven't done it yet. |
Appreciate
0
|
09-13-2016, 01:15 AM | #101 |
Colonel
434
Rep 2,062
Posts |
Being as I have NO idea what you're talking about, can you just tell me what I need to do using pink crayon since you seem to have figured it out I switched it back to "Prefer MAP (Default)", I have you Extended PID loaded into Torque from the 1st link on this thread (it doesn't seem any different than the Post #95 link) and it's still maxing out at 17.4PSI.
__________________
'10 BMW X5///M - Alpine White on Sakhir Orange - JB4 w/ HCP Stage 2 BEF, NGK 97506 @ .20, SS tubing & BMC filters, gutted cats, AC Forged 312 22's, H&R 2"
'98 BMW 740iL - ///E39 M5 6spd swap, fully built engine (sleeved, P&P, cams), 3.46 LSD, H&R Stage 2/Bilstein HD, Magnaflow 14816's '97 BMW 328ci - ///E36 M3 clutch & L/W flywheel, Z4///M 18's |
Appreciate
0
|
09-13-2016, 01:36 AM | #102 | |
Banned
799
Rep 1,630
Posts |
Quote:
|
|
Appreciate
0
|
09-15-2016, 04:26 PM | #104 | |
Private First Class
14
Rep 116
Posts |
Quote:
Second, is your file usable on a 330d 2007, or I have to make mods? |
|
Appreciate
0
|
09-17-2016, 06:25 PM | #105 |
Banned
799
Rep 1,630
Posts |
It will work if the OBD II parameter is available in the 330d. As I have said repeatedly, I'm supporting the 335d only. Good luck.
|
Appreciate
0
|
10-10-2016, 11:05 PM | #106 |
Second Lieutenant
44
Rep 281
Posts |
Android will NOT let me save a csv text file into the .torque/extendedPIDs folder. The folder is on my SD card. Is this the reason? I've been hammering away at this and nothing works.
|
Appreciate
0
|
10-11-2016, 01:16 AM | #107 | |
Banned
799
Rep 1,630
Posts |
Quote:
I use a Nexus 7 and it is NOT on an SD card, so it is different than how I use it. |
|
Appreciate
0
|
10-11-2016, 01:26 AM | #108 | |
Second Lieutenant
44
Rep 281
Posts |
Quote:
I manually entered a half dozen of my favorites from your OP and customized some gauges for them. Thank you for this great resource. |
|
Appreciate
0
|
10-13-2016, 11:07 PM | #109 |
Captain
160
Rep 803
Posts |
folder .torque
subfolder extendedpids in that folder put a file in there called bmw335dpids or whatever you want to call it edit that file using android text editor like rbeditor, paste in the list If you just want to check without losing your existing ones, click to add from file and see if it sees that filename Sometimes formatting is wrong from a windows editor, I had issues at first too. |
Appreciate
1
rtd21.50 |
10-14-2016, 08:19 AM | #110 |
Captain
209
Rep 854
Posts |
Thanks for all the custom PIDs! I see three .CSVs: one on page one, two and three.
It doesn't seem like the posts were edited. That being said, does it make sense to use the most recently posted .CSV, from page three, at this point? Thanks again. Edited: I had the same issue as 135i_vs_ and could not get the .CSV from page 3 to show any PIDs. Instead, I've added the fuel rail PIDs (both requested and actual) from page 5 here, to the original .CSV on page 1, and I am using that one successfully. I can upload it if it would help anyone. Last edited by 9mmkungfu; 10-14-2016 at 11:07 AM.. |
Appreciate
0
|
Bookmarks |
|
|