Notices
Evo X Engine Management / Tuning Forums Discuss the major engine management systems.

seeking a table for 2008 Evo X GSR

Thread Tools
 
Search this Thread
 
Old Aug 30, 2010 | 06:34 PM
  #16  
unya's Avatar
Newbie
 
Joined: Oct 2008
Posts: 7
Likes: 0
From: Japan
I reviewed the results of the JDM table start address, USDM like now.

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>
what do you think?

map scale(X) is 0.21-2.92(Bar), Load Value is "Loadify". it's fixed.
Attached Thumbnails seeking a table for 2008 Evo X GSR-l-1.jpg   seeking a table for 2008 Evo X GSR-l-2.jpg   seeking a table for 2008 Evo X GSR-l-3.jpg  

Last edited by unya; Sep 1, 2010 at 12:26 AM.
Reply
Old Sep 1, 2010 | 03:32 AM
  #17  
unya's Avatar
Newbie
 
Joined: Oct 2008
Posts: 7
Likes: 0
From: Japan
I realized that Loadfy Load Value is correct, because at low revs have got to Load Value to 320.

thanks advice, tephra and Bryan,
Reply
Old Sep 2, 2010 | 11:08 PM
  #18  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
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
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"/>
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...

Last edited by tephra; Sep 2, 2010 at 11:13 PM.
Reply
Old Sep 10, 2010 | 04:07 AM
  #19  
crimson red's Avatar
Thread Starter
Evolving Member
 
Joined: Aug 2009
Posts: 284
Likes: 21
From: Hokkaido, Japan
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.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
tephra
ECU Flash
70
Mar 31, 2024 01:17 PM
mrfred
ECU Flash
264
Nov 30, 2018 02:08 AM
tephra
Evo X Engine Management / Tuning Forums
154
Jan 5, 2014 08:18 PM
kozmic27
ECU Flash
2
Nov 26, 2012 09:07 PM
Piper747
09+ Ralliart Engine/Turbo/Drivetrain
9
Oct 9, 2010 01:14 PM




All times are GMT -7. The time now is 04:52 AM.