Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Errata for LC-1 PID

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

    Default Errata for LC-1 PID

    The calculated PID for the LC-1 was based on a 0.5 volt offset, which turns out not to exist, at least on my pair of LC-1's.
    The original formulas:
    "(({EXT.AD1}-0.5)*3.3418)+7.35"
    and
    "(({EXT.AD2}-0.5)*3.3418)+7.35"
    yielded a calculated AFR that was too low by around a point. The BEN map was at around .91 everywhere on a car that had been dialed in reasonably well using LTFT's.

    I hooked up the LM Programming software and the graph showed an AFR of 7.35 at 0 volts and 22.39 at 5 volts as shown below. 14.7 should be at 2.45 volts.

    Faced with the choice of programming the LC-1 for 0.5 volts at the 7.35 AFR or re-doing the calculated PIDs, I took the lazy approach and simply made the LC-1 fit the PID, shown in the second graph. Stoich now hits at 2.70 volts.

    I believe for a factory default LC-1 the formulas should be a simpler:
    "({EXT.AD1}*3)+7.35"
    and
    "({EXT.AD2}*3)+7.35"

    If you're using LC-1s, I suggest first checking them with the supplied utility . If they show 7.35 AFR at 0 volts as mine did, then you need to make the correction to the LC-1 or the PID.

    Since reprogramming the LC-1, everything is right on the money.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	lc-1_reprogrammed.png 
Views:	217 
Size:	13.4 KB 
ID:	104   Click image for larger version. 

Name:	lc-1_factory.png 
Views:	227 
Size:	13.2 KB 
ID:	105  
    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

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

    Default

    What are your thoughts on the LC-1?.
    From the pictures I could see it appears to have headphone type jacks for the voltage output?.

    Cheers,
    Ross

  3. #3
    Guess who's back!!!! Black02SS's Avatar
    Join Date
    Jan 2004
    Posts
    1,355

    Default

    Excel does a very good job at figuring out the slope and intercept of linear functions for tasks like this

    Voltage AFR
    0.5 10
    4.5 20
    2.5 8.75


    so afr=v*2.5+8.75

    =SLOPE(B3:B4,A3:A4)
    =INTERCEPT(B3:B4,A3:A4)

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

    Default

    Quote Originally Posted by GMPX
    What are your thoughts on the LC-1?.
    From the pictures I could see it appears to have headphone type jacks for the voltage output?.

    Cheers,
    Ross
    They're pretty nice, so far. I've only had them running just today. I put one on each bank, so I can achieve the same level of frustration as someone with two wristwatches. The headphone jacks are for serial in and out. You can daisy chain a bunch of them into a single port. Probably a good thing for someone with dyno headers who wants to sample each cylinder.

    The B+, grounds, analog, and N/B simm connections are all hard wired. I built a little time-delay circuit to power them up about 20 sec. after key-on, so they don't generate an error message due to the B+ drop during cranking, and to give a little time to purge condensation before they heat up.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	delay.png 
Views:	200 
Size:	19.5 KB 
ID:	107  
    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

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

    Default

    Quote Originally Posted by black02ss
    Excel does a very good job at figuring out the slope and intercept of linear functions for tasks like this

    Voltage AFR
    0.5 10
    4.5 20
    2.5 8.75


    so afr=v*2.5+8.75

    =SLOPE(B3:B4,A3:A4)
    =INTERCEPT(B3:B4,A3:A4)
    Fantastic!
    If I plug in the values from the LC-1 factory default programming it falls right into place.

    It even works if I put in the stoich value
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	excel_1.png 
Views:	203 
Size:	21.2 KB 
ID:	108   Click image for larger version. 

