seeking a table for 2008 Evo X GSR
I reviewed the results of the JDM table start address, USDM like now.
52360018.xml
what do you think?
map scale(X) is 0.21-2.92(Bar), Load Value is "Loadify". it's fixed.
52360018.xml
Code:
<scaling name="Loadify" units="%" toexpr="(x*16/512)*10/32" frexpr="(x*32/10)*512/16" format="%.2f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/> <table name="MAP Mass Air Flow Scaling #1" address="60458" type="3D" level="1" swapxy="true" scaling="uint16"> <table name="X" address="62a34" type="X Axis" elements="19" scaling="MAP16"/> <table name="Y" address="62a08" type="Y Axis" elements="19" scaling="RPM"/> </table> <table name="MAP Mass Air Flow Scaling #2" address="6017c" type="3D" level="1" swapxy="true" scaling="uint16"> <table name="X" address="62a34" type="X Axis" elements="19" scaling="MAP16"/> <table name="Y" address="62a08" type="Y Axis" elements="19" scaling="RPM"/> </table> <table name="MAP Mass Air Flow Scaling #3" address="5fea0" type="3D" level="1" swapxy="true" scaling="uint16"> <table name="X" address="62a34" type="X Axis" elements="19" scaling="MAP16"/> <table name="Y" address="62a08" type="Y Axis" elements="19" scaling="RPM"/> </table> <table name="Load MAP Mass Air Flow Scaling #1" address="60458" type="3D" level="1" swapxy="true" scaling="Loadify"> <table name="X" address="62a34" type="X Axis" elements="19" scaling="MAP16"/> <table name="Y" address="62a08" type="Y Axis" elements="19" scaling="RPM"/> </table> <table name="Load MAP Mass Air Flow Scaling #2" address="6017c" type="3D" level="1" swapxy="true" scaling="Loadify"> <table name="X" address="62a34" type="X Axis" elements="19" scaling="MAP16"/> <table name="Y" address="62a08" type="Y Axis" elements="19" scaling="RPM"/> </table> <table name="Load MAP Mass Air Flow Scaling #3" address="5fea0" type="3D" level="1" swapxy="true" scaling="Loadify"> <table name="X" address="62a34" type="X Axis" elements="19" scaling="MAP16"/> <table name="Y" address="62a08" type="Y Axis" elements="19" scaling="RPM"/> </table>
map scale(X) is 0.21-2.92(Bar), Load Value is "Loadify". it's fixed.
Last edited by unya; Sep 1, 2010 at 12:26 AM.
Sorry I went back and reviewed the code.. I did make a mistake, put a 16 instead of 10 (just a dumb hex'up on mybehalf)
It should be
So that brings the values more inline with what you expect.
Also the code then adds 5% or 10% depending on if you are SST or TPS is changing much...
It should be
Code:
<scaling name="Loadify" units="%" toexpr="(x*10/512)*10/32" frexpr="(x*32/10)*512/10" format="%.1f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/>
Also the code then adds 5% or 10% depending on if you are SST or TPS is changing much...
Last edited by tephra; Sep 2, 2010 at 11:13 PM.
Thank you for the information and definition Bryan, tephra, and unya.
Now I can estimate load values(roughly) from any specific MAPs(Bar) and rpms. That helps me a lot. For example, to understand meaning of boost maps became more easy work than ever.
I thank you again.
Now I can estimate load values(roughly) from any specific MAPs(Bar) and rpms. That helps me a lot. For example, to understand meaning of boost maps became more easy work than ever.
I thank you again.
Thread
Thread Starter
Forum
Replies
Last Post





