Notices
ECU Flash

2-byte RPM HOW-TO

Thread Tools
 
Search this Thread
 
Old Dec 5, 2007, 02:16 PM
  #46  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
paste in your evoscan xml for the load and rpm...

i suspect its just the formula
Old Dec 5, 2007, 06:46 PM
  #47  
Evolving Member
iTrader: (5)
 
broddey's Avatar
 
Join Date: Nov 2005
Location: Tampa, FL
Posts: 498
Likes: 0
Received 0 Likes on 0 Posts
Thanks in advance for help. All the way at the bottom is where the changes are.
Attached Files
File Type: txt
evo9base.txt (10.7 KB, 21 views)
Old Dec 5, 2007, 07:28 PM
  #48  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
evoscan not ecuflash
Old Dec 5, 2007, 07:40 PM
  #49  
Evolving Member
iTrader: (5)
 
broddey's Avatar
 
Join Date: Nov 2005
Location: Tampa, FL
Posts: 498
Likes: 0
Received 0 Likes on 0 Posts
And of course it wont let me upload now.

Last edited by broddey; Dec 5, 2007 at 07:45 PM.
Old Dec 5, 2007, 09:24 PM
  #50  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
just copy/paste the 2 lines
Old Dec 6, 2007, 01:59 PM
  #51  
Evolving Member
iTrader: (5)
 
broddey's Avatar
 
Join Date: Nov 2005
Location: Tampa, FL
Posts: 498
Likes: 0
Received 0 Likes on 0 Posts
<table name="2 Byte RPM High Bit" address="3EE6E" category="MUT" type="1D" level="1" scaling="Hex16" />

<table name="2 Byte RPM Low Bit" address="3EE72" category="MUT" type="1D" level="1" scaling="Hex16" />

<table name="2 Byte Load High bit" address="3EE66" category="MUT" type="1D" level="1" scaling="uint16" />

<table name="2 Byte Load Low bit" address="3EE6A" category="MUT" type="1D" level="1" scaling="uint16" />


It seems I have inadvertanly copied and pasted the ecuflash code to the evoscan roms, as they are both identical.

I have glanced around at all the available roms for both ecuflash and evoscan and they are identical, with the addition of the mod options. What am I doing wrong?

Evo IX rom 13, 2 byte rpm values are 6B1E High and 6B1F Low, 2 byte load values are 27169 and 27168.

Last edited by broddey; Dec 6, 2007 at 02:02 PM.
Old Dec 6, 2007, 03:14 PM
  #52  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
ok - evoscan is a logger, ecuflash is an editor - they use different format xml files.

your evoscan lines should look like -

Code:
        <DataListItem DataLog="N" Color="" Display="RPM MUT 2Byte Mod" LogReference="RPMMUT2Byte" RequestID="02" RequestID2="03" Eval="1000/256*x" Unit="units" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="8000" ChartMin="0" ChartMax="8000" ScalingFactor="0.1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="Load MUT 2Byte Mod" LogReference="LoadMUT2Byte" RequestID="00" RequestID2="01" Eval="0.3125*x" Unit="units" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="300" ChartMin="0" ChartMax="300" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
Old Dec 6, 2007, 03:55 PM
  #53  
Evolving Member
iTrader: (5)
 
broddey's Avatar
 
Join Date: Nov 2005
Location: Tampa, FL
Posts: 498
Likes: 0
Received 0 Likes on 0 Posts
I found the files under DATA that, oddly enough, start with <DataListItem.

So I add the <DataListItem code to the end of the xml in the data file right? Do I have to specify which mode its in, and if so, which one is it? My last few lines of code look like this:

