Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: How Do I Create a Map of C6101?

  1. #1
    Lifetime Member Chalky's Avatar
    Join Date
    Sep 2003
    Posts
    617

    Red face How Do I Create a Map of C6101?

    I am doing a VE/MAF tune and bumped C6101 by 20%. I thought I could just copy the columns/rows from C6101 into EFI Scan and see similar readings. The columns representent RPM and I set rows to SAE.TP but this is obviously not right. All data is being logged into first row.

    My thoughts are I could monitor this and make adjustments once I go back to CL/MAF!

    Any suggestions?

    TIA
    2015 Z06 A8

  2. #2
    EFILive Crew Site Admin Tordne's Avatar
    Join Date
    Oct 2004
    Posts
    3,870

    Default

    The units for that table in my tune (and metric ) is "Milligrams per cylinder". There is no PID that uses that as units so you would have to create a calculated PID yourself to resolve that.

    The row and column stuff should be easy. My bet is that you actually don;t have SAE.TP selected in your PID list. IIRC you had ETC TP cause I asked you why it was at 12% cause I forgot it was a Vette with ETC
    Andrew
    EFILive Crew


  3. #3
    Lifetime Member Chalky's Avatar
    Join Date
    Sep 2003
    Posts
    617

    Default

    I have been trying to create my own pid but directions are a bit murky. I know that I have to start with the calc.pid in User config. Paul's example seems different from what I am trying to do.

    Do I have to save the file with a new name or will that be done once I complete the file?
    2015 Z06 A8

  4. #4
    Lifetime Member Chalky's Avatar
    Join Date
    Sep 2003
    Posts
    617

    Default

    BTW I do have a SAE.TP
    2015 Z06 A8

  5. #5
    EFILive Crew Site Admin Tordne's Avatar
    Join Date
    Oct 2004
    Posts
    3,870

    Default

    File will be called 'calc_pids.txt' like it is now - that filename is correct. To get an idea of the format of the different sections have a look at the 'sae_generics.txt' file in 'C:\Program Files\EFILive\V7\Configuration' folder.
    Andrew
    EFILive Crew


  6. #6
    Lifetime Member Chalky's Avatar
    Join Date
    Sep 2003
    Posts
    617

    Default

    Might be easier to copy paste data to Excel and multiply by 1000, add 20% and paste back into the tun .
    2015 Z06 A8

  7. #7
    EFILive Crew Site Admin Tordne's Avatar
    Join Date
    Oct 2004
    Posts
    3,870

    Default

    Didn't you already add 20% to the table? If you just want to add 20% that is easy and can be done without anything flash
    Andrew
    EFILive Crew


  8. #8
    Lifetime Member Chalky's Avatar
    Join Date
    Sep 2003
    Posts
    617

    Default

    Yes, already added 20% fro tuning. My thoughts were that after tuning I could reset C6101 with newly adjusted numbers which would more closely resemble actual flow numbers after tuning.
    2015 Z06 A8

  9. #9
    Lifetime Member Chalky's Avatar
    Join Date
    Sep 2003
    Posts
    617

    Default

    Trying to create my own pid. Where do i get the prn and slot data? ANyone tell me what I did wrong?

    File details
    # ------------
    #
    # This section defines various details about the file format.
    *FILE
    #Parameter Value Description
    #---------- ---------------- ---------------------------------------------------
    VERSION 7.1.1 File version
    DECSEP . Decimal separator used in this file

    # ================================================== ============================
    # Units
    # -------------------
    # See sae_generic.txt for more information on the *UNITS section
    *UNITS
    #Code System Abbr Description
    #-------- ---------- -------- -------------------------------------------------------------
    mgcyl None "mg/cyl" "Milligrams/Cylinder"
    None None "" "No units"

    # ================================================== ============================
    # Add slot definitions here
    # --------------------------------
    # See sae_generic.txt for more information on "SLOT" formats
    #
    #Units Low High Fmt Expression
    #------------ ------------- ------------- ---- --------------------------------------------------------------
    MG_Per_Second 0 1000 .1 "{GM.DYNCYLAIR_DMA} * 1000"


    # ================================================== ============================
    *PRN - Parameter Reference Numbers
    # --------------------------------
    # See sae_generic.txt for more information on the *PRN section
    #
    #Code PRN SLOT Units System Description
    #------------------------- ---- ------------ ---------------- ---------------- ------------------------------------------
    CALC.gms_Per_MS F001 GRAMS All
    2015 Z06 A8

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

    Default

    Code:
    # ==============================================================================
    # File details
    # ------------
    #
    # This section defines various details about the file format.
    
    *FILE
    
    #Parameter  Value            Description
    #---------- ---------------- ---------------------------------------------------
    VERSION     7.1.1            File version
    DECSEP      .                Decimal separator used in this file
    
    
    
    # ==============================================================================
    # Units
    # -------------------
    # See sae_generic.txt for more information on the *UNITS section
    
    *UNITS
    
    #Code     System     Abbr     Description
    #-------- ---------- -------- -------------------------------------------------------------
    mgpc      Metric     mg/cyl   "Milligrams per cylinder"
    
    
    
    # ==============================================================================
    # Add slot definitions here
    # --------------------------------
    # See sae_generic.txt for more information on "SLOT" formats
    #
    #Units             Low          High      Fmt  Expression
    #------------ ------------- ------------- ---- --------------------------------------------------------------
    
    *CLC-00-000
    mgpc                    0.0        2000.0   .0 "{GM.DYNCYLAIR_DMA}*1000"
    
    
    
    # ==============================================================================
    *PRN - Parameter Reference Numbers
    # --------------------------------
    # See sae_generic.txt for more information on the *PRN section
    #
    #Code                      PRN  SLOT         Units            System           Description
    #------------------------- ---- ------------ ---------------- ---------------- ------------------------------------------
    
    CALC.DYNCYLAIR_MG          F500 CLC-00-000   mgpc             Tune             "Air Flow Milligrams/Cyl - Speed Density"
    Before asking for help, please read this.

Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 41
    Last Post: August 13th, 2014, 01:54 PM
  2. P1514 vs C6101
    By bobbycollier in forum Forced Induction and Nitrous Oxide (N20)
    Replies: 4
    Last Post: May 14th, 2008, 11:46 AM
  3. Mapping c6101 in scantool to adjust in tune
    By mtnman in forum General (Petrol, Gas, Ethanol)
    Replies: 2
    Last Post: February 2nd, 2006, 06:30 AM
  4. Replies: 8
    Last Post: February 27th, 2005, 02:24 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
  •