Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: E92: VVE axis is MAP_BARO ratio...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Lifetime Member
    Join Date
    Dec 2005
    Posts
    358

    Default E92: VVE axis is MAP_BARO ratio...

    For e92 tracking p ratio (map-baro ratio) in VVE what would we use, I see no pid that says pick me lol
    I see scaledveun_dma or is map going to do it?
    In vve it can not be set to map psi or kpa guessing ecm uses map-baro ratio so looking to make sure i am tracking the right area with out some trial and error
    I have a 2 bar map configured so setting up the operating zone maps to match the 2 bar vve should work ?
    I have has such good luck with efi live sd tuning over the years looking to add it to e92 after doing some maf testing to understand the e92 logic
    ready to give it a shot
    Last edited by joecar; April 4th, 2016 at 08:48 AM. Reason: extended title

  2. #2
    Lifetime Member Ninety8C5's Avatar
    Join Date
    Sep 2003
    Posts
    454

    Default

    I sent some files, calculated PIDs, Maps, etc. to Joecar. He's suppose to look at them and let me know if I'm on the right track or not. I'll let you know when I hear from him.

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

    Default

    Sorry, I'm a bit back-logged...

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

    Default

    Quote Originally Posted by 69camaro5speed View Post
    For e92 tracking p ratio (map-baro ratio) in VVE what would we use, I see no pid that says pick me lol
    I see scaledveun_dma or is map going to do it?
    In vve it can not be set to map psi or kpa guessing ecm uses map-baro ratio so looking to make sure i am tracking the right area with out some trial and error
    I have a 2 bar map configured so setting up the operating zone maps to match the 2 bar vve should work ?
    I have has such good luck with efi live sd tuning over the years looking to add it to e92 after doing some maf testing to understand the e92 logic
    ready to give it a shot
    You may have to create a calc pid for MAP/BARO ratio like Ninety8C5 did...

    Code:
    # ==============================================================================
    # Add slot definitions here
    # --------------------------------
    # See sae_generic.txt for more information on "SLOT" formats
    #
    #Units             Low          High      Fmt  Expression
    #------------ ------------- ------------- ---- --------------------------------------------------------------
    *CLC-00-401
    factor             0.0           2.0       .4  "{SAE.MAP.kPa}/{SAE.BARO.kPa}"
    
    
    # ==============================================================================
    *PRN - Parameter Reference Numbers
    # --------------------------------
    # See sae_generic.txt for more information on the *PRN section
    #
    #Code                      PRN  SLOT         Units            System           Description
    #------------------------- ---- ------------ ---------------- ---------------- ------------------------------------------
    CALC.MAP_BARO              F401 CLC-00-401   factor           Tuning           "Calculated MAP-BAROMETER Ratio"


    Post your tune file here.
    Last edited by joecar; April 3rd, 2016 at 04:54 PM.

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

    Default

    Let me try this in my calc_pids.txt.

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

    Default

    So with those 2 modifications, the VVE tutorial/procedure so be able to work.

  7. #7
    Lifetime Member
    Join Date
    Dec 2005
    Posts
    358

    Default

    Quote Originally Posted by joecar View Post
    You may have to create a calc pid for MAP/BARO ratio like Ninety8C5 did...

    Code:
    # ==============================================================================
    # Add slot definitions here
    # --------------------------------
    # See sae_generic.txt for more information on "SLOT" formats
    #
    #Units             Low          High      Fmt  Expression
    #------------ ------------- ------------- ---- --------------------------------------------------------------
    *CLC-00-401
    factor             0.0           2.0       .4  "{SAE.MAP.kPa}/{SAE.BARO.kPa}"
    
    
    # ==============================================================================
    *PRN - Parameter Reference Numbers
    # --------------------------------
    # See sae_generic.txt for more information on the *PRN section
    #
    #Code                      PRN  SLOT         Units            System           Description
    #------------------------- ---- ------------ ---------------- ---------------- ------------------------------------------
    CALC.MAP_BARO              F401 CLC-00-401   factor           Tuning           "Calculated MAP-BAROMETER Ratio"


    Post your tune file here.
    I can copy and paste to a text but not sure how or where to put it (so it can show up on my e92 bbx) so i can install it ?

  8. #8
    Lifetime Member Ninety8C5's Avatar
    Join Date
    Sep 2003
    Posts
    454

    Default

    It goes in: 'My Documents/EFILive/V7.5/User Configuration/calc_pids.txt' file.

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

    Default

    Quote Originally Posted by 69camaro5speed View Post
    I can copy and paste to a text but not sure how or where to put it (so it can show up on my e92 bbx) so i can install it ?
    For example, I added it to my calc_pids.txt as CLC-00-510, see attached...

    there are two parts to it, the CLC and the CALC.xxx that uses that CLC.

    ( you might also want CLC-00-100 from my file )

    For BBX, you can tell the BBL config to include V7 pid CALC.MAP_BARO... of course, you can't display any CALC pids on the V2 LCD while logging.
    Attached Files Attached Files

  10. #10
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    937

    Default

    Quote Originally Posted by joecar View Post
    You may have to create a calc pid for MAP/BARO ratio like Ninety8C5 did...

    Code:
    # ==============================================================================
    # Add slot definitions here
    # --------------------------------
    # See sae_generic.txt for more information on "SLOT" formats
    #
    #Units             Low          High      Fmt  Expression
    #------------ ------------- ------------- ---- --------------------------------------------------------------
    *CLC-00-401
    factor             0.0           2.0       .4  "{SAE.MAP.kPa}/{SAE.BARO.kPa}"
    
    
    # ==============================================================================
    *PRN - Parameter Reference Numbers
    # --------------------------------
    # See sae_generic.txt for more information on the *PRN section
    #
    #Code                      PRN  SLOT         Units            System           Description
    #------------------------- ---- ------------ ---------------- ---------------- ------------------------------------------
    CALC.MAP_BARO              F401 CLC-00-401   factor           Tuning           "Calculated MAP-BAROMETER Ratio"


    Post your tune file here.
    That is basically what i use for doing the e83 ecu also.

Page 1 of 4 123 ... LastLast

Similar Threads

  1. E92 features
    By odd boy in forum E39, E80, E82 & E92 SIDI ECM's
    Replies: 5
    Last Post: December 6th, 2015, 10:51 AM
  2. E92 No data received,
    By 400ss in forum E39, E80, E82 & E92 SIDI ECM's
    Replies: 1
    Last Post: April 25th, 2015, 02:13 PM
  3. E92 GM computer
    By joelp in forum Petrol / Gas
    Replies: 6
    Last Post: November 15th, 2013, 08:25 AM
  4. E92 Not being supported yet?
    By 05gmcsierra in forum E39, E80, E82 & E92 SIDI ECM's
    Replies: 2
    Last Post: October 15th, 2013, 03:13 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
  •