Notices
ECU Flash

Nolift to Shift??

Thread Tools
 
Search this Thread
 
Old Sep 27, 2007 | 08:13 PM
  #211  
evoracingstar's Avatar
Evolved Member
iTrader: (31)
 
Joined: Oct 2005
Posts: 1,525
Likes: 1
From: C.T
my buddy has it on his sti sounds bad a$$
Reply
Old Sep 27, 2007 | 08:14 PM
  #212  
Jack_of_Trades's Avatar
Evolved Member
iTrader: (17)
 
Joined: Jun 2007
Posts: 3,523
Likes: 2
From: Opelika,AL
heck yeah! How would i be able to set my evoscan to record that particular memory location?
Reply
Old Sep 27, 2007 | 08:22 PM
  #213  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
94170008 0xFFFF88A3
94170014 0xFFFF88A3
94170015 0xFFFF88A3
88590015 0xFFFF6A35
96940011 0xFFFF88DF
88840016 0xFFFF6A1D

OK so same way that you do 2byte load... So setup MUT00 (or whatever) with the memory address from above, so if you are 94170008 set MUT00 to 0x88A3.

Then setup evoscan to log Mut00 as a single byte (not 2byte) and then log it.

When you get on the clutch it should read 0x1 and off should read 0x0. NOW there are other flags in there as well, ie acceleration is 0x16. So if you are on the accelerator AND the clutch it will read 0x17.

Cheers
D.
Reply
Old Sep 27, 2007 | 08:42 PM
  #214  
dudical26's Avatar
Evolved Member
iTrader: (17)
 
Joined: Nov 2005
Posts: 2,544
Likes: 0
From: NNJ
Tephra-

So just to check what your saying here as I am a little confused, if I have evo9 ver15 then I add the following to EcuFlash definition

<table name="MUT00" category="MUT" address="88A3" type="1D" level="1" scaling="Hex16"/>

Add this to EvoScan, can you fill in the blank.

<DataListItem DataLog="N" Color="" Display="Clutch Switch" LogReference="ClutchSwitch" RequestID="??" RequestID2="??" Eval="" Unit="units" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="8000" ChartMin="0" ChartMax="8000" ScalingFactor="1" Notes=""/>


Thanks
Reply
Old Sep 27, 2007 | 08:46 PM
  #215  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
nope

Dont add any new XML into EcuFlash - just go and change your MUT00 (in the mut table) inside EcuFlash to poing to 0x88A3

Inside EvoScan just add this:
<DataListItem DataLog="Y" Display="ClutchFlag" LogReference="ClutchFlag" RequestID="00" Eval="x" Unit="unit" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" Notes=""/>
Reply
Old Sep 27, 2007 | 09:05 PM
  #216  
dudical26's Avatar
Evolved Member
iTrader: (17)
 
Joined: Nov 2005
Posts: 2,544
Likes: 0
From: NNJ
I don't see any MUT table??
Reply
Old Sep 27, 2007 | 09:12 PM
  #217  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
GRRR You are 88590015 right? Add this to your XML in EcuFlash

<table name="MUT Table" category="Advanced" address="3ee84" type="3D" level="1" scaling="Hex16">
<table name="X" type="Static X Axis" elements="32">
<data>-</data>
<data>0</data>
<data>-</data>
<data>1</data>
<data>-</data>
<data>2</data>
<data>-</data>
<data>3</data>
<data>-</data>
<data>4</data>
<data>-</data>
<data>5</data>
<data>-</data>
<data>6</data>
<data>-</data>
<data>7</data>
<data>-</data>
<data>8</data>
<data>-</data>
<data>9</data>
<data>-</data>
<data>A</data>
<data>-</data>
<data>B</data>
<data>-</data>
<data>C</data>
<data>-</data>
<data>D</data>
<data>-</data>
<data>E</data>
<data>-</data>
<data>F</data>
</table>
<table name="Y" type="Static Y Axis" elements="16">
<data>0</data>
<data>1</data>
<data>2</data>
<data>3</data>
<data>4</data>
<data>5</data>
<data>6</data>
<data>7</data>
<data>8</data>
<data>9</data>
<data>A</data>
<data>B</data>
<data>C</data>
<data>D</data>
<data>E</data>
<data>F</data>
</table>
</table>
Reply
Old Sep 27, 2007 | 09:16 PM
  #218  
dudical26's Avatar
Evolved Member
iTrader: (17)
 
Joined: Nov 2005
Posts: 2,544
Likes: 0
From: NNJ
very cool, thanks soo much.
Reply
Old Sep 27, 2007 | 09:48 PM
  #219  
Jack_of_Trades's Avatar
Evolved Member
iTrader: (17)
 
Joined: Jun 2007
Posts: 3,523
Likes: 2
From: Opelika,AL
Dave, I give you so much credit for the massive amounts of patience you have. I have been using ECUFlash and evoscan for a little over a week now and its like greek to me, (though I'm not new to this stuff in general) yet you are always willing to help the newbies with the programming hurdles.
Reply
Old Jun 7, 2009 | 10:54 PM
  #220  
fostytou's Avatar
EvoM Community Team
iTrader: (15)
 
Joined: Sep 2006
Posts: 3,143
Likes: 7
From: Aurora, IL
Originally Posted by dudical26
Tephra-

So just to check what your saying here as I am a little confused, if I have evo9 ver15 then I add the following to EcuFlash definition

<table name="MUT00" category="MUT" address="88A3" type="1D" level="1" scaling="Hex16"/>

Add this to EvoScan, can you fill in the blank.

<DataListItem DataLog="N" Color="" Display="Clutch Switch" LogReference="ClutchSwitch" RequestID="??" RequestID2="??" Eval="" Unit="units" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="8000" ChartMin="0" ChartMax="8000" ScalingFactor="1" Notes=""/>


Thanks
Originally Posted by tephra
nope

Dont add any new XML into EcuFlash - just go and change your MUT00 (in the mut table) inside EcuFlash to poing to 0x88A3

Inside EvoScan just add this:
<DataListItem DataLog="Y" Display="ClutchFlag" LogReference="ClutchFlag" RequestID="00" Eval="x" Unit="unit" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" Notes=""/>
Hate to bring this back from the dead, but I don't understand the x bits at all. Can someone explain/show me the correct x bit to log only clutch operation?

Thanks!
Reply
Old Jun 8, 2009 | 01:18 PM
  #221  
fostytou's Avatar
EvoM Community Team
iTrader: (15)
 
Joined: Sep 2006
Posts: 3,143
Likes: 7
From: Aurora, IL
Originally Posted by fostytou
Hate to bring this back from the dead, but I don't understand the x bits at all. Can someone explain/show me the correct x bit to log only clutch operation?

Thanks!
Ok, I think I've got it. The Evoscan formula for logging clutch discreetly with that MUT value at 00 is

Code:
<DataListItem DataLog="Y" Display="ClutchFlag" LogReference="ClutchFlag" RequestID="00" Eval="x bit 1" Unit="unit" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="1" ChartMin="0" ChartMax="1" Notes=""/>
And furthermore acceleration would be

Code:
<DataListItem DataLog="Y" Display="ClutchFlag" LogReference="ClutchFlag" RequestID="00" Eval="x bit 16" Unit="unit" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="1" ChartMin="0" ChartMax="1" Notes=""/>
That could be interesting to see what conditions cause the acceleration flag to be set related to MAF tuning.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
SmurfZilla
ECU Flash
0
Aug 16, 2015 03:50 PM
goforwand
For Sale - Suspension / Brakes / Handling
6
Dec 29, 2013 07:47 PM




All times are GMT -7. The time now is 03:05 PM.