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

EVOScan problems

Thread Tools
 
Search this Thread
 
Old May 31, 2010 | 11:24 AM
  #1  
brocksdad's Avatar
Thread Starter
Newbie
 
Joined: Oct 2008
Posts: 11
Likes: 0
From: San Tan Valley, AZ
EVOScan problems

I am having some problems getting EVOScan to work. I have a 2010 EVO X, ECU ID 55570005, EVOScan 2.6.

The problem I'm running into is getting the logger to display the correct values. When mode 23 is enabled, I am showing a knock sum of 64, 0 RPM, 68% TPS, 88% accel position, -25 STFT, 11.xx LTFT idle, 11.xx LTFT cruise....
When I have the standard logger enabled, I show 100% TPS, RPM is accurate, -2 - 2% STFT, 5.xx LTFT.

Has anybody else had these issues? If so, what fixed them? I am selecting mode 23 in the drop down menu. The ROM has been patched and all the values have been changed accordingly.

Thank you for your help.
Reply
Old May 31, 2010 | 12:04 PM
  #2  
Golden's Avatar
Evolved Member
iTrader: (1)
 
Joined: Nov 2009
Posts: 1,456
Likes: 0
From: Omaha, NE
EvoScan 2.6 wasn't set up for a 2010 X.

Past this into your data.xml and then select "Mode23 2010 US EVOX RA" for logging.

Code:
    <ecu name="Mode23 2010 US EVOX RA">
      <Mode2 name="Mode2" type="Data List Items">
        <DataListItem DataLog="Y" Color="" Display="RPM" LogReference="RPM" RequestID="23808763" Eval="31.25*x" Unit="rpm" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="8000" ChartMin="0" ChartMax="8000" ScalingFactor="0.1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="" Display="Load" LogReference="Load" RequestID="23808784" Eval="x*10/32" Unit="load" MetricEval="" MetricUnit="" ResponseBytes="2" GaugeMin="0" GaugeMax="300" ChartMin="0" ChartMax="300" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="" Display="TimingAdv" LogReference="TimingAdv" RequestID="23808A1F" Eval="x-20" Unit="deg" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="-10" GaugeMax="50" ChartMin="-10" ChartMax="50" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="#4b0000" Display="PSIG" LogReference="PSIG" RequestID="2380872E" Eval="(x/4*0.19347)-14.5" Unit="PSIG" MetricEval="" MetricUnit="" ResponseBytes="2" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="" Display="Knock Sum" LogReference="KnockSum" RequestID="23808A63" Eval="x" Unit="count" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="20" ChartMin="0" ChartMax="20" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="#90ff00" Display="External Wideband A/F Ratio" LogReference="AFR" RequestID="WDB" Eval="x" Unit="a/f ratio" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="20" ChartMin="0" ChartMax="20" ScalingFactor="10" Notes="Plug in your serial port from your wideband oxygen sensor if you have one." Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="" Display="TPS" LogReference="TPS" RequestID="2380870D" Eval="x*100/255" Unit="%" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="100" ChartMin="0" ChartMax="100" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="Manifold Air Temp" LogReference="MAT" RequestID="2380867A" Eval="1.8*x-40" Unit="Deg F" MetricEval="x-40" MetricUnit="Deg C" ResponseBytes="2" GaugeMin="-10" GaugeMax="200" ChartMin="-10" ChartMax="200" ScalingFactor="1" Notes="" Priority="3" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="Coolant Temp" LogReference="ECT" RequestID="23808653" Eval="1.8*x-40" Unit="Deg F" MetricEval="x-40" MetricUnit="Deg C" ResponseBytes="1" GaugeMin="-10" GaugeMax="130" ChartMin="-10" ChartMax="130" ScalingFactor="1" Notes="Engine Coolant Temperature" Priority="3" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="Intake Air Temp" LogReference="IAT" RequestID="2380866D" Eval="1.8*x-40" Unit="Deg F" MetricEval="x-40" MetricUnit="Deg C" ResponseBytes="1" GaugeMin="-10" GaugeMax="130" ChartMin="-10" ChartMax="130" ScalingFactor="1" Notes="Intake Air Temperature" Priority="3" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="Speed" LogReference="Speed" RequestID="238087FF" Eval="x*1.243" Unit="mph" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="250" ChartMin="0" ChartMax="260" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="STFT" LogReference="STFT" RequestID="238088b0" Eval="(0.1953125*x)-25" Unit="%" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="LTFT idle" LogReference="IdleLTFT" RequestID="23804573" Eval="(0.1953125*x)-25" Unit="%" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="LTFT Cruise" LogReference="CruiseLTFT" RequestID="23804575" Eval="(0.1953125*x)-25" Unit="%" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="LTFT In Use" LogReference="CurrentLTFT" RequestID="238088C1" Eval="(0.1953125*x)-25" Unit="%" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="IPW" LogReference="IPW" RequestID="2380AA88" Eval="x/1000" Unit="ms" MetricEval="" MetricUnit="" ResponseBytes="2" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="Active WGDC" LogReference="ActiveWGDC" RequestID="23808b6b" Eval="x/2" Unit="unit" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="WGCD Correction" LogReference="WGDC_Correction" RequestID="23808b69" Eval="x/2-64" Unit="unit" 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 Oxygen Sensor" LogReference="FrontO2" RequestID="2380867d" Eval="0.01952*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="Knock Voltage" LogReference="KnockVolt" RequestID="2380872b" Eval="0.01952*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="MAT" LogReference="MAT2" RequestID="23808672" Eval="1.8*x-40" Unit="Deg F" MetricEval="x - 40" MetricUnit="Deg C" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="Air/Fuel Ratio (Map)" LogReference="AFRMAP" RequestID="2380890d" Eval="(14.7*128)/x" Unit="AFR" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="Corrected Timing Advance" LogReference="Corr_TimingAdv" RequestID="238089ff" Eval="x-20" Unit="degrees" 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 O2" LogReference="O2Sensor2" RequestID="23808681" Eval="0.01952*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="WGDC MUT" LogReference="WGDC_MUT" RequestID="23808b6d" Eval="x/2" Unit="%" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="Load Error" LogReference="LoadError" RequestID="2380870f" Eval="0.15625*x-20" Unit="load" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="N" Color="" Display="WGDC Correction MUT" LogReference="WGDCCorr" RequestID="23808783" Eval="0.5*x-64" Unit="unit" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
      </Mode2>
    </ecu>

