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

Basic tuning help

Thread Tools
 
Search this Thread
 
Old Nov 13, 2020 | 02:17 PM
  #1  
nglett's Avatar
Thread Starter
Evolving Member
 
Joined: Oct 2018
Posts: 111
Likes: 2
From: St Louis Area
Basic tuning help

Evoscan is not reading data from the OBD2 port. When I open EvoScan there is no data displayed in the "Reading" column regardless of the selected ECU. Yes the car is running. When I press "Start DataLogger" the RPMs are static at 35,550 and knock sum is 35. I can read the DTC with "CAN MUTIII EFI" selected in the lower right corner. More of a nuts and bolts kinda guy then I/O, can someone point me in the right direction.

I'm using a Windows 10 laptop, EvoScan v2.9.0100 software and a Tactrix Openport 2.0 adapter via USB. OpenPort drivers have been installed.
Reply
Old Nov 13, 2020 | 08:56 PM
  #2  
crimson red's Avatar
Evolving Member
 
Joined: Aug 2009
Posts: 284
Likes: 21
From: Hokkaido, Japan
Hi.

Did you enabled mode23? If not, you need to enable mode23.(see 'Enabling mode23 illustrated')
What is your rom id and what item are you selecting at 'Select ECU'?
How were your settings when you tried to take a log(attach the pic of evoscan so that we can see your settings)?

Last edited by crimson red; Nov 14, 2020 at 03:26 AM.
Reply
Old Nov 14, 2020 | 10:32 AM
  #3  
nglett's Avatar
Thread Starter
Evolving Member
 
Joined: Oct 2018
Posts: 111
Likes: 2
From: St Louis Area
Thanks for the reply,
1.) Not to my knowledge, I've read through the tutorials you've mentioned and requested the images to be reposted but there has been no response. I guess the thread is to old nor have I been able to figure out what I need to do since my rom id isn't listed.
2.) I believe my rom id is 59580006, the car is a 2015 Final Edition (if it even matters). I've literally tried all of the selectable ECUs and have had the same result.
3.) I'll work on that screen shot of EvoScan. In the mean time, I've cut&paste my rom file from Notepad++ below from Ecuflash. I also have TephraMOD V3 installed


<rom>
<romid>
<xmlid>59580006</xmlid>
<internalidaddress>5002a</internalidaddress>
<internalidhex>59580006</internalidhex>
<make>Mitsubishi</make>
<market>USDM</market>
<model>Lancer</model>
<submodel>Evolution X</submodel>
<transmission>5MT</transmission>
<year>2015</year>
<flashmethod>mitsucan</flashmethod>
<memmodel>M32186F8</memmodel>
<checksummodule>mitsucan</checksummodule>
</romid>

<!-- Need verification before RAX Patches are safe
<include>RAX59580004</include>
-->

