File with Fuel Level Calibration Numbers?

Marc_J._Zeitlin

Active Member
Joined
Sep 24, 2007
Messages
284
Location
Tehachapi, CA 93561
Sigh. I've checked the "Sensor Config" and "User Config" output files to find the table of "voltage vs. fuel quantity" numbers, for a capacitive sender but no joy.

Where the heck is that information stored? I can edit the table on screen, but on screen doesn't allow for inserting an extra data point (which would save a whole new calibration run, and 28 gallons of gas).

Thanks!
 

Rhino

Well-Known Member
Joined
Jul 20, 2009
Messages
1,478
You might need to save files before and after editing the table, and compare them.
 

tylerpattison

0x44 0x59 0x4e 0x4f 0x4e
Staff member
Joined
Dec 4, 2016
Messages
77
It's in the .dfg file. Try searching for "LEVEL" or "user_cal". You are looking for something like this:

user_cal={
valid=1
name=LEFT LEVEL
num_points=8
point={
volts=1.24756
value=0
}
point={
volts=1.57764
value=2
}
point={
volts=1.88725
value=4
}
point={
volts=2.1582
value=6
}
point={
volts=2.36206
value=8
}
point={
volts=2.54761
value=10
}
point={
volts=2.67822
value=12
}
point={
volts=2.72095
value=12.5405
}
}
 
Top