
Originally Posted by
tinindian
I guess indirectly it tells you what to do but if it's truly a tutorial why not provide the whole thing for people that don't have serial wideband? Not even sure if this is correct:
*CLC-00-100
factor 0 20 .1 "{CALC.AFR_LC12}/14.7"
*CLC-00-110
factor 0.5 1.5 .4 "{GM.EQIVRATIO}*{CALC.LAMBDA}"
Almost correct...
you will also have to add this line just before the line defining CALC.WO2BEN:
Code:
. . .
CALC.LAMBDA F100 CLC-00-100 factor Tuning "Lambda from WB"
CALC.WO2BEN F110 CLC-00-110 factor Tuning "BEN from WB"
. . .
or you could do this instead (did you see this part):
or simply combine those (i.e. same as method 1):
edit CALC.WO2BEN1 (CLC-00-110) to be "{GM.EQIVRATIO}*{CALC.AFR_LC11}/14.7"
that is much simpler (you just edit the last part of CLC-00-110).
I know you're trying to get people to "figure it out" but why make it easy for people w/ serial & hard for people w/ analog?
I would have to provide (and test out) a calc_pids.txt file for each analog wideband...
but, if you got this far you already learnt some of what is needed (like learning how to edit calc pids).