Last edited by Golden; May 31, 2010 at 12:06 PM.
Reply
Old May 31, 2010 | 12:31 PM
  #3  
brocksdad's Avatar
Thread Starter
Newbie
 
Joined: Oct 2008
Posts: 11
Likes: 0
From: San Tan Valley, AZ
That didn't work either. I was idling at 187.5 rpm and knock sum was over 200.
Reply
Old May 31, 2010 | 02:54 PM
  #4  
Golden's Avatar
Evolved Member
iTrader: (1)
 
Joined: Nov 2009
Posts: 1,456
Likes: 0
From: Omaha, NE
Then something else is wrong. I have a 2010 with 55570005 ROM and those are the values I use without any problems. Maybe take a screen shot of EvoScan so we can see what you are doing wrong.
Reply
Old May 31, 2010 | 03:28 PM
  #5  
E6-X's Avatar
Evolving Member
iTrader: (4)
 
Joined: Sep 2009
Posts: 482
Likes: 0
From: earth
goto evoscan.com and DL latest version which i believe it shud be v2.7.0046 and log under 2010 models.

happy logging
Reply
Old May 31, 2010 | 05:40 PM
  #6  
brocksdad's Avatar
Thread Starter
Newbie
 
Joined: Oct 2008
Posts: 11
Likes: 0
From: San Tan Valley, AZ
Thanks for the help. I was trying to log a friends car and he went back home out of state. I will try 2.7 and see what happens next time.

What should the baud rate be set to?
Reply
Old Jun 1, 2010 | 01:10 PM
  #7  
marinos's Avatar
Newbie
 
Joined: May 2010
Posts: 17
Likes: 0
From: Greece
hi i have a mitsu lancer 1.8cc 09 and i cant read my ecu with ecuflash when i press read from ecu this apears http://img34.imageshack.us/f/23413582.jpg i select 2006+mitsubishi can vehicles it loads and thi apears after compliting http://img294.imageshack.us/f/39504222.jpg what should i do? please help
Reply
Old Jun 1, 2010 | 02:56 PM
  #8  
Golden's Avatar
Evolved Member
iTrader: (1)
 
Joined: Nov 2009
Posts: 1,456
Likes: 0
From: Omaha, NE
You read your ROM correctly. You just don't have definition files for it.

You can still save that ROM to your computer and then see if anyone has a definition xml file for it.
Reply
Old Jun 2, 2010 | 06:19 AM
  #9  
marinos's Avatar
Newbie
 
Joined: May 2010
Posts: 17
Likes: 0
From: Greece
Originally Posted by Golden
You read your ROM correctly. You just don't have definition files for it.

You can still save that ROM to your computer and then see if anyone has a definition xml file for it.
where can i find it? i would pay to make it work so i could disable DTS
Reply
Old Jun 2, 2010 | 08:04 AM
  #10  
Golden's Avatar
Evolved Member
iTrader: (1)
 
Joined: Nov 2009
Posts: 1,456
Likes: 0
From: Omaha, NE
Read the ROM, Save it, and email it to me, I'll look. I'll PM you an address.
Reply
Old Jun 2, 2010 | 10:33 AM
  #11  
marinos's Avatar
Newbie
 
Joined: May 2010
Posts: 17
Likes: 0
From: Greece
i read from ecu but when i press save as ... an error comes do you know anything about it?
Reply
Old Jun 2, 2010 | 12:48 PM
  #12  
marinos's Avatar
Newbie
 
Joined: May 2010
Posts: 17
Likes: 0
From: Greece
Originally Posted by Golden
Read the ROM, Save it, and email it to me, I'll look. I'll PM you an address.
ok you have e-mail
Reply
Old Jun 2, 2010 | 02:12 PM
  #13  
Golden's Avatar
Evolved Member
iTrader: (1)
 
Joined: Nov 2009
Posts: 1,456
Likes: 0
From: Omaha, NE
Your ROM id is 52500010.

I'm not finding much stuff out there for it.

I'm guessing this is a 2009 Lancer. But what model and what Market? EDM or something else?
Reply
Old Jun 2, 2010 | 02:42 PM
  #14  
marinos's Avatar
Newbie
 
Joined: May 2010
Posts: 17
Likes: 0
From: Greece
i dont know what do you mean my car is mitsubishi lancer 1.8cc 09 model what is EDM?
Reply
Old Jun 2, 2010 | 06:47 PM
  #15  
Golden's Avatar
Evolved Member
iTrader: (1)
 
Joined: Nov 2009
Posts: 1,456
Likes: 0
From: Omaha, NE
It's the market the car is sold in. I'm not sure what all markets there are, but here are the ones I know:
USDM = USA
JDM = Japan
EDM = Europe
ADM = Australia
There is another for middle eastern, I think.

Last edited by Golden; Jun 2, 2010 at 07:02 PM.
Reply



All times are GMT -7. The time now is 09:51 AM.