After about 1 year of going trough various books, manuals, forums, etc. (as my free time allowed) studying on how the ME7 operates and how to modify it, it is time to revive this post

.
Reading the ECUAfter building a harness for bench testing the ECU, I’ve managed to successfully read/write the ECU using boot mode and galleto cable. The same harness using a dummy K-line cable has been successfully used to read the immo EEprom with the ME7_95040.
Modifying the mapsIn order to switch my fueling back to ME I did the following modifications on the map:
- Adjusted KRKTE to accommodate my new injectors using calculations mentioned in the ME7.3.1H documentation (found on this forum);
- Adjusted KFMLDMX to match new airflow and not to trigger MIL;
- MLMAX has been left as it was so now based on the explanation in the documentation the load can go above 100% when under boost;
- I’ve slightly increased KFMRES and KFMRESK since now I’ve had occasional engine stalling, when engine was at operating temperature, when returning to idle. (I hope this will solve the issue)
- Adjusted KFMIRL based on previous logs (when MS was controlling the fuel) and with some help from a spreadsheet tool found on this forum,
- Recalculated KFMIOP to match KFMIRL and re-interpolated KFMDS (using the same tool )
- Re-interpolated KFZWOP,
- Adjusted LAMFA and KFLBTS,
- Increased KFSZT on revs where boost Is reached (ME7.3.1 does not have a separate table to increase dwell in relation to rpm/load)
- Adjusted KFZW under high load,
Pending modificationSince now I don’t have any more stereo exhaust and stereo lambda control, I was looking for a way to disable all the calculations based on 2nd precat lambda used for bank2 injectors. I’ve found a few parameters in the documentation that might do this:
- CWKONLS (code word for configuration lambda sensor) where you specify hardware configuration of lambda sensors. I think this is just used to enable hardware ports on the ECU. It is a part of PROCON function. I’ve also found the address where this is located in bin file.
- SY_STERVK (system constant condition: stereo exhaust system upstream of cat) which is used in function GK (mixture control), LRA (Lambda closed loop control; Adaptive pilot control) and LRAEB (conditions adaptive pilot control) however I can’t locate this in the bin file.
- SY_STERSY (System constant Condition stereo Lambda control symmetrical) based on the diagram for LR function (lambda closed loop control) I understood that this “switch” would apply correction from Bank 1 also on Bank 2 (which is what I would like) but I can’t locate this in the bin file.
If anyone has some ideas/suggestion on how to solve this or how to locate those parameters I would really appreciate it.
I’ve attached original bin.
Best regards,
Nenad