taktijs wrote:Thnx, I know this document, it's quite usefull, but not all information is in there. For example the drivers wish maps in this document are different from where the drivers wish maps are in my file. Different SW numbers and different EDC16 ECU are the cause of that.
This is expected. As ecuedit said we would need software source and probably the compiler that was used to produce bin file - both with correct versions as used at the factory. But that would not be reverse engineering anymore, which we all so much like to do. ;)
What will get you started is gathering information about the maps you need, as you already figured out. Like size, axis type, map values, 3D map view, damos files, similar bins, ... then, processing and compiling this info into something useful. It is hard, especially because you need to understand a lot of stuff. You need to rely on forums and others experiences which may or may not be adequate. Then start looking at your bin. And other bins, too. Anything you can't confirm - try to reject. Does it make sense? Yes, no .. repeat the process.
Since I'm an absolute beginner in this area, I try to do it like this, described in a bash shell while loop syntax :)
while [ "I HAVE A PROBLEM" = "YES" ]
do
- define PROBLEM (whatever it is, hw, sw, address, values, map, ..)
- learn about the PROBLEM
- search the forums / net for info
- gather & organize info,
- ask questions
- experiment, compare, suggest, test, confirm, reject
- log results, make reports, start thread, reply with post
done
So if you have any information about the map you a looking for - give it up, I'm tempted to look for it :geek: