-
Bosch MED9.1
hi guys, I open this discussion with the objective of getting to know and learn the Bosch MED9.1
I know it's not ? easy thing, but ? gi? by a p? that I am studying and I would like to begin to share with you that for now I understand, and not ? said that what am thinking is correct
I appeal to the experts, maybe for some straight and confirmation, both beginners who would like to explore the topic and maybe they are available to any test
in particular, I would like to be able, in small steps, to map my car, fitted with engine 2.0 TFSI
first of all, I am attaching the file that I am studying, I would say to refer to this during the discussion, I do not know? which car belongs
File Studio MED9.zip
in fact, the MED9.1 inherits from ME7 most of the logical and of the names of the maps that user?, a big difference ? the management of the direct-injection, and then the high-pressure pump and of the corresponding rail
unfortunately, not knowing the ME7 I had to start from scratch in this study
let's start with the maps pedal
in fact, if you do not want to vary the response of the pedal should not be touched
1CAD50 KFPED
map pedal true, 2 similar
16-bit
size 12x16
x = value * 0,25 = g/min
y = value * 0,001526 = % pedal position
z = value * 0,003052 = % torque request
1CB652 breakpoint x
1CB66C breakpoint y
1CB050 KFPEDL
map pedal for low speed, probably for low gears, 3 related
the same conversions and the breakpoint of the previous
1CB4D0 KFPEDR
map the pedal for reverse
the same conversions and the breakpoint of the previous
now, let's see the maps related to the pressure of the turbocharger
these ECU's did not have the management of the turbo as a function of pressure, but are based on the specific load in %
this parameter represents the ratio between the mass of air in the cylinder and that it would be contained in the same volume in the environmental conditions (the cio? with density? environment)
then a specific load of 200% means that in the cylinder ? request (or ? present) a mass of air equal to the double of the one that would contain the cylinder itself
this formula converts the specific load pressure of the turbo
pressure = (load %) * 10 + 300 = mbar absolute
? note that this formula is an approximation and subject to the conditions of operation may not provide a real value
the maps in question are
1CBAF2 KFMIRL
map the desired load, converts the request torque data from the pedal in load demand, specific
16-bit
size 12x16
x = value * 0,001526 = % torque with respect to the maximum
y = value * 0,25 = g/min
z = value * 0,023438 = load % specific
1CBCAE KFMIRLS
variant of the previous operating in the stratified charge, it is not used and may not be present
1CC3D4 KFMIOP
converts the specific load in % of torque, practically does the job inverse of the KFMIRL
this value is used for other functions of the ECU that they have to think and/or act on the pair, such as the ESP, the DSG etc.
? this to save computational work
16-bit
size 11x16
x = value * 0,023438 = % load air specific
y = value * 0,25 = g/min
z = value * 0,001526 = % torque with respect to the maximum
1C959C KFMIOPS
should be the same as the address of the KFMIRLS
if we modify the KFMIRL ? of obligation to reflect changes in KFMIOP, worth the chance? interventions do not correct of the systems based on the couple
in other words, the KFMIOP must be the inverse of the KFMIRL, at least in the area of high
also ? needless to take a specific load in the KFMIRL beyond a certain threshold, why? the axis of the KFMIOP the limit to its maximum value
so if you want to push the map over an increase in the basis you need to change the axes of the above, but there? introduces complications since? there are other maps of important use to the axis, the specific load and it is necessary to intervene in those resizing and reinterpolando values (we will discuss later)
now let's see the maps that could be limiting factors for the specific load, or pressure, or that may give errors
1C4696 KFMLDMX
the maximum flow mass air flow sensor for diagnosis, it may give an error, only change in this case
16-bit +/-
size 9x8
x = value * 40 = g/min
y = value * 0,024414 = % butterfly
z = value * 0,1 = kg/h
1CD2B6 KLDLUL
the maximum deviation of the pressure turbo with respect to the request for diagnosis, to the max in order to avoid errors
8-bit
size 8x1
x = value * 10 = hPa
z = value * 5 = hPa
breakpoint in the normal position, but the x +/-
1CD538 KFTARX KFTARXB
correction specific load as a function of the temperature of the inlet air, 2 consecutive
16-bit
size 10x12
x = a * 0.75 - 48 = ?C air intake
y = value * 0,25 = g/min
z = value * 0,000031 = correction factor
1CD9C5 breakpoint x 8-bit
1C9480 breakpoint y in 16-bit
1CD718 KFTARXZK
variant of the previous one during the detonation of the engine
the same conversions and breakpoint
these three maps can be repeated with similar alternate in the same order
1CD858 LDORXN
the maximum specific load during an overboost error
8-bit
size 8x1
x = value * 40 = g/min
z = value * 0,75 = % specific load maximum
1C9363 breakpoint x 8-bit
1CD860 LDPBN
limiter pressure turbo
8-bit
size 8x1
x = value * 40 = g/min
z = value * 10 = hPa pressure max turbo
the same breakpoint of the previous
1CD87A KFFKRXTM
limiter-specific load engine temperature
8-bit
size 4x4
x = value * 1,25 = km/h
y = a * 0.75 - 48 = ?C
z = value * 0,007813 = correction factor specific load
1CD89C KFLDHBN
the maximum pressure ratio of the compressor
is used to avoid overloading the turbo in some conditions
depends on the map of operation of the compressor
8-bit
size 8x8
x = a * 0.75 - 48 = ?C inlet air temperature engine
y = value * 40 = g/min
z = value * 0,015625 = pressure ratio turbo
1CD8FE LDRXN
limiter specific load
16-bit
size 16x1
x = value * 0,25 = g/min
z = value * 0,023438 = load % specific
1CD940 LDRXNZK
variant of the previous detonation
the same conversions
these two can be repeated with similar, not sure if the alternate or no
however, it would seem that only the first variant is used by the ECU
for basic changes, in fact, it would be enough to just increase the LDRXN as the KFMIRL requires gi? a load more? the top, and the other described if necessary
this ? pi? whether or not the theory
with regard to the practice, as soon as I have time, I try a couple of these changes, accompanied log diagnosis, with the aim of understanding the influence on the turbo pressure of these maps and to understand the factors that may limit
the next episode ? theory of operation the PID of the wastegate for better control of the profile of the pressure trend
Tags for This Discussion
Write permission
- You you can not post new threads
- You you can not send answers
- You you can not send attachments
- You you can not edit your posts
-
The rules of the Forum