Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 39

Thread: LM-1 Programming & Settings

  1. #11
    Lifetime Member 5.7ute's Avatar
    Join Date
    Oct 2006
    Posts
    1,840

    Default

    Quote Originally Posted by RevGTO View Post
    Ok, sounds good, I'm going to try it. Now for a dumbass question, but I want to be sure ... the EXT.AD1 pid in EFILive corresponds to Analog Output 1 on the LM-1, correct?
    It depends on which input slot on the flashcan you have wired up the wideband.
    Put the red wire in the "E" slot to make analog 1 in the wideband read as EXT.AD1 in the scan tool. Analog 2 (white wire) goes in "C" The earth in"D".
    Program analog 1 to the lc-1 settings. Analog 2 to a flat 2.5 volts & change the generic txt expression for the LM-1 to (({EXT.AD1}-({EXT.AD2}-2.5)*3)+7.35 .
    Then you are good to go.
    The Tremor at AIR

  2. #12
    Senior Member
    Join Date
    Oct 2006
    Posts
    197

    Default

    I get your point. I've got the white wire in the "E" slot. So compared to you, I'm reversed. Analog output 2 gives me the AFR swing while 1 provides the constant.

  3. #13
    Senior Member
    Join Date
    Oct 2006
    Posts
    197

    Default

    Does this look right for the LM-1 pid, then? I'm assuming you only have to alter the EXT.AD1 pid, not the AD2 pid as well?

    *CLC-00-928
    V 0.0 5.0 .1 "{EXT.AD1}"
    AFR 10.0 20.0 .2 "(({EXT.AD1}-({EXT.AD2}-2.5)*3)+7.35 "
    *CLC-00-929
    factor 0.0 2.0 .2 "{CALC.AFR_LM11.AFR}/{GM.AFR}"
    *CLC-00-930
    V 0.0 5.0 .1 "{EXT.AD2}"
    AFR 10.0 20.0 .2 "{EXT.AD2}*10"
    *CLC-00-931
    factor 0.0 2.0 .2 "{CALC.AFR_LM12.AFR}/{GM.AFR}"

  4. #14
    Lifetime Member mr.prick's Avatar
    Join Date
    Nov 2006
    Posts
    3,195

    Default

    What is your stoich AFR {B3601}?
    512k RoadRunner Firmware 12.14R
    FlashScan V2 Bootblock V2.07.04 Firmware V2.07.22 EFILive V7.5.7 (Build 191) V8.2.1 (Build 181)
    LC-1 WBO2

    _________________________________________________

  5. #15
    Senior Member
    Join Date
    Oct 2006
    Posts
    197

    Default

    Quote Originally Posted by mr.prick View Post
    what is your stoich afr {b3601}?
    14.63

  6. #16
    Lifetime Member 5.7ute's Avatar
    Join Date
    Oct 2006
    Posts
    1,840

    Default

    Quote Originally Posted by RevGTO View Post
    Does this look right for the LM-1 pid, then? I'm assuming you only have to alter the EXT.AD1 pid, not the AD2 pid as well?

    *CLC-00-928
    V 0.0 5.0 .1 "{EXT.AD1}"
    AFR 10.0 20.0 .2 "(({EXT.AD1}-({EXT.AD2}-2.5)*3)+7.35 "
    *CLC-00-929
    factor 0.0 2.0 .2 "{CALC.AFR_LM11.AFR}/{GM.AFR}"
    *CLC-00-930
    V 0.0 5.0 .1 "{EXT.AD2}"
    AFR 10.0 20.0 .2 "{EXT.AD2}*10"
    *CLC-00-931
    factor 0.0 2.0 .2 "{CALC.AFR_LM12.AFR}/{GM.AFR}"
    No, Since EXT.AD2 is where the wideband is reporting the AFR you will need a CALC.PID like this.
    *CLC-00-928
    AFR 10.0 20.0 .2 "(({EXT.AD2}-({EXT.AD1}-2.5)*3)+7.35 "
    EXT.AD1 being the flat 2.5 voltage.
    The Tremor at AIR

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

    Default

    I like 5.7ute's method of canceling out voltage offsets.

  8. #18
    Senior Member
    Join Date
    Oct 2006
    Posts
    197

    Default

    Well, I did some logging today with this setup and ended up with highly skewed results. Logged AFR's read steady at 12.9-13.0 (commanded=14.63) while AFR voltage varied between the usual 1.5 and 1.7. Somehow, I didn't do something right (no surprise). Here's how I have the LM-1 programmed attempting to follow 5.7 Ute's instructions:

    Analog Output One:
    2.501v @ 10.01AFR
    2.501v @ 19.99AFR

    Analog Output Two:
    .996v @ 10.01AFR
    1.998v @ 19.99

    Here is how I have the sae_generic.txt pid for the LM-1:

    *CLC-00-928
    V 0.0 5.0 .1 "{EXT.AD1}"
    AFR 10.0 20.0 .2 "(({EXT.AD2}-({EXT.AD1}-2.5)*3)+7.35 "
    *CLC-00-929
    factor 0.0 2.0 .2 "{CALC.AFR_LM11.AFR}/{GM.AFR}"
    *CLC-00-930
    V 0.0 5.0 .1 "{EXT.AD2}"
    AFR 10.0 20.0 .2 "{EXT.AD2}*10"
    *CLC-00-931
    factor 0.0 2.0 .2 "{CALC.AFR_LM12.AFR}/{GM.AFR}"

    Again, I have the white wire in the "E" slot, and the red in the "C", ground in the middle.
    Where did I go wrong?

  9. #19
    Lifetime Member 5.7ute's Avatar
    Join Date
    Oct 2006
    Posts
    1,840

    Default

    RevGTO. Post the log & your generic txt file & I will have a play.
    Mick
    The Tremor at AIR

  10. #20
    Senior Member
    Join Date
    Oct 2006
    Posts
    197

    Default

    Ok, here is the sae_generic.txt file.
    Attached Files Attached Files

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Programming the DIC
    By Whippled 496 in forum Tips and tricks
    Replies: 8
    Last Post: December 14th, 2012, 04:44 PM
  2. programming LC-1
    By z06ufgrad2002 in forum General (Petrol, Gas, Ethanol)
    Replies: 1
    Last Post: October 18th, 2009, 10:22 AM
  3. Need Help Re-Programming The BCM
    By cwksf in forum General
    Replies: 0
    Last Post: July 26th, 2009, 03:05 PM
  4. Need help with IAC settings
    By SV8346 in forum General (Petrol, Gas, Ethanol)
    Replies: 15
    Last Post: February 1st, 2008, 08:55 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
  •