Notices
ECU Flash

Name that Map

Thread Tools
 
Search this Thread
 
Old Jul 17, 2009, 11:09 PM
  #1  
Evolving Member
Thread Starter
 
Ceddy's Avatar
 
Join Date: Apr 2008
Location: Reading, PA
Posts: 265
Likes: 0
Received 0 Likes on 0 Posts
Name that Map (Purge Duty)

Name that Map-unkmaps.jpg

Hello everyone, thanks for a great forum and the loads of info on it.

I've been working on the older H8 ecus, these maps are from a DSM ecu.
I have almost all the 3D maps defined, but these last couple have me stumped.

The code leading up to them test MAF Hz at 50hz and 69hz, and have a bunch of bit tests to decide to use the 7x10 set or the 10x10 set.

They are close to being the inverse to each other.

Has anyone seen any maps like these before? Any ideas what they could be for?


Thanks much.

Last edited by Ceddy; Jul 21, 2009 at 11:55 AM.
Old Jul 19, 2009, 07:18 PM
  #2  
Evolving Member
iTrader: (8)
 
C130flyer's Avatar
 
Join Date: Jul 2008
Location: Elizabeth City, NC
Posts: 464
Likes: 0
Received 1 Like on 1 Post
I would post this on DSMtuners.com they might know.
Old Jul 19, 2009, 08:26 PM
  #3  
Evolving Member
iTrader: (1)
 
the_mork's Avatar
 
Join Date: May 2008
Location: Wausau WI
Posts: 128
Likes: 0
Received 0 Likes on 0 Posts
They wont.

Ceddy is quickly showing himself to be our resident H8 guru at dsmtuners so if he doesn't know what something is then likely the rest of us don't either. The hope is that the evo ecus and the H8 ecus seem to be very similar, we even have lean spool even though it is disabled by default.
Old Jul 20, 2009, 01:50 AM
  #4  
Evolved Member
 
merlin.oz's Avatar
 
Join Date: Jun 2008
Location: Sydney
Posts: 824
Likes: 0
Received 23 Likes on 19 Posts
If you turn it around a bit it might be ISC stepper motor 3D map, which evos have.
Old Jul 20, 2009, 05:20 AM
  #5  
Evolved Member
 
acamus's Avatar
 
Join Date: Mar 2008
Location: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Posts: 730
Likes: 0
Received 2 Likes on 2 Posts
They look similar to Purge control duty.
Does the value propagate to MUT_4A?
Old Jul 20, 2009, 05:50 AM
  #6  
Evolved Member
iTrader: (22)
 
Appauldd's Avatar
 
Join Date: Nov 2003
Location: Northern KY near Cincy
Posts: 2,408
Likes: 0
Received 6 Likes on 6 Posts
Could they be start and warm up control tables that reference the MAF for a signal?
Old Jul 20, 2009, 06:18 AM
  #7  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
flipxy
Old Jul 20, 2009, 02:07 PM
  #8  
Evolving Member
Thread Starter
 
Ceddy's Avatar
 
Join Date: Apr 2008
Location: Reading, PA
Posts: 265
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by tephra
flipxy
Name that Map-unktables.jpg

This is the tables in there natural form, I had them "swap x y" before.

Originally Posted by merlin.oz
If you turn it around a bit it might be ISC stepper motor 3D map, which evos have.
I've found a large ISC table already, not sure if there are smaller secondary tables for lower rpms?

Originally Posted by acamus
They look similar to Purge control duty.
Does the value propagate to MUT_4A?
The table lookup values are in the "extended" MUT table 1AA, 1AB, 1AC, 1AD.
I will have to follow them farther into the code to see where they end up.

I never thought of the Purge Solenoid. That only operates at lower rpms(less then 4000) if I remember correctly. The two tables could possibly be min and max duty cycle?



A lot of the DSM maps are near exact copys of the EVO maps, guess its not the case with these ones.

