ME7 M-Box (5120 hack and 4bar MAP) with Tial 770R's. The wastegates crack at about 22psi, so the ability to control the boost in low-throttle, high RPM situations is limited and is resulting in
17963 Charge pressure: Maximum limit exceeded. Closing the throttle plate and retarding ignition are limited mitigations, i.e I have seen 20PSI+ with ~25% throttle.
My approach so far has been to increase KFMIRL (and generate the KFMIOP inverse), in areas where I essentially cannot control boost, to something that (kind of) follows the boost profile. The result is that
mimax_w has been raised to something that looks reasonable. Unfortunately,
mifa_w has not come along with it which eventually results in my requested load/boost being to low. One of the torque monitor interventions in
MDFAW must be limiting
mifa_w.
mimax_w is KFMIOP from rlmax_w (LDRLMX - LDRXN corrected)
mivbeg_w is mrfa_w(mimax_w - mimin_w) + mimin_w + dmllri_w limited by MDIMX
mivbeb_w is min(mivbeg_w, mimax_w)
mivbeb_w then goes through a slew of potential interventions and finally gives mifa_w.
mifa_w then goes through MDKOL and is subject again to numerous interventions finally giving milsol_w for KFMIRL.
Following from
wped_w,
mrfa_w is requesting enough torque. I don't have the memory address of
mivbeg_w, but I don't think
mivbeg_w is the problem unless there is something very strange happening with
mrfa_w(mimax_w - mimin_w) as
MDIMX = 99.
mivbeb_w is not the problem assuming
mivbeg_w is reasonable since
mimax_w is not the limiting factor.
DMFABEG has a number of potential interventions.
•
SAWE: Change limitation during overrun fuel cutoff and reinsertion
•
DASHPOT: Change limitation with negative load changes (Dashpot)
•
MISMEUS: Change limitation with fast torque intervention for operating mode changeover
•
LSD: Change limitation during positive load changes (load impact evaporation)
•
MDBG: Momentary gradient limitation
Only
MISMEUS,
LSD and
MDBG seem like candidates.
•
MISMEUS: Not clear to me what is happening here (and very little information). I do not have the memory address for
B_mismeus. Can anyone elaborate?
•
LSD: I can log
B_lsd and it is 0 so not a factor.
•
MDBG:
KFMIFABG looks interesting, but it looks like
SY_CVT = 0, so it isn't used (?). I do not have the memory address for
B_mifabg. Can anyone elaborate?
Any help is greatly appreciated.