| Author |
Message |
sulzi Guest
Free account, no CAN development support
|
10-01-2005, 15:01 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
Hello everyone,
I want to adjust the fuel tank sensor calibration because, even after filling the tank completely and overfilling it, only 60 liters fit into my 70-liter tank.
I would like to know if I need to increase the value in adjustment channel 30 of the combination unit, i.e., set it to a value greater than 128 or less than 128, so that the fuel gauge doesn't show empty so early.
because I didn't want to only go for walks with the 15 liters that should still be inside.
Trying it out would be the next solution, but maybe someone knows the effect of that setting.
Sure, here's the translation:
'Hi Sulzi'
Translated on 14-09-2026, 7:33.
|
|
| Back to top |
|
 |
sulzi Guest
Free account, no CAN development support
|
05-02-2005, 14:04 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
I just changed it.
If you increase the value, you'll get more liters in the tank, or vice versa. The remaining fuel in the tank will also be displayed.
You can clearly see that on the remaining mileage display.
Translated on 14-09-2026, 7:34.
|
|
| Back to top |
|
 |
dieselschrauber Administrator


Joined: 04/12/2002 Posts: 18099 Karma: +799 / -0 Location: St.Gallen 2018 Volkswagen T6 
|
05-02-2005, 21:19 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
Great, thanks for the feedback  .
Translated on 14-09-2026, 7:35.
|
|
| Back to top |
Profile PM WWW Garage |
 |
sulzi Guest
Free account, no CAN development support
|
01-04-2005, 8:56 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
Here's another update: After driving my A6 (4B) until it started to sputter and almost run out of fuel, I was able to travel 1024 km.
Previously, with the standard 70-liter tank, the range was only around 840 to 870 kilometers.
So, with the overfilling, it adds about 13 liters, which are now usable.
Sure, here's the translation:
'Hi Sulzi'
Translated on 14-09-2026, 7:35.
|
|
| Back to top |
|
 |
daytrader Guest
Free account, no CAN development support
|
02-07-2005, 12:15 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
hello sulzi,
I drive the same car and I have the same problem  .
By how much did you have to increase the value? -> So I can get a rough estimate.
thank you for the information 
Translated on 14-09-2026, 7:36.
|
|
| Back to top |
|
 |
hb2000 Guest
Free account, no CAN development support
|
06-07-2005, 16:15 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
hello
Today, I made an adjustment to my fuel gauge and read the following values using VAG-COM. The fuel gauge currently shows a quarter full at a mileage of 650 km. The remaining fuel displayed in the measurement block is 15 liters. The standard value for channel 30 for the fuel sensor is 128. I obtained the following values and saved them using coding: The values are always listed first as the fuel sensor value, followed by the remaining liters. 120/13.0 - 123/14.0 - 125/14.5 - 128/15.0 - 130/15.5 - 133/16.5 - 136/17.0. There is approximately a 2-liter discrepancy in the remaining fuel display between the minimum value of 120 and the maximum value of 136. I actually expected a larger discrepancy and a wider adjustment range. A difference of 2 liters plus or minus doesn't really make a significant difference and doesn't really affect the remaining mileage calculation.
Best regards.
hb2000
Translated on 14-09-2026, 7:38.
|
|
| Back to top |
|
 |
Beany
Joined: 06/08/2005 Posts: 14 Karma: +1 / -1
Free account, no CAN development support
|
06-07-2005, 17:24 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
...Furthermore, in my Golf (manufactured in 2002), it's also the case that it can no longer accurately measure both the first 3 liters and the last 3 liters of fuel (always the same resistance from the fuel sender)  - which makes the remaining range estimate quite inaccurate - but perhaps this is only inaccurate in my Golf... Golf IV TDI PD - ASZ ERF MJ02 chipping @165PS

Translated on 14-09-2026, 7:39.
|
|
| Back to top |
Profile PM |
 |
hb2000 Guest
Free account, no CAN development support
|
06-07-2005, 17:31 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
You shouldn't use the last three liters either, as this can cause sediment from the bottom of the tank to be sucked up. The first three liters usually come from topping up the tank; this is the portion that's added after the first time you stop the pump when filling a full tank.
Translated on 14-09-2026, 7:40.
|
|
| Back to top |
|
 |