<scaling name="AFR" units="AFR" toexpr="14.7*128/x" frexpr="14.7*128/x" format="%.2f" min="8" max="20" inc="0.1" storagetype="uint8" endian="big"/>
<scaling name="AFR16" units="AFR" toexpr="14.7*128/x" frexpr="14.7*128/x" format="%.1f" min="8" max="20" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="APP614" units="%" toexpr="100*x/614" frexpr="x/100*614" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
<scaling name="Async_TPS_Accel_IPW_2byte" units="ms" toexpr="x*8*32/1000" frexpr="x*1000/32/8" format="%.3f" min="0" max="638" inc="2" storagetype="uint16" endian="big"/>
<scaling name="Async_TPS_Accel_IPW" units="ms" toexpr="x*8*32/1000" frexpr="x*1000/32/8" format="%.3f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
<scaling name="Baro16" units="bar" toexpr="x/200" frexpr="x*200" format="%.3f" min="0" max="1.1" inc="0.001" storagetype="uint16" endian="big"/>
<scaling name="BatteryVoltage" units="V" toexpr="x*75/1023" frexpr="x*1023/75" format="%.2f" min="0" max="18.75" inc="0.5" storagetype="uint16" endian="big"/>
<scaling name="blobbits" storagetype="bloblist" storagebits="1">
<data name="0" value="00"/>
<data name="1" value="01"/>
</scaling>
<scaling name="BoostErrorPsi" units="psi" toexpr="(x-128)*0.19347/4" frexpr="(x*4/0.19347)+128" format="%.1f" min="-6.1" max="6.1" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="BoostLimitRescalePatch" storagetype="bloblist">
<data name="Patch disabled" value="5942"/>
<data name="Patch ENABLED!" value="5943"/>
</scaling>
<scaling name="CrankingIPW" units="ms" toexpr="x/1.2" frexpr="x*1.2" format="%.1f" min="0" max="213" inc="0.833" storagetype="uint8" endian="big"/>
<scaling name="DynamicBoost" units="%" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.5" storagetype="uint8" endian="big"/>
<scaling name="DwellTime" units="mSec" toexpr="x*0.064" frexpr="x/0.064" format="%.2f" min="0" max="16.3" inc="0.064" storagetype="uint8" endian="big"/>
<scaling name="ECU ID" units="units" toexpr="x" frexpr="x" format="%08x" min="0" max="1e+08" inc="1" storagetype="uint32" endian="big"/>
<scaling name="EngineTorque" units="units" toexpr="x*3" frexpr="x/3" format="%.0f" min="0" max="510" inc="3" storagetype="uint8" endian="big"/>
<scaling name="EnrichmentAdj" units="%" toexpr="x/128" frexpr="x*128" format="%.2f" min="0" max="2" inc="0.05" storagetype="uint8" endian="big"/>
<scaling name="GramsPerSecond" units="units" toexpr="x/100" frexpr="x*100" format="%.2f" min="0" max="655.35" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
<scaling name="Hex32" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="4200000000" inc="1" storagetype="uint32" endian="big"/>
<scaling name="Hex8" units="hex" toexpr="x" frexpr="x" format="%02X" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
<scaling name="High_Low_Load_Multi" units="units" toexpr="((x + 256) * 243 / 256) / 256" frexpr="(((x * 256)) * 256 / 243)-256" format="%.2f" min="0" max="8000" inc="1" storagetype="uint16" endian="big"/>
<scaling name="Idle RPM Offset" units="RPM diff" toexpr="(32768-x)*1000/256" frexpr="32768-(x*256/1000)" format="%.0f" min="-200" max="200" inc="4" storagetype="uint16" endian="big"/>
<scaling name="IgnitionCompensation" units="x" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="128" inc="1" storagetype="uint8" endian="big"/>
<scaling name="InjectorLatency" units="ms" toexpr="x*0.015" frexpr="x/0.015" format="%.3f" min="0" max="4" inc="0.015" storagetype="uint8" endian="big"/>
<scaling name="InjectorScaling" units="cc/min" toexpr="29241/x" frexpr="29241/x" format="%.0f" min="0" max="2500" inc="20" storagetype="uint16" endian="big"/>
<scaling name="IPW" units="ms" toexpr="x*8*32/1000" frexpr="x*1000/32/8" format="%.3f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
<scaling name="IPW 2byte" units="ms" toexpr="x*8*32/1000" frexpr="x*1000/32/8" format="%.3f" min="0" max="638" inc="2" storagetype="uint16" endian="big"/>
<scaling name="IPW16:SHLL0" units="ms" toexpr="x*8/1000" frexpr="x*1000/8" format="%.3f" min="0" max="65" inc="0.008" storagetype="uint16" endian="big"/>
<scaling name="IPW16:SHLL5" units="ms" toexpr="x*32*8/1000" frexpr="x*1000/8/32" format="%.3f" min="0" max="65" inc="0.256" storagetype="uint16" endian="big"/>
<scaling name="IPW_Adder_div_2" units="ms" toexpr="x/250" frexpr="x*250" format="%.3f" min="0" max="65" inc="0.004" storagetype="uint8" endian="big"/>
<scaling name="Load" units="Load" toexpr="x*10/32" frexpr="x*32/10" format="%.0f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/>
<scaling name="Load16" units="Load" toexpr="x*5/8" frexpr="x*8/5" format="%.1f" min="0" max="100" inc="1" storagetype="uint16" endian="big"/>
<scaling name="Load8" units="Load" toexpr="x*5/8" frexpr="x*8/5" format="%.1f" min="0" max="160" inc="1" storagetype="uint8" endian="big"/>
<scaling name="LoadBoost" units="%" toexpr="x*5/4" frexpr="x*4/5" format="%.0f" min="0" max="319" inc="1" storagetype="uint8" endian="big"/>
<scaling name="LoadBoostPatched" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
<scaling name="LoadError" units="load" toexpr="x*5/32-20" frexpr="(x+20)*32/5" format="%.1f" min="-20" max="20" inc="0.5" storagetype="uint16" endian="big"/>
<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"/>
<scaling name="Loadify_x102" units="%" toexpr="x*0.62255859375" frexpr="x/0.62255859375" format="%.1f" min="0" max="300" inc="0.1" storagetype="uint8" endian="big"/>
<scaling name="Loadify_x50" units="%" toexpr="(x*50*10/512)*10/32" frexpr="(x*32/10)*512/10/50" format="%.1f" min="0" max="300" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="Loadify_x50_1byte" units="%" toexpr="x*0.30517578125" frexpr="x/0.30517578125" format="%.1f" min="0" max="300" inc="0.1" storagetype="uint8" endian="big"/>
<scaling name="LT Trim Hz" units="Hz" toexpr="x*6.25" frexpr="x/6.25" format="%.2f" min="0" max="1593.75" inc="6.25" storagetype="uint8" endian="big"/>
<scaling name="Min timing" units="degrees" toexpr="x-20" frexpr="x+20" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
<scaling name="MIVECInterpolation" units="% Normal Temp Map" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint8" endian="big"/>
<scaling name="MIVEC Overlap" units="Degrees" toexpr="(x-32768)*0.01953125" frexpr="(x/0.01953125)+32768" format="%.1f" min="0" max="255" inc="1" storagetype="uint16" endian="big"/>
<scaling name="MPG_Percent" units="%" toexpr="x*100/128" frexpr="x*128/100" format="%.1f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/>
<scaling name="MUT32" units="hex" toexpr="x" frexpr="x" format="%06X" min="0" max="1e+08" inc="1" storagetype="uint32" endian="big"/>
<scaling name="OffsetWGDC" units="%WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.5" storagetype="uint8" endian="big"/>
<scaling name="OffsetWGDC16" units="%WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="Omni4barBoostErrorPsi" units="psi" toexpr="(x-128)*0.2343/4" frexpr="(x*4/0.2343)+128" format="%.1f" min="-6.1" max="6.1" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="Omni4barMAP in kPa" units="Omni4barMAP in kPa" toexpr="((x/4)*1.6151)+3.4779" frexpr="((x-3.4779)/1.6151)*4" format="%.2f" min="0" max="400" inc="0.05" storagetype="uint16" endian="big"/>
<scaling name="Omni4barMAP in psig" units="Omni4barMAP in psig" toexpr="(((x / 4) * 1.6151) + 3.4779) / 6.894757 - 14.7" frexpr="((((x + 14.7) * 6.894757) - 3.4779) / 1.6151) * 4" format="%.2f" min="-15" max="35" inc="0.05" storagetype="uint16" endian="big"/>
<scaling name="Omni4barpsia16" units="psia" toexpr="x*0.2343" frexpr="x/0.2343" format="%.1f" min="0" max="49.5" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="Omni4barpsia8" units="psia" toexpr="x*0.2343" frexpr="x/0.2343" format="%.1f" min="0" max="49.5" inc="0.1" storagetype="uint8" endian="big"/>
<scaling name="Percent128" units="%" toexpr="x*100/128" frexpr="x*128/100" format="%.1f" min="80" max="105" inc="0.1" storagetype="uint8" endian="big"/>
<scaling name="Percent255" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint8" endian="big"/>
<scaling name="Percent256" units="%" toexpr="x*100/256" frexpr="x*256/100" format="%.2f" min="0" max="100" inc="2" storagetype="uint16" endian="big"/>
<scaling name="Percent256_1byte" units="%" toexpr="x*100/256" frexpr="x*256/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint8" endian="big"/>
<scaling name="Percent_128_add_385_div_512" units="%" toexpr="(x+384)/5.12" frexpr="x*5.12-384" format="%.1f" min="75" max="125" inc="2" storagetype="uint8" endian="big"/>
<scaling name="psia16" units="psia" toexpr="x*0.19347" frexpr="x/0.19347" format="%.1f" min="0" max="49.5" inc="0.1" storagetype="uint16" endian="big"/>
<scaling name="psia8" units="psia" toexpr="x*0.19347" frexpr="x/0.19347" format="%.1f" min="0" max="49.5" inc="0.1" storagetype="uint8" endian="big"/>
<scaling name="ReverseInterpolated_Percent255_1byte" units="%" toexpr="100*(1-(x/255))" frexpr="255*(1-(x/100))" format="%.0f" min="0" max="100" inc="1" storagetype="uint8" endian="big"/>
<scaling name="ReverseInterpolated_Percent255_2byte" units="%" toexpr="100*(1-(x/255))" frexpr="255*(1-(x/100))" format="%.2f" min="0" max="100" inc="0.3922" storagetype="uint16" endian="big"/>
<scaling name="RPM" units="RPM" toexpr="x*1000/256" frexpr="x*256/1000" format="%.0f" min="0" max="11000" inc="50" storagetype="uint16" endian="big"/>
<scaling name="RPM8" units="RPM" toexpr="x*125/16" frexpr="x*16/125" format="%.0f" min="0" max="2000" inc="50" storagetype="uint8" endian="big"/>
<scaling name="RPMLimit" units="RPM" toexpr="7500000/x" frexpr="7500000/x" format="%.0f" min="0" max="9000" inc="60" storagetype="uint16" endian="big"/>
<scaling name="RPMPerMPH" units="RPM/MPH" toexpr="x/22.6" frexpr="22.6*x" format="%.0f" min="0" max="3000" inc="5" storagetype="uint16" endian="big"/>
<scaling name="RPMStatLimit" units="units" toexpr="x*31.25" frexpr="x/31.25" format="%.0f" min="0" max="9000" inc="31.25" storagetype="uint16" endian="big"/>
<scaling name="RPMTarget" units="RPM" toexpr="x*125/16" frexpr="x*16/125" format="%.0f" min="0" max="2000" inc="50" storagetype="uint16" endian="big"/>
<scaling name="STFTFuelTrim" units="STFT %" toexpr="(x*0.1953125)-25" frexpr="(x+25)/0.1953125" format="%.2f" min="-25" max="24.80" inc="0.1923125" storagetype="uint8" endian="big"/>
<scaling name="StockXMAP in kPa" units="StockXMAP in kPa" toexpr="((x*2556/3800)+0.5)/2" frexpr="((x * 2)-0.5)*3800/2556" format="%.2f" min="0" max="350" inc="0.05" storagetype="uint16" endian="big"/>
<scaling name="StockXMAP in psig" units="StockXMAP in psig" toexpr="((x/4)*0.19347)-14.5" frexpr="((x+14.5)/0.19347)*4" format="%.2f" min="-15" max="35" inc="0.05" storagetype="uint16" endian="big"/>
<scaling name="Temp" units="Fahrenheit" toexpr="1.8*x-40" frexpr="(x+40)/1.8" format="%.0f" min="-40" max="350" inc="1" storagetype="uint16" endian="big"/>
<scaling name="TempC" units="Celsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="215" inc="1" storagetype="uint16" endian="big"/>
<scaling name="Temp8" units="Fahrenheit" toexpr="1.8*x-40" frexpr="(x+40)/1.8" format="%.0f" min="-40" max="350" inc="1" storagetype="uint8" endian="big"/>
<scaling name="TempC8" units="Celsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="215" inc="1" storagetype="uint8" endian="big"/>
<scaling name="Throttle %" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint16" endian="big"/>
<scaling name="Throttle Opening" units="%" toexpr="x/3277*100" frexpr="x/100*3277" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
<scaling name="ThrottleMAINorSUBInvertedOpening %" units="%" toexpr="100*(x-26)/(204)" frexpr="(x+26)/100*(204)" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
<scaling name="Throttle_Main - Stored Minimum Throttle %" units="%" toexpr="(x+(90/4))*100/255" frexpr="x*255/100-(90/4)" format="%.1f" min="0" max="100" inc="2" storagetype="uint16" endian="big"/>
<scaling name="Time" units="ms" toexpr="x*25" frexpr="x/25" format="%.0f" min="0" max="1.63838e+06" inc="25" storagetype="uint16" endian="big"/>
<scaling name="TimeInjCranking" units="ms" toexpr="x*0.005" frexpr="x/0.005" format="%.1f" min="0" max="500" inc="1" storagetype="uint16" endian="big"/>
<scaling name="Timing" units="degrees" toexpr="x" frexpr="x" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
<scaling name="TimingOBTR" units="degrees" toexpr="x" frexpr="x" format="%.0f " min="0" max="61" inc="1" storagetype="int8 " endian="big"/>
<scaling name="uint16" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
<scaling name="uint8" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
<scaling name="ValveTimingExhaust" units="degrees" toexpr="80-x*0.625" frexpr="(80-x)/0.625" format="%.1f" min="-35" max="0" inc="1" storagetype="uint8" endian="big"/>
<scaling name="ValveTimingIntake" units="degrees" toexpr="80-x*0.625" frexpr="(80-x)/0.625" format="%.1f" min="10" max="35" inc="1" storagetype="uint8" endian="big"/>
<scaling name="VehicleSpeed" units="km/h" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>
<scaling name="VehicleSpeedFreq" units="km/h" toexpr="x*0.25" frexpr="x/0.25" format="%.1f" min="0" max="64" inc="0.2" storagetype="uint16" endian="big"/>
<scaling name="VoltsADC1023" units="Volts" toexpr="x*5/1023" frexpr="x*1023/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint16" endian="big"/>
<scaling name="WGDuty" units="%" toexpr="x/2" frexpr="x*2" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint8" endian="big"/>
<scaling name="x2_byte" units="units" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint8" endian="big"/>
<scaling name="x4_word" units="units" toexpr="x*4" frexpr="x/4" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>