<ecu name="ABS">
<Mode1 name="Mode1" type="Diagnostic Trouble Codes">
<DTC_TEMP Code="16" DiagnosticItem="Battery voltage abnormal" />
<DTCControl_TEMP Code="CA" DiagnosticItem="Clear Fault Codes" Notes="returns 0x00" />
</Mode1>
<Mode2 name="Mode2" type="Data List Items">
<DataListItem DataLog="N" Color="" Display="G Sensor" LogReference="ABS_GForce" RequestID="00" Eval="0.0195*x" Unit="V" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="2.5V at Zero Gs" Priority="1" Visible="False" />
<DataListItem DataLog="N" Color="" Display="Battery Level" LogReference="ABS_Battery" RequestID="00" Eval="x" Unit="V" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="false" />
<DataListItem DataLog="N" Color="" Display="Front Right Sensor" LogReference="ABS_FR" RequestID="00" Eval="x" Unit="km/h" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="false" />
<DataListItem DataLog="N" Color="" Display="Front Left Sensor" LogReference="ABS_FL" RequestID="00" Eval="x" Unit="km/h" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="false" />
<DataListItem DataLog="N" Color="" Display="Rear Right Sensor" LogReference="ABS_RR" RequestID="00" Eval="x" Unit="km/h" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="false" />
<DataListItem DataLog="N" Color="" Display="Rear Left Sensor" LogReference="ABS_RL" RequestID="00" Eval="x" Unit="km/h" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="false" />
</Mode2>
<Mode6 name="Mode6" type="Actuator Tests">
<ActuatorTest Display="?0xF1" LogReference="0xF1" Code="F1" ActivatingContent="" Notes="" />
</Mode6>
</ecu>
</vehicle>
</EvoScanDataLogger>

Last edited by broddey; Dec 6, 2007 at 04:26 PM.
Old Dec 6, 2007, 05:25 PM
  #54  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
ecu=EFI and mode=2
Old Dec 11, 2007, 09:46 AM
  #55  
Evolving Member
iTrader: (5)
 
broddey's Avatar
 
Join Date: Nov 2005
Location: Tampa, FL
Posts: 498
Likes: 0
Received 0 Likes on 0 Posts
If I wanted the gauge max closer to 400 for 2 byte load, all I do is change it in the code, correct?

Do I also have to change the chart max?
Old Dec 18, 2007, 06:21 AM
  #56  
Newbie
 
Gpunkt's Avatar
 
Join Date: Sep 2007
Location: Germany
Posts: 18
Likes: 0
Received 0 Likes on 0 Posts
Lines for 88840017.

<table name="MUT02 2-byte RPM MSB" category="MUT" address="3794e" type="1D" level="1" scaling="Hex16" />
<table name="MUT03 2-byte RPM LSB" category="MUT" address="37952" type="1D" level="1" scaling="Hex16" />


Change Values like 88840016

(0x)6AFE - hi-byte
(0x)6AFF - low-byte
Old Oct 28, 2018, 06:14 PM
  #57  
EvoM Staff Alumni
iTrader: (16)
 
MR Turco's Avatar
 
Join Date: May 2007
Location: Massachusetts
Posts: 3,233
Received 3 Likes on 3 Posts
Does anyone have the 2byte RPM values for 9653 V7? I am revving over 8k RPM and need some logging. I could be an idiot but I've never hit a wall searching for something i was sure existed. thanks for the help
Old Oct 29, 2018, 03:23 AM
  #58  
EvoM Staff Alumni
iTrader: (16)
 
MR Turco's Avatar
 
Join Date: May 2007
Location: Massachusetts
Posts: 3,233
Received 3 Likes on 3 Posts
I don't know how but i scrolled past it in Jamie's thread a dozen times - here is the info if someone else is looking:

https://www.evolutionm.net/forums/ec...te-thread.html

96530006
2byte load
MUT 00 = 898A
MUT 01 = 898B


2byte RPM
MUT 02 = 8962
MUT 03 = 8963


2byte AirFlow
MUT 04 = 89E2
MUT 05 = 89E3


MUT 3D TABLE ADDRESS = 36200
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Jack_of_Trades
ECU Flash
363
May 29, 2018 07:05 AM
GST Motorsports
09+ Ralliart Engine/Turbo/Drivetrain
113
Feb 14, 2017 06:09 AM
tephra
ECU Flash
1448
Jul 25, 2016 02:21 PM
Mattjin
ECU Flash
33
Apr 16, 2009 02:22 PM
JohnBradley
ECU Flash
45
Dec 9, 2007 07:55 AM



Quick Reply: 2-byte RPM HOW-TO



All times are GMT -7. The time now is 11:53 AM.