Results 1 to 15 of 55

Thread: 6.5 diesel .xdf and adx

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuel Injected!
    Join Date
    Jan 2016
    Age
    41
    Posts
    48
    I will be happy to provide all the supporting work including one mostly documented disassembly and four other disassemblies that I've been using for comparison. I've been cross referencing A225.ds and A226.ds along with other hacks. I can also show that I've been a professional programmer for nearly 15 years and have also done a commented disassembly and xdf for ALWB/$53 out of a 1991 Pontiac LeMans. In case anyone is curious I plan to use the LeMans throttle body setup on an air cooled vw as they are nearly the same displacement. Did you know that they were so cheap they didn't give the LeMans an IAT sensor even though the ecu and code supported it, instead they emulate it based on coolant temp if a flag is set.

    Xnke - If Quadstar87 is working on a reflash routine he must be working on the ODB2 ecu's. I haven't looked into them much but seem to remember reading that they are still 68hc11 based unlike most other ODB2 GM ecu's that went to 68332. It would be interesting to see what code changes GM made over the years.

    brian617 - The more bins we have available the better. I think there is a decent amount of code in these that could be removed or simplified and the space re-purposed for custom functionality. Plus the obvious benefit of comparing the calibrations between different vehicles. So far I have BNTB, BNTK, BPAA, BPBS, BPDP, and BRMM.

  2. #2
    Administrator
    Join Date
    May 2011
    Location
    Lakes Region, NH
    Age
    54
    Posts
    3,867
    I will be happy to provide all the supporting work including one mostly documented disassembly and four other disassemblies that I've been using for comparison.
    Very generous offer!

    I can also show that I've been a professional programmer for nearly 15 years and have also done a commented disassembly and xdf for ALWB/$53 out of a 1991 Pontiac LeMans.
    Cool, but I wasn't trying to make it sound like anyone's on trial. I just want to be sure that information provided backs up any claims that the definitions were not created using a pay-for definition that is restricted to the buyer only.

  3. #3
    Fuel Injected! brian617's Avatar
    Join Date
    Apr 2013
    Location
    Arkansas
    Age
    45
    Posts
    711
    Quote Originally Posted by newellshk View Post

    brian617 - The more bins we have available the better. I think there is a decent amount of code in these that could be removed or simplified and the space re-purposed for custom functionality. Plus the obvious benefit of comparing the calibrations between different vehicles. So far I have BNTB, BNTK, BPAA, BPBS, BPDP, and BRMM.
    You already have the two I have BPAA and BNTB
    89 K1500 Scottsdale 5.7L 5spd 3:42 RamJet cam Dart iron TBI heads 427 PCM swap
    95 C2500 Cheyenne 6.5L turbo diesel 4L80e 4:10 DB2-4911 Manual pump conversion 0411 PCM trans control 2Bar COS
    05 Outback XT 2.5L turbo gas auto

  4. #4
    Fuel Injected!
    Join Date
    Jan 2016
    Age
    41
    Posts
    48
    Well it's going to be a few more days because I am an idiot and let Micro$oft f*ck me. I lost all but four entries in the xdf because I hadn't saved it and brilliant windows 10 decided to install updates and reboot without any confirmation.

    Of course the hard work is documenting the disassembly so this really just means starting over on the tedious data entry. I will certainly remember to save periodically from now on...

    I have not been so angry in a long time.

  5. #5
    Fuel Injected!
    Join Date
    Jun 2015
    Age
    36
    Posts
    354
    https://www.pcmhacking.net/forums/vi...php?f=8&t=4671

    Yep, he's working on the OBD2 stuff.

  6. #6
    Fuel Injected!
    Join Date
    Jan 2016
    Age
    41
    Posts
    48
    Here is a work in progress xdf. I have found that it matches all bins that I have except BRMM which is odd because it does have an EC mask. Anyone have any idea why a bin with the same mask has a different calibration layout, and any good ways to detect that (or inform the tunerpro user how to easily and confidently check). Maybe the BRMM bin is from an already modified memcal done by a 3rd party vendor...

    I have successfully used this xdf to modify shift points, fuel, and base timing (starting with a stock BPBS bin), so I know that the checksum etc works.

    It's still fairly basic at the moment but does have a lot of the common stuff that one would want to change. If anyone has any requests please speak up and I'll do what I can. I do plan to continue to expand it so expect updates in the next few weeks. It doesn't currently have any EGR stuff except for the DTC enable flags. I also haven't yet added a way to modify the pump calibration tables (or emulate changing the resistor), but I'm not sure if that's very useful since you can change base timing and base fuel.

    If someone with permission wants to copy the xdf to:
    http://www.gearhead-efi.com/Fuel-Inj...C-Turbo-Diesel
    that would be cool.


    Admin note: XDF and disassembly also located at:http://www.gearhead-efi.com/Fuel-Inj...ll=1#post64990
    Attached Files Attached Files

  7. #7
    Administrator
    Join Date
    May 2011
    Location
    Lakes Region, NH
    Age
    54
    Posts
    3,867
    Thank you!

  8. #8
    Carb and Points!
    Join Date
    Sep 2012
    Posts
    7
    Just focus on the $EC mask for BPAA - BXPY is the latest rev. of that code base for auto trans also. It's a waste of time to look over the other masks for light duty applications.

    What kind of ideas do you have for re-organizing code? I've done some but curious what other ideas you have after seeing the disassembly you found.

  9. #9
    Carb and Points!
    Join Date
    Oct 2016
    Age
    54
    Posts
    8

    6.5TD Suburban bin file

    Greetings from Finland!

    Happy to find this great page. Thank you for it.
    Just uploaded my suburbans BPAC bin. Hope it shows. It is my first time in this page ;)

    This bin is from 1995 suburban. No EGR's from factory.
    Hex format looks much like BPDP bin.


    I have already moded the turbo wastegate to spring loaded one.
    I read ECM data with GMTDScan.
    And have Dataman programmer + some flash chips.
    Can't wait to be able to tune harder shifting, less timing & more fuel.
    But still have some problems with TunerPro.

    Hope I can contribute something to this awesome page :)
    Thanx
    -jh0







    Quote Originally Posted by newellshk View Post
    Here is a work in progress xdf. I have found that it matches all bins that I have except BRMM which is odd because it does have an EC mask. Anyone have any idea why a bin with the same mask has a different calibration layout, and any good ways to detect that (or inform the tunerpro user how to easily and confidently check). Maybe the BRMM bin is from an already modified memcal done by a 3rd party vendor...

    I have successfully used this xdf to modify shift points, fuel, and base timing (starting with a stock BPBS bin), so I know that the checksum etc works.

    It's still fairly basic at the moment but does have a lot of the common stuff that one would want to change. If anyone has any requests please speak up and I'll do what I can. I do plan to continue to expand it so expect updates in the next few weeks. It doesn't currently have any EGR stuff except for the DTC enable flags. I also haven't yet added a way to modify the pump calibration tables (or emulate changing the resistor), but I'm not sure if that's very useful since you can change base timing and base fuel.

    If someone with permission wants to copy the xdf to:
    http://www.gearhead-efi.com/Fuel-Inj...C-Turbo-Diesel
    that would be cool.


    Admin note: XDF and disassembly also located at:http://www.gearhead-efi.com/Fuel-Inj...ll=1#post64990
    Attached Files Attached Files

  10. #10
    Fuel Injected! brian617's Avatar
    Join Date
    Apr 2013
    Location
    Arkansas
    Age
    45
    Posts
    711
    Quote Originally Posted by newellshk View Post
    Here is a work in progress xdf. I have found that it matches all bins that I have except BRMM which is odd because it does have an EC mask. Anyone have any idea why a bin with the same mask has a different calibration layout, and any good ways to detect that (or inform the tunerpro user how to easily and confidently check). Maybe the BRMM bin is from an already modified memcal done by a 3rd party vendor...

    I have successfully used this xdf to modify shift points, fuel, and base timing (starting with a stock BPBS bin), so I know that the checksum etc works.

    It's still fairly basic at the moment but does have a lot of the common stuff that one would want to change. If anyone has any requests please speak up and I'll do what I can. I do plan to continue to expand it so expect updates in the next few weeks. It doesn't currently have any EGR stuff except for the DTC enable flags. I also haven't yet added a way to modify the pump calibration tables (or emulate changing the resistor), but I'm not sure if that's very useful since you can change base timing and base fuel.

    If someone with permission wants to copy the xdf to:
    http://www.gearhead-efi.com/Fuel-Inj...C-Turbo-Diesel
    that would be cool.


    Admin note: XDF and disassembly also located at:http://www.gearhead-efi.com/Fuel-Inj...ll=1#post64990

    With some of the tables, the graphs don't work?
    89 K1500 Scottsdale 5.7L 5spd 3:42 RamJet cam Dart iron TBI heads 427 PCM swap
    95 C2500 Cheyenne 6.5L turbo diesel 4L80e 4:10 DB2-4911 Manual pump conversion 0411 PCM trans control 2Bar COS
    05 Outback XT 2.5L turbo gas auto

  11. #11
    Fuel Injected!
    Join Date
    Jan 2016
    Age
    41
    Posts
    48
    Probably because one or another axis label isn't filled in. I've been slow doing the axis because I want to ensure they are accurate. I'll try to get those finished soon but please tell me if there are any specific ones that you need and i'll prioritize them.

    In the meantime you could fill them in with a simple sequence (0,1,2...) and the graphs should work.

  12. #12
    Carb and Points!
    Join Date
    Jul 2019
    Age
    38
    Posts
    2
    hi i was wondering if you still any of the files for 1995 6.5 diesel to get into the pcm. im running tunerpro rt.

  13. #13
    Carb and Points!
    Join Date
    Aug 2018
    Posts
    2
    Stevtatt07: Sorry I replied to you on another forum and pointed you to this thread, didnt realize you were already here. My mistake.

    What can we help you with? the xdf you need is in the post above your's, the BPAA bin? you can get it from dripspeed or read your own, mine wasnt a BPAA so I just grabbed it from dripspeed, its a good bin and works.

    UDL

  14. #14
    Carb and Points!
    Join Date
    Jul 2019
    Age
    38
    Posts
    2
    oh ok im not sure how i missed that thank you.

  15. #15
    Fuel Injected!
    Join Date
    Apr 2020
    Location
    Belarus
    Age
    36
    Posts
    152
    I'm searching for BIN file

    4056
    BKWB
    3342

    I've found 6.5 diesel bin files collection somewhere, but i've lost it :(
    Can anybody help me?
    PCM 16183977

    Can I use BPDP instead of mine bin? (Blazer '94 2dr)
    Last edited by yoheer; 09-06-2020 at 05:28 PM.

Similar Threads

  1. Obdii diesel bin??
    By 92rslt1 in forum Other EFI systems and related topics
    Replies: 0
    Last Post: 07-16-2014, 06:54 PM
  2. GM ECM 16212488 code EC (diesel 4L80E)
    By alex1234 in forum GM EFI Systems
    Replies: 0
    Last Post: 04-23-2014, 11:15 PM
  3. GM ECM 16183977 code EC (diesel 4L80E)
    By daleulan in forum GM EFI Systems
    Replies: 2
    Last Post: 04-18-2014, 11:10 AM
  4. 97 vortec into a 86 diesel truck
    By j20m715 in forum GM EFI Systems
    Replies: 6
    Last Post: 10-26-2013, 07:20 AM
  5. 6.5 diesel ecm insides
    By Playtoy_18 in forum GM EFI Systems
    Replies: 5
    Last Post: 10-01-2013, 01:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •