Results 1 to 7 of 7

Thread: Problem with RAFIG and BBL

  1. #1
    Member poolshark021's Avatar
    Join Date
    Apr 2006
    Posts
    78

    Default Problem with RAFIG and BBL

    I logged short term iac correction in gear A/C off (IAC_SD_M) and long term (IAC_LD_M) via BBL. I could see the values on my V2 while it was running. When I open the .efi file up, I can't view these pids in the data (IAC_STD_DMA and IAC_LTD_DMA). I can't do any RAFIG because these pids aren't selected. Any ideas on why I can't see them?
    Last edited by poolshark021; August 19th, 2009 at 09:28 AM.

  2. #2
    Member poolshark021's Avatar
    Join Date
    Apr 2006
    Posts
    78

    Default

    Anyone? Maybe this is in the wrong section?

  3. #3
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    I pm'd Paul... it's the weekend in NZ.

  4. #4
    Member poolshark021's Avatar
    Join Date
    Apr 2006
    Posts
    78

    Default

    Thanks joe.

    Here is a copy of one of the logs if it helps.
    Attached Files Attached Files

  5. #5
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,510

    Default

    I'll be checking out this tomorrow. Sorry for the delay, been working on the AutoCal beta program.
    Regards
    Paul
    Before asking for help, please read this.

  6. #6
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,510

    Default

    There's a conflict in the C:\Program Files\EFILive\V7.5\sae_generic.txt file when converting V8 BBL DMA PID names to V7.5 pass-through logging names.

    Internally, EFILive V7 converts V8 DMA PIDs from having an "_M" extension to an "_DMA" extension. Then the changed name (with the _DMA) extension is looked up in the *BBLV7 list in sae_generic.txt. Unfortunately, the DMA PIDs in sae_generic.txt are listed with the _M extension so they are not found or converted.

    To fix the problem, (in sae_generic.txt) change the _M PID names to _DMA PID names like this:

    Change from:
    Code:
    FUEL_MAIN_M    FUELQ_MAIN_DMA
    FUEL_THR_M     FUELQ_THR_DMA
    DSP5_VOLT_M    DSP5_VOLTS_DMA
    
    SCALCORVE_M    SCALEDCORVE_DMA
    SCALUNCVE_M    SCALEDUNVE_DMA
    
    TRQCALC_M      TORQUECALC_DMA
    TRQRED_M       TORQUERED_DMA
    
    IAC_SD_M       IAC_STD_DMA     
    IAC_SPN_M      IAC_STPN_DMA    
    IAC_SDAC_M     IAC_STDAC_DMA   
    IAC_SPNAC_M    IAC_STPNAC_DMA  
    IAC_LD_M       IAC_LTD_DMA     
    IAC_LPN_M      IAC_LTPN_DMA    
    IAC_LPNAC_M    IAC_LTDAC_DMA   
    IAC_LDAC_M     IAC_LTPNAC_DMA  
    IAC_FRIC_M     IAC_FRICTION_DMA
    change to:
    Code:
    FUEL_MAIN_DMA    FUELQ_MAIN_DMA
    FUEL_THR_DMA     FUELQ_THR_DMA
    DSP5_VOLT_DMA    DSP5_VOLTS_DMA
    
    SCALCORVE_DMA    SCALEDCORVE_DMA
    SCALUNCVE_DMA    SCALEDUNVE_DMA
    
    TRQCALC_DMA      TORQUECALC_DMA
    TRQRED_DMA       TORQUERED_DMA
    
    IAC_SD_DMA       IAC_STD_DMA     
    IAC_SPN_DMA      IAC_STPN_DMA    
    IAC_SDAC_DMA     IAC_STDAC_DMA   
    IAC_SPNAC_DMA    IAC_STPNAC_DMA  
    IAC_LD_DMA       IAC_LTD_DMA     
    IAC_LPN_DMA      IAC_LTPN_DMA    
    IAC_LPNAC_DMA    IAC_LTDAC_DMA   
    IAC_LDAC_DMA     IAC_LTPNAC_DMA  
    IAC_FRIC_DMA     IAC_FRICTION_DMA
    That is only a temporary fix. In the next update I will fix the V7.5 software to work correctly with the original sae_generic.txt contents.

    P.S. You'll need to restart the Scan Tool software after changing sae_generic.txt.

    Regards
    Paul
    Before asking for help, please read this.

  7. #7
    Member poolshark021's Avatar
    Join Date
    Apr 2006
    Posts
    78

    Default

    Thanks Paul. I was messing around with that file trying different things but I didn't think to change the _DMA part. Glad to see its working right now.

Similar Threads

  1. Can't RAFIG
    By macca_779 in forum General
    Replies: 30
    Last Post: April 17th, 2008, 03:38 PM
  2. help with RAFIG
    By mr.prick in forum RoadRunner Real-Time PCM Emulator
    Replies: 12
    Last Post: January 25th, 2008, 12:02 PM
  3. Do C5's have RAFIG?
    By PRAY in forum Gen III V8 Specific
    Replies: 8
    Last Post: December 12th, 2007, 04:44 PM
  4. Rafig Help
    By Dale in forum General (Petrol, Gas, Ethanol)
    Replies: 2
    Last Post: December 6th, 2007, 04:23 PM
  5. Rafig
    By Gelf VXR in forum General (Petrol, Gas, Ethanol)
    Replies: 2
    Last Post: November 25th, 2007, 07:39 AM

Posting Permissions

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