<table name="Mode 23 - IFMode 0x05 -> 0x23 #1" address="7fa43" category="Misc" type="1D" scaling="Hex8"/>

<table name="Mode 23 - IFMode 0x05 -> 0x23 #2" address="8b8ab" category="Misc" type="1D" scaling="Hex8"/>

<table name="Mode 23 - DoMode 0x4D -> 0x5D" address="8b8b2" category="Misc" type="1D" scaling="Hex16"/>

<table name="ASC OFF, SST OFF Fix 0x00E9 -> 0x0100" address="53B04" category="Misc" type="1D" scaling="Hex16"/>


Reply
Old Nov 14, 2020 | 11:06 AM
  #4  
nglett's Avatar
Thread Starter
Evolving Member
 
Joined: Oct 2018
Posts: 111
Likes: 2
From: St Louis Area
evoscan KOER


Reply
Old Nov 14, 2020 | 11:46 PM
  #5  
crimson red's Avatar
Evolving Member
 
Joined: Aug 2009
Posts: 284
Likes: 21
From: Hokkaido, Japan
Originally Posted by nglett
At a glance, your settings at evoscan seems okay but enter your injector scaling value of your rom into 'Injector Scaling' edit box.
And definitely you have to enable mode23 of your rom and flash it to your ECU.
I believe that you can open your rom(59580006) by ecuflash.

