Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Best datalogging option for OBD2 LT1 engines

  1. #11
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,498

    Default

    The *ENHANCED section of the sae_generic.txt file no longer uses the VIN to determine the enhanced file. It uses Controller Type, like this:
    Code:
    # ==============================================================================
    # VIN/config files
    # ----------------
    #
    # This section determines which additional config file(s) should be loaded
    # based on the controller type detected for the connected vehicle.
    
    *ENHANCED
    
    #Controller Config file
    #---------- --------------------------------------------------------------------
    CMB         cummins_enhanced.prn
    CMC         cummins_enhanced.prn
    CMD         cummins_enhanced.prn
    CME         cummins_enhanced.prn
    default     gm_enhanced.prn
    So I guess the only way to ensure that the GM_LT1.txt file is loaded is to make it the default.

    But that means unless you add in each of the GM controllers that you want then the gm_enhanced.prn won't be loaded for other GM vehicles. So maybe something like this:

    Code:
    # ==============================================================================
    # VIN/config files
    # ----------------
    #
    # This section determines which additional config file(s) should be loaded
    # based on the controller type detected for the connected vehicle.
    
    *ENHANCED
    
    #Controller Config file
    #---------- --------------------------------------------------------------------
    CMB         cummins_enhanced.prn
    CMC         cummins_enhanced.prn
    CMD         cummins_enhanced.prn
    CME         cummins_enhanced.prn
    LS1B        gm_enhanced.prn
    E38         gm_enhanced.prn
    ...
    
    ...
    default     GM_LT1.txt
    Regards
    Paul
    Before asking for help, please read this.

  2. #12
    New Member
    Join Date
    Mar 2007
    Posts
    9

    Default

    Thank you for the quick response, I'm helping a friend out with this vehicle, and won't be able to work on it for another week or so. When I get a chance to test it out, I will post an update.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. High speed onboard datalogging
    By limited cv8r in forum RoadRunner Real-Time PCM Emulator
    Replies: 19
    Last Post: September 14th, 2012, 04:35 PM
  2. Direct (BDM / JTAG) Datalogging?
    By N0DIH in forum RoadRunner Real-Time PCM Emulator
    Replies: 0
    Last Post: April 28th, 2010, 05:01 PM
  3. EFI Connection "24x" System and LS1 PCM for LT1/LT4 Engines
    By S10Wildside in forum Conversions / Aftermarket Parts
    Replies: 1
    Last Post: May 26th, 2009, 01:54 PM
  4. Is it possible to split the OBD2 data??
    By Redline Motorsports in forum General
    Replies: 9
    Last Post: July 19th, 2008, 09:00 PM
  5. Problem Datalogging
    By JrTuner in forum Diesel
    Replies: 2
    Last Post: February 1st, 2006, 07:47 PM

Posting Permissions

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