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

Thread: LC-1 and FlashScan

  1. #1
    Lifetime Member BowlingSS's Avatar
    Join Date
    Nov 2003
    Posts
    607

    Default LC-1 and FlashScan

    Has anyone used an LC-1 WB with FlashScan yet? Has anyone seen a write up on the best way to hook it up. I just got mine today and after looking at the directions I can tell Innovate does not have a very good Tech Writer. I also want to do the SD tuning and already have a program setup to start it as soon as I get it installed.

    Thanks,
    Bill
    2011 Camaro 2SS/RS L99 RJT
    CAI, Inc. Cold Air Induction;ADM Scoop
    Rx Catch Can;Rx Breather;Roto-Fab Washer Container
    VMax Ported RJT Throttle Body
    XSPower Headers and XSPower 3" Exhaust System
    Elite Engineering Tunnel Brace,
    Gorilla Wheel Lock System;
    Tinted Windows 35%;EFILive Tune

  2. #2
    Lifetime Member GMPX's Avatar
    Join Date
    Apr 2003
    Posts
    13,148

    Default Re: LC-1 and FlashScan

    Quote Originally Posted by BowlingSS
    Has anyone used an LC-1 WB with FlashScan yet? Has anyone seen a write up on the best way to hook it up. I just got mine today and after looking at the directions I can tell Innovate does not have a very good Tech Writer. I also want to do the SD tuning and already have a program setup to start it as soon as I get it installed.

    Thanks,
    Bill
    You managed to get one!!, looks like the are B.O'd until mid June :cry:
    If the manual comes in a pdf file or something then please forward it onto myself or Paul so we can take a look.

    Cheers,
    Ross

  3. #3
    Lifetime Member BowlingSS's Avatar
    Join Date
    Nov 2003
    Posts
    607

    Default Re: LC-1 and FlashScan

    You managed to get one!!, looks like the are B.O'd until mid June :cry:
    If the manual comes in a pdf file or something then please forward it onto myself or Paul so we can take a look.

    Cheers,
    Ross
    They do not send the doc on a pdf, just a hard copy. I can fax it to you on Tueasday if you send me your fax number.

    Just checked their web site and they do have a manual on pdf. Here is the link:
    http://www.innovatemotorsports.com/support/download.php


    Bill
    2011 Camaro 2SS/RS L99 RJT
    CAI, Inc. Cold Air Induction;ADM Scoop
    Rx Catch Can;Rx Breather;Roto-Fab Washer Container
    VMax Ported RJT Throttle Body
    XSPower Headers and XSPower 3" Exhaust System
    Elite Engineering Tunnel Brace,
    Gorilla Wheel Lock System;
    Tinted Windows 35%;EFILive Tune

  4. #4
    Lifetime Member GMPX's Avatar
    Join Date
    Apr 2003
    Posts
    13,148

    Default Re: LC-1 and FlashScan

    Quote Originally Posted by BowlingSS
    Just checked their web site and they do have a manual on pdf. Here is the link:
    http://www.innovatemotorsports.com/support/download.php


    Bill
    The link was just fine, thanks Bill.

    Cheers,
    Ross

  5. #5
    New Member
    Join Date
    May 2005
    Posts
    2

    Default

    I just ordered a flashscan and a LC-1, I would be intrested in seeing any info on this combo.

  6. #6
    Lifetime Member BowlingSS's Avatar
    Join Date
    Nov 2003
    Posts
    607

    Default

    Any news yet? Do I use the LM-1 PID?

    Bill

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

    Default

    According to the PDF document on the LC-1, the factory programmed settings for the second A/D output (the first is a narrow band simulator) is as follows:

    less tha 0.5 volts is while the LC-1 is warming up or error condition
    0.5V = 7.35 AFR
    5.0V = 22.3881 AFR

    So the formula you need to use in the calc_pids.txt file is:
    AFR = (({EXT.AD1}-0.5)*3.3418)+7.35

    If you can confirm that those settings work correctly with your LC-1, then we will add them permanently into EFILive.

    To use your LC-1, your calc_pids.txt file should look like this:
    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
    #-------- ---------- -------- --------------------------------------------------
     
    # ==============================================================================
    # Add slot definitions here
    # --------------------------------
    # See sae_generic.txt for more information on "SLOT" formats
    #
    #Units             Low          High      Fmt  Expression
    #------------ ------------- ------------- ---- ---------------------------------
    *CLC-00-001 
    V                  0.0          5.00       .1  "{EXT.AD1}"
    AFR               10.0          18.0       .2  "(({EXT.AD1}-0.5)*3.3418)+7.35"
    *CLC-00-002
    factor             0.0           2.0       .1  "{CALC.AFR_LC11}/{GM.AFR}"
    
    
    *CLC-00-003
    V                  0.0          5.00       .1  "{EXT.AD2}"
    AFR               10.0          18.0       .2  "(({EXT.AD2}-0.5)*3.3418)+7.35"
    *CLC-00-004
    factor             0.0           2.0       .1  "{CALC.AFR_LC12}/{GM.AFR}"
    
    # ==============================================================================
    *PRN - Parameter Reference Numbers
    # --------------------------------
    # See sae_generic.txt for more information on the *PRN section
    #
    #Code                      PRN  SLOT         Units            System           Description
    #------------------------- ---- ------------ ---------------- ---------------- ---------------------------------
    CALC.AFR_LC11              F001 CLC-00-001   "V,AFR"          Fuel             "Wide Band AFR 1 - LC-1"
    CALC.BEN_Lc11              F002 CLC-00-002   factor           Fuel             "Base Efficiency Numerator 1 - LC-1"
    CALC.AFR_LC12              F003 CLC-00-003   "V,AFR"          Fuel             "Wide Band AFR 2 - LC-1"
    CALC.BEN_LC12              F004 CLC-00-004   factor           Fuel             "Base Efficiency Numerator 2 - LC-1"

  8. #8
    Lifetime Member mistermike's Avatar
    Join Date
    Dec 2003
    Posts
    363

    Default

    I've got a pair of LC-1's on the way and the bungs are going in next week. If someone doesn't beat me to it, I'll compare the results to the LogWorks indication.
    World's First Twin Screw Pontiac GTO
    2004 GTO. Blown H/C 408, stage 3 keyboard, billet tires
    2017 Chevy SS with dead hooker is spacious trunk
    2014 Chevy Cruze. MPG queen with my balls in spacious glove compartment.

    www.aussiemotive.com

  9. #9
    Member ace68's Avatar
    Join Date
    Jun 2004
    Posts
    97

    Default

    # ================================================== ============================
    # 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
    #-------- ---------- -------- --------------------------------------------------

    # ================================================== ============================
    # Add slot definitions here
    # --------------------------------
    # See sae_generic.txt for more information on "SLOT" formats
    #
    #Units Low High Fmt Expression
    #------------ ------------- ------------- ---- ---------------------------------
    *CLC-00-001
    V 0.0 5.00 .1 "{EXT.AD1}"
    AFR 10.0 18.0 .2 "(({EXT.AD1}-0.5)*3.3418)+7.35"
    *CLC-00-002
    factor 0.0 2.0 .1 "{CALC.AFR_LC11}/{GM.AFR}"


    *CLC-00-003
    V 0.0 5.00 .1 "{EXT.AD2}"
    AFR 10.0 18.0 .2 "(({EXT.AD2}-0.5)*3.3418)+7.35"
    *CLC-00-004
    factor 0.0 2.0 .1 "{CALC.AFR_LC12}/{GM.AFR}"

    # ================================================== ============================
    *PRN - Parameter Reference Numbers
    # --------------------------------
    # See sae_generic.txt for more information on the *PRN section
    #
    #Code PRN SLOT Units System Description
    #------------------------- ---- ------------ ---------------- ---------------- ---------------------------------
    CALC.AFR_LC11 F001 CLC-00-001 "V,AFR" Fuel "Wide Band AFR 1 - LC-1"
    CALC.BEN_Lc11 F002 CLC-00-002 factor Fuel "Base Efficiency Numerator 1 - LC-1"
    CALC.AFR_LC12 F003 CLC-00-003 "V,AFR" Fuel "Wide Band AFR 2 - LC-1"
    CALC.BEN_LC12 F004 CLC-00-004 factor Fuel "Base Efficiency Numerator 2 - LC-1"


    Back to top




    That is what I was looking for I knew the cut and past job I did earlier was wrong.

    I will try it tomorrow and let you know how I make out.

  10. #10
    Member ace68's Avatar
    Join Date
    Jun 2004
    Posts
    97

    Default

    WOW! That’s awesome thanks man I just cut and pasted your PID info into the user-pid and bam, info came right up. However, you must use the second analog output from the LC-1 not the first one the correct 0-5 volt rang is on the second output. On my unit it was the green wire to the flashscan neg. connection and the brown LC1-1 out wire to the positive side on the flashscan.

Page 1 of 4 123 ... LastLast

Similar Threads

  1. V2 flashscan with LM1
    By Xtnct00WS6 in forum FlashScan V2
    Replies: 3
    Last Post: June 6th, 2008, 11:50 PM
  2. LC-1 with Flashscan for 98s
    By dlandsvZ28 in forum General
    Replies: 0
    Last Post: August 24th, 2005, 04:44 AM
  3. Will flashscan
    By mgarfias in forum General (Petrol, Gas, Ethanol)
    Replies: 9
    Last Post: December 2nd, 2004, 04:27 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
  •