Certainly the thread is way too old and the pics are gone.
Okay, if you like to see the instruction with pics, look the thread at EvoXForums.

And I wrote a quick instruction without pics for your convenience below.

1. Open your ecuflash.
2. Load your rom(59580006) by selecting file/'open rom...' menu.
Tables are shown under 'Current ROM Metadata' pane.
3. Click square box at the left of 'Mode 23 - IFMode 0x05 -> 0x23 #1'. One small window will be opened.
Enter SHIFT and '=' key. A window with a text box to input value will be opened.
4. Enter '0x23' into the text box and press ENTER key. The value showed in the window will be changed to '23'.
5. Click square box at the left of 'Mode 23 - IFMode 0x05 -> 0x23 #2'. One small window will be opened.
6. Enter '0x23' into the text box and press ENTER key. The value showed in the window will be changed to '23'.
7. Click square box at the left of 'Mode 23 - DoMode 0x4D -> 0x5D'. One small window will be opened.
8. Enter '0x005D' into the text box and press ENTER key. The value showed in the window will be changed to '005D'.
9. Save your rom by selecting file/'Save ROM As...' menu.
10. Flash your rom by your ecuflash.
11. Now you have enabled mode23!!

Once mode23 was enabled, you should be able to take a log with 'Mode23 ...ish' items.
Try and find the item which can show correct values for your rom.
(I don't know which item fits for your final edition's rom.)