daytrader Guest
Free account, no CAN development support
|
06-07-2005, 23:01 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
Thank you for the HB2000 measurement.
I have now also done that (I could have also figured out the measurement block 2 myself).
My values:
110 -> 48
120 -> 49
128 -> 50 liters initial value.
130 -> 50
140 -> 52
150 -> 53
160 -> 54
It's strange that values greater/smaller than the minimum value of 120 and the maximum value of 136 are also accepted  (I stumbled upon this randomly - I didn't dare to try higher/lower values).
With a remaining range of approximately 50 km, I can fill the tank with about 57 liters. This means that the fuel gauge shows roughly 9/10 of a liter less than the actual amount in my 70-liter tank.
'The average fuel consumption should also be affected by all of this, right? Mine is a bit too high (about 5% higher according to the FIS than the calculated value) -> I've now reduced channel 3 from 100% to 90% -> was that the right approach?'
Translated on 14-09-2026, 7:42.
|
|
| Back to top |
|
 |
hb2000 Guest
Free account, no CAN development support
|
07-07-2005, 14:49 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
Thank you for the measurement, Daytrader.
What are those amazing values you can save?
My adaptation range starts at 120 and ends at 136 - the standard value is, of course, 128. I also have a maximum deviation of minus 2 liters to plus 2 liters, which seems to be independent of the actual remaining fuel level in the tank.
You can't break anything by entering higher or lower values. By the way, I don't have channel 3 to adjust. My main concern is the displayed mileage when the fuel warning light first comes on, even though there's still plenty of diesel in the tank.
Best regards.
hb2000
Translated on 14-09-2026, 7:44.
|
|
| Back to top |
|
 |
hb2000 Guest
Free account, no CAN development support
|
07-07-2005, 14:51 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
It should be the right direction in channel 3, but a 5% deviation is totally okay... 
Translated on 14-09-2026, 7:45.
|
|
| Back to top |
|
 |
daytrader Guest
Free account, no CAN development support
|
15-07-2005, 19:19 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
Okay, here's an additional note for everyone's information:
The adjustment of the consumption value in channel 3 to 90 was a bit excessive – it showed too little. Therefore, it was increased to 95, which seems to fit very well now.
I've also increased channel 30 from its original value of 128 to 150.
Therefore, before filling up completely, the tank held 63/64 liters, and after filling up completely, it held 66 liters.
-> I'll observe this for a while and then, if necessary, increase it a little - let's see what happens. 
Translated on 14-09-2026, 7:46.
|
|
| Back to top |
|
 |
hb2000 Guest
Free account, no CAN development support
|
21-07-2005, 16:05 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
super 
Translated on 14-09-2026, 7:47.
|
|
| Back to top |
|
 |
Ross-Tech-Support Profi-Schrauber

Joined: 05/30/2005 Posts: 646 Karma: +8 / -0
Support
|
19-08-2005, 4:25 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
daytrader wrote: | | The average consumption should also be influenced by all of this, right? Mine is a little too high (by about ~5%, according to the higher value shown on the FIS compared to the calculated value) -> I've now adjusted channel 3 from 100% to 90% -> was that the right direction? |
New adjustment value = Old adjustment value * calculated consumption / old display value
Translated on 14-09-2026, 7:47.
|
|
| Back to top |
Profile PM |
 |
hb2000 Guest
Free account, no CAN development support
|
19-08-2005, 13:18 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
the other way around.
Translated on 14-09-2026, 7:48.
|
|
| Back to top |
|
 |
Ross-Tech-Support Profi-Schrauber

Joined: 05/30/2005 Posts: 646 Karma: +8 / -0
Support
|
19-08-2005, 15:42 Subject: Tank sensor calibration: Which way to adjust? |
Quote |
|
hb2000 wrote: | | the other way around |
Very informative and concise...
Translated on 14-09-2026, 7:48.
|
|
| Back to top |
Profile PM |
 |