Another couple of hours burned in the sign of Hexcode.
Now I have sorted out all 31 maps that WinOLS could help me with.
I can see almost as many single-row tables aswell in the hexcode, but I cant figure out how to store them in my XDF-file.
Now the decoding work has begun.
I started with the most simple map of all, the main ignition map. Out of all 31 maps only one matched the typical signs of a ignition map! Its a 16x12 map so I feel good about it.
Next i found two almost identical 16x12 maps that in my world look exaktly like Main Fuel maps. Why two and why next to eachother in the code? Different fueling for different injectors?
Then I found three 8x8 maps that I first thought were fuelmaps. Soft smooth and almost flat, and they matched eachother as a three step ladder. Then it hit me....MAF convert maps of course. But why are they scattered all over the code and not next to eachother?
I found a small funny map and almost immediately I knew what it was because of its structure....the "MAP Thermostate" map. M62 has a ECU-controlled thermostate to optimize CLT after different load conditions.
Then we have a bunch of small maps that I believe is different compensation maps for fuel, ignition and other. I can see that many of them are temperature guided but its going to be a hassle to find out in what way.
Finally I found three maps that are crap. Two are completely flat and one is very strange with a flat spot and a huge spike in the mittle.
During this adventure I sometimes wonder how I am doing. Is this the right way to do it, and how does everybody else do it?