FYI:
I recommend to use 'RAX FAST Logging' item to take a log. It is very fast(you need to enable mode23).
Unfortunately currently 'RAX Patch Version 3' is not available for 59580006 but it is available for 59580004.
If you don't mind flashing 59580004 instead of 59580006, you can use RAX Fast Logging.
Reply
Old Nov 15, 2020 | 07:25 PM
  #6  
nglett's Avatar
Thread Starter
Evolving Member
 
Joined: Oct 2018
Posts: 111
Likes: 2
From: St Louis Area
Thanks for your help, model23 is up and running. When I purchased TephraMOD v3 it looks like he sent me the xxx.04 rom. I checked out the REX patch 3 ecu, the data wasn’t accurate. Is there something else I need to change?
Reply
Old Nov 16, 2020 | 02:38 AM
  #7  
crimson red's Avatar
Evolving Member
 
Joined: Aug 2009
Posts: 284
Likes: 21
From: Hokkaido, Japan
Before taking a log by evoscan, did you install RAX Patch V3 definitions, enable it with your rom by ecuflash, and flash the rom to your ECU?? After everything done, set your item of 'Select ECU:' of evoscan to 'RAX Fast Logging - Rev.E EVOX'.

To enable RAX Fast logging, before flashing your rom, you need to set these tables of your rom as below:
1. 'RAX Fast Logging: Data' table -> 'Data Present'.
2. 'RAX Fast Logging: SUbroutine' -> 'Code Present: Rev E'.
3. 'RAX Fast Logging: CALL Subroutine' -> 'Patch ENABLED'.

Please read the documentation included in the archive of RAX Patch V3 and follow it.

Last edited by crimson red; Nov 17, 2020 at 01:16 AM.
Reply
Old Nov 17, 2020 | 08:10 PM
  #8  
nglett's Avatar
Thread Starter
Evolving Member
 
Joined: Oct 2018
Posts: 111
Likes: 2
From: St Louis Area
Thanks for you help. I have RAX patch 3 up and running. Once I get comfortable with Evoscan, I’ll be able to get a remote tune done. Who know maybe some tinkering of my own.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
RS200Z
Evo X Engine Management / Tuning Forums
1
Jul 29, 2013 01:32 AM
RA09
09+ Ralliart Engine/Turbo/Drivetrain
10
Feb 4, 2013 09:19 AM
taylorgang
ECU Flash
7
May 30, 2011 08:11 PM
Evo_Matt
General Engine Management / Tuning Forum
2
Mar 18, 2008 04:36 AM




All times are GMT -7. The time now is 05:42 AM.