Ah yes, that looks better. I shall make a log and post it and my config. Thanks
Ah yes, that looks better. I shall make a log and post it and my config. Thanks
Last edited by vltrb-0; 05-24-2012 at 07:00 PM.
stock 99' LS1 + powerglide
gt42 a/r 1.06
#80lb siemens @ 43.5psi rail pressure on E85
return fuel system runing 1:1 FPR
aeromotive A-1000 pump
2 bar SD tune
Always heard that the people in Melbourne were great. When I was in Viet Nam in the 60's, Melbourne was the #1 choice for R&R but we had to be in-country for 11 months to go there. Couldn't wait that long so I went to Bangkok instead. lol
The config and a small log as requested. What impact does the stoich AFR in the tune have on these lambda results?
I'll have to take a look at the log tomorrow but looks like you got the custom wideband PID setup correctly now. My spreadsheet was setup to use AFR to figure the Lambda function not the other way around. Sometimes if the equation can't be figured out it's easier to just input the settings in the "List" instead of the "Linear" tab on the custom PID screen.
Stoich AFR has a global impact on fueling. It's very important that it is set correctly in the tune based on the fuel you are running on. In my area I've found that we don't have full E10 like alot of stations are now using so to get in the middle I use a stoich value of 14.42 so that it will run fine on E10 or E0.
your cfg looks good now, two of the parameters for me show up as unsupported i'm not sure why but i can see the equations and they appear correct
with regards to AFR they will not have any effect on your calculations from now on so you can change fuels and keep this setup, all you'll have to do is change your programmed stoich value and adjust VE/spark tables
stock 99' LS1 + powerglide
gt42 a/r 1.06
#80lb siemens @ 43.5psi rail pressure on E85
return fuel system runing 1:1 FPR
aeromotive A-1000 pump
2 bar SD tune
It turns out that my commanded EQ (PID.68) is actually EQ and not lambda. It reads 1.0 at all times except at WOT it reads 1.172 which is my PE at WOT and lambda reads .85 - both correct. But my lambda error reads .72. Therefore my function for that is wrong. Using AUX.20122 as my lambda input (LM1 thru the EIO), what would my correct function equation be for lambda error? I will spare you my guesses.
I presently have [AUX.20122]/[PID.68]
The second equation seems to work. When lambda was 1.4, lambda error was 4.30 and when lambda is 1.01, error was 1.33, etc. It appears to be an exact % of lambda error to 2 decimal points. Now that I have it, not sure of its value as lambda is already providing that info rounded to whole %? I guess in PE it would be useful.
your EQ ratio is just a factor the ecu uses to increase or reduce fuel flow otherwise it will always target lambda = 1 (stoich)
your commanded lambda is 1/EQ, that is 1 = lambda commanded, EQ is the modifier
your equivilance ratio should be a standard parameter in your PID list
you will make a user defined PID and display this on the scanner, this will give you for example something like [user9004]
now anywhere you want to use a calculation using your commanded lambda you'll use the user defined PID
so to work out your error you'll want to have the following equation
100*((wideband input - commanded lambda)/commanded lambda)
so wideband for EIO might be aux20122
commanded lambda = in my example [user9004]
and 100 = converting to a %
the display you make in your scanner should be set to units of percentage
also some error will be expected, this is why your car would require tuning the setup you have just created is telling you the error in what your ecu is trying to give your car and what your car is actually given
stock 99' LS1 + powerglide
gt42 a/r 1.06
#80lb siemens @ 43.5psi rail pressure on E85
return fuel system runing 1:1 FPR
aeromotive A-1000 pump
2 bar SD tune
So I should not use the equation below? I should make a user defined to replace the 1/(PID.68)? PID.68 being my commanded EQ ratio.
![]()
stock 99' LS1 + powerglide
gt42 a/r 1.06
#80lb siemens @ 43.5psi rail pressure on E85
return fuel system runing 1:1 FPR
aeromotive A-1000 pump
2 bar SD tune
Either of those setup's will work. One just incorporates the commanded EQ into the Lambda Error PID so that you don't have to have multiple PID's to do the same thing. I have mine setup like the later just because I like to visually have the commanded lambda displayed right above my actual lambda in my table display to watch while tuning.
Exactly, same end result either way you go.
Since the E40 (2005 C6) uses a different application of the EQ to obtain the correct lambda values then the config. used for the E38, I understand it would not work on an E38 (2009 C6)? If that is correct, does anyone have the neccessary config. and histograms to do open loop MAF tuning on this PCM (E38)? Using lambda and not AFR of course.
Last edited by jim2092; 06-30-2012 at 10:49 AM. Reason: make more understandable