TephraMod V7
Alright, I went looking back through the rom again and I'm pretty sure I understand the MAP VE calibration part. Next step is to find out what percentage of an increase is the Omni 4 bar over the standard 3 bar and make the changes...man I should have bought a stock sensor, this would be so much easier lol.
Code:
<scaling name="MAP 16bit" units="kPa" toexpr="x*0.4072" frexpr="x/0.4072" format="%.1f" min="0" max="450" inc="0.4072" storagetype="uint16" endian="big"/> <scaling name="psia16" units="psia" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="32" inc="0.1" storagetype="uint16" endian="big"/> <scaling name="psia8" units="psia" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="30.1" inc="0.1" storagetype="uint8" endian="big"/> <scaling name="BoostErrorPsi" units="psi" toexpr="(x-128)/(8*4.23)" frexpr="x*8*4.23+128" format="%.1f" min="-3.8" max="3.8" inc="0.1" storagetype="uint16" endian="big"/>
Last edited by Jack_of_Trades; Oct 14, 2009 at 05:32 PM.
OK, I have tested DMA/LiveMap successfully for v7-bigmap today. Instead of posting the instructions here, I think I will email phenem a patched ROM so that maybe he can add it and the XML definitions to his posts.
Also I modified my version of the LiveMap app quickly to allow the bigmaps to fit nicer (scroll bars, etc) and have the XMLs setup based on my header scaling. I will send that to him as well. I think ziad has a better version of the LiveMap app that he is working on, but I haven't had a chance to play around with it yet.
Eric
Also I modified my version of the LiveMap app quickly to allow the bigmaps to fit nicer (scroll bars, etc) and have the XMLs setup based on my header scaling. I will send that to him as well. I think ziad has a better version of the LiveMap app that he is working on, but I haven't had a chance to play around with it yet.
Eric
Here is all of the scalings for it. If you need scalings for PSI based boost control with the OMNI 4 Bar, I have those too.
Code:
<scaling name="MAP 16bit" units="kPa" toexpr="x*0.4072" frexpr="x/0.4072" format="%.1f" min="0" max="450" inc="0.4072" storagetype="uint16" endian="big"/> <scaling name="psia16" units="psia" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="32" inc="0.1" storagetype="uint16" endian="big"/> <scaling name="psia8" units="psia" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="30.1" inc="0.1" storagetype="uint8" endian="big"/> <scaling name="BoostErrorPsi" units="psi" toexpr="(x-128)/(8*4.23)" frexpr="x*8*4.23+128" format="%.1f" min="-3.8" max="3.8" inc="0.1" storagetype="uint16" endian="big"/>
Here is all of the scalings for it. If you need scalings for PSI based boost control with the OMNI 4 Bar, I have those too.
Code:
<scaling name="MAP 16bit" units="kPa" toexpr="x*0.4072" frexpr="x/0.4072" format="%.1f" min="0" max="450" inc="0.4072" storagetype="uint16" endian="big"/> <scaling name="psia16" units="psia" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="32" inc="0.1" storagetype="uint16" endian="big"/> <scaling name="psia8" units="psia" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="30.1" inc="0.1" storagetype="uint8" endian="big"/> <scaling name="BoostErrorPsi" units="psi" toexpr="(x-128)/(8*4.23)" frexpr="x*8*4.23+128" format="%.1f" min="-3.8" max="3.8" inc="0.1" storagetype="uint16" endian="big"/>
Originally Posted by GST Motorsports
People still think the fuel map "AFR" values should match the actual AFR the car is running?
My LTFT are now within +/- 3%.
I've posted up my version of the BIGMAP translator. 3rd post 
The only complicated thing is remembering to make the last axis value 1000000 (so when you copy your fuel map in and the rpm axis is shorter make the last value 1000000.
If someone can workout how to fix that I would be happy

The only complicated thing is remembering to make the last axis value 1000000 (so when you copy your fuel map in and the rpm axis is shorter make the last value 1000000.
If someone can workout how to fix that I would be happy

I DL'ed the other big map translator for the VIII's and it just pops up w/ the excell file...
Running vista
DL'ed phenems rom to check it out... Very cool stuff!
I dont know if any said this, but it should be noted in the first post (& second) that immobilizer hex in 9653 needs to be the same as the ROM you changing from. Its looks like its set for cars that had the 9496 ROM, but 9417 and 9642 ROMS have are different.
EDIT: Someone mentioned it.
EDIT: Someone mentioned it.
Last edited by Evo_Jay; Oct 14, 2009 at 11:34 PM.
Thread Starter
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
Awesome job JOT.....
Small request
Any chance we can also have the scale settings coverted for us, that make use of a Defi boost sensor (as posted over here) and who make use of Bar instead of PSI.
Thx
Small request

Any chance we can also have the scale settings coverted for us, that make use of a Defi boost sensor (as posted over here) and who make use of Bar instead of PSI.
Thx
One last issue I am still having with the big maps relating to Map Tracer and EvoScan V2.7 Beta2......
When doing a maptrace from a log which was done with bigmaps flashed on the car...
I have copied the relevant "bigmap" xml files from the C:\Program Files\OpenECU\EcuFlash - Bigmaps\rommetadata\mitsubishi\evo
folder to the C:\EvoScan v2.7 Beta2\ROMS folder but.....
I still get the following error when I try to open the Hex file with the big maps in.
Anybody been able to get maptracer working with the BigMaps?
Thx
When doing a maptrace from a log which was done with bigmaps flashed on the car...
I have copied the relevant "bigmap" xml files from the C:\Program Files\OpenECU\EcuFlash - Bigmaps\rommetadata\mitsubishi\evo
folder to the C:\EvoScan v2.7 Beta2\ROMS folder but.....
I still get the following error when I try to open the Hex file with the big maps in.
Anybody been able to get maptracer working with the BigMaps?
Thx