Thanks very much for everyones help and insights.
Old Jul 21, 2009, 02:59 AM
  #9  
Evolved Member
 
acamus's Avatar
 
Join Date: Mar 2008
Location: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Posts: 730
Likes: 0
Received 2 Likes on 2 Posts
for 88590015 they look alike, but I do not know the scaling.



Code:
	<table name="Purge control #1" category="Purge" address="479b" type="3D" level="1" swapxy="true" flipx="true" flipy="true" scaling="Hex8">
		<table name="Load" address="74fa" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="74c6" type="Y Axis" elements="7" scaling="RPM"/>
	</table>

	<table name="Purge control #2" category="Purge" address="485d" type="3D" level="1" swapxy="true" flipx="true" flipy="true" scaling="Hex8">
		<table name="Load" address="74fa" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="74c6" type="Y Axis" elements="7" scaling="RPM"/>
	</table>

	<table name="Purge control #3" category="Purge" address="47ed" type="3D" level="1" swapxy="true" flipx="true" flipy="true" scaling="Hex8">
		<table name="Load" address="74fa" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="75b8" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Purge control #4" category="Purge" address="48af" type="3D" level="1" swapxy="true" flipx="true" flipy="true" scaling="Hex8">
		<table name="Load" address="74fa" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="75b8" type="Y Axis" elements="10" scaling="RPM"/>
	</table>
Attached Thumbnails Name that Map-purge.jpg  

Last edited by acamus; Jul 21, 2009 at 04:24 AM.
Old Jul 21, 2009, 04:40 AM
  #10  
Evolved Member
 
acamus's Avatar
 
Join Date: Mar 2008
Location: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Posts: 730
Likes: 0
Received 2 Likes on 2 Posts
They even appear to be present in X (53040010)
Code:
	
<table name="Purge control #1" category="Purge" address="59f7f" type="3D" level="1" swapxy="true" flipx="true" flipy="true" scaling="Hex8">
		<table name="Load" address="61b8a" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="61294" type="Y Axis" elements="7" scaling="RPM"/>
	</table>

	<table name="Purge control #2" category="Purge" address="59ffd" type="3D" level="1" swapxy="true" flipx="true" flipy="true" scaling="Hex8">
		<table name="Load" address="61b8a" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="61294" type="Y Axis" elements="7" scaling="RPM"/>
	</table>

	<table name="Purge control #3" category="Purge" address="59fcd" type="3D" level="1" swapxy="true" flipx="true" flipy="true" scaling="Hex8">
		<table name="Load" address="61b8a" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="612da" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Purge control #4" category="Purge" address="5704b" type="3D" level="1" swapxy="true" flipx="true" flipy="true" scaling="Hex8">
		<table name="Load" address="61b8a" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="612da" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

Last edited by acamus; Jul 21, 2009 at 04:57 AM.
Old Jul 21, 2009, 11:54 AM
  #11  
Evolving Member
Thread Starter
 
Ceddy's Avatar
 
Join Date: Apr 2008
Location: Reading, PA
Posts: 265
Likes: 0
Received 0 Likes on 0 Posts
Thanks very much Acamus.

I knew there was probably similar maps, mitsu likes to recycle their code.

May I ask why Tephra said "flipxy" before, and you have the flipx and flipy selected?

I tried going through the map lookup routine, to see if the axis are referenced backwards, I didn't see anything obvious, but the lookup routines confuse me most of the time..
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
mplspilot
ECU Flash
86
Dec 5, 2016 03:29 PM
r4p.t0x
ECU Flash
4
Jun 29, 2014 10:17 AM
RJSP
Evo Dyno Tuning / Results
27
May 31, 2012 05:31 PM
knochgoon24
ECU Flash
6
Oct 7, 2009 04:57 AM
Creamo3
Evo Engine / Turbo / Drivetrain
16
Jan 23, 2009 11:13 AM



Quick Reply: Name that Map



All times are GMT -7. The time now is 02:35 AM.