Name:	excel_2.png 
Views:	195 
Size:	19.7 KB 
ID:	109  
    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

  6. #6
    Senior Member
    Join Date
    Jun 2004
    Posts
    128

    Default

    I had good luck with the LC1 so far, I also have the XD1 gauge. I just used the PLX PId and formula programmed into the LC-1 - forget what it is. EFIlive (annalog) reads exactly what the XD1 (serial data) does so to me thats close enough. I may pick up another LC1 down he road to log both banks when they are more readily availalble. Its a great little unit for the money.

  7. #7
    Lifetime Member SSpdDmon's Avatar
    Join Date
    Jun 2005
    Posts
    1,558

    Default

    Doesn't the LC-1 output the same 0-5v signal as the LM-1? If so, can't we just use the LM-1 PID that is already in Live? I'd like to keep the LC-1 factory settings and not have to change it to .5-4.5v unless it improves accuracy.

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

    Default Re: Errata for LC-1 PID

    Quote Originally Posted by mistermike
    The calculated PID for the LC-1 was based on a 0.5 volt offset, which turns out not to exist, at least on my pair of LC-1's.
    The original formulas:
    "(({EXT.AD1}-0.5)*3.3418)+7.35"
    and
    "(({EXT.AD2}-0.5)*3.3418)+7.35"
    yielded a calculated AFR that was too low by around a point. The BEN map was at around .91 everywhere on a car that had been dialed in reasonably well using LTFT's.

    I hooked up the LM Programming software and the graph showed an AFR of 7.35 at 0 volts and 22.39 at 5 volts as shown below. 14.7 should be at 2.45 volts.

    Faced with the choice of programming the LC-1 for 0.5 volts at the 7.35 AFR or re-doing the calculated PIDs, I took the lazy approach and simply made the LC-1 fit the PID, shown in the second graph. Stoich now hits at 2.70 volts.

    I believe for a factory default LC-1 the formulas should be a simpler:
    "({EXT.AD1}*3)+7.35"
    and
    "({EXT.AD2}*3)+7.35"

    If you're using LC-1s, I suggest first checking them with the supplied utility . If they show 7.35 AFR at 0 volts as mine did, then you need to make the correction to the LC-1 or the PID.

    Since reprogramming the LC-1, everything is right on the money.
    You're right Mike, I had a (really!!!) bad math day when I "figured" that out. What was I thinking? I have changed the default LC-1 settings to V*3+7.35
    Paul

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

    Default Re: Errata for LC-1 PID

    Quote Originally Posted by Blacky
    Quote Originally Posted by mistermike
    The calculated PID for the LC-1 was based on a 0.5 volt offset, which turns out not to exist, at least on my pair of LC-1's.
    The original formulas:
    "(({EXT.AD1}-0.5)*3.3418)+7.35"
    and
    "(({EXT.AD2}-0.5)*3.3418)+7.35"
    yielded a calculated AFR that was too low by around a point. The BEN map was at around .91 everywhere on a car that had been dialed in reasonably well using LTFT's.

    I hooked up the LM Programming software and the graph showed an AFR of 7.35 at 0 volts and 22.39 at 5 volts as shown below. 14.7 should be at 2.45 volts.

    Faced with the choice of programming the LC-1 for 0.5 volts at the 7.35 AFR or re-doing the calculated PIDs, I took the lazy approach and simply made the LC-1 fit the PID, shown in the second graph. Stoich now hits at 2.70 volts.

    I believe for a factory default LC-1 the formulas should be a simpler:
    "({EXT.AD1}*3)+7.35"
    and
    "({EXT.AD2}*3)+7.35"

    If you're using LC-1s, I suggest first checking them with the supplied utility . If they show 7.35 AFR at 0 volts as mine did, then you need to make the correction to the LC-1 or the PID.

    Since reprogramming the LC-1, everything is right on the money.
    You're right Mike, I had a (really!!!) bad math day when I "figured" that out. What was I thinking? I have changed the default LC-1 settings to V*3+7.35
    Paul
    I just finished my AutoTune but now after reading this I need to check my PID setting. Has this change been place in the latest software?

    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

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

    Default Re: Errata for LC-1 PID

    Quote Originally Posted by BowlingSS
    I just finished my AutoTune but now after reading this I need to check my PID setting. Has this change been place in the latest software?
    Bill
    It is fixed in the current pre-release version of V7.2.3 (not publicly available yet), check the version you are using as follows:

    Using Notepad, open the file:
    Program files\EFILive\V7\Configuration\sae_generic.txt
    Search for LC-1, if it is in there, make sure the expression is:
    Code:
    *CLC-00-926
    V                  0.0           5.0       .1  "{EXT.AD1}"
    AFR               10.0          20.0       .2  "({EXT.AD1}*3)+7.35"
    *CLC-00-927
    factor             0.0           2.0       .1  "{CALC.AFR_LC11.AFR}/{GM.AFR}"
    
    *CLC-00-928
    V                  0.0           5.0       .1  "{EXT.AD2}"
    AFR               10.0          20.0       .2  "({EXT.AD2}*3)+7.35"
    *CLC-00-929
    factor             0.0           2.0       .1  "{CALC.AFR_LC12.AFR}/{GM.AFR}"
    If it is not in there, then check the expressions in:
    My Documents\EFILive\V7\User configuration\calc_pids.txt

    Regards
    Paul

Page 1 of 2 12 LastLast

Posting Permissions

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