Scaling for lambda in ECU Flash
Scaling for lambda in ECU Flash
Does anyone have the scalings or know how to setup the fuel map to read Lambda in ECU Flash? I have gotten it to somewhat work but I need to display the full number like .78 It just shows .7 and only allows me to move it from .7 to .8 or .9 ect. I need to be able to move the values more precisely.
Thanks in advance
Thanks in advance
Try this:
<scaling name="Lambda" units="Lambda Factor" toexpr="128/x" frexpr="128/x" format="%.2f" min="0.6" max="1.15" inc="0.0078125" storagetype="uint8" endian="big"/>
It is setup to color the maps between 9.0:1 and 17.0:1 AFR (0.6 and 1.15 Lambda)
edited the frexpr error, my bad.
<scaling name="Lambda" units="Lambda Factor" toexpr="128/x" frexpr="128/x" format="%.2f" min="0.6" max="1.15" inc="0.0078125" storagetype="uint8" endian="big"/>
It is setup to color the maps between 9.0:1 and 17.0:1 AFR (0.6 and 1.15 Lambda)
edited the frexpr error, my bad.
Last edited by merlin.oz; Nov 21, 2013 at 02:04 AM.
Thanks so much! Got it to work. Here's how I got it setup to work.
Name: Lambda
Format: %.2f
Unit: Lambda Factor
ROM to display: 1.0*128/x
Display to ROM: 1.0*128/x
Data type: Unit 8
Display to endian: Big
Display min: 0.6
Display max: 1.15
Edit Increment: 0.0078125
Name: Lambda
Format: %.2f
Unit: Lambda Factor
ROM to display: 1.0*128/x
Display to ROM: 1.0*128/x
Data type: Unit 8
Display to endian: Big
Display min: 0.6
Display max: 1.15
Edit Increment: 0.0078125
Thread
Thread Starter
Forum
Replies
Last Post
strizi
General Engine Management / Tuning Forum
1
Jun 21, 2016 10:56 AM
stefenboy
For Sale - Interior / Exterior / Sound / Styling
0
May 20, 2016 07:51 PM
dakar
General Engine Management / Tuning Forum
3
Jan 8, 2008 12:13 AM




