ecutools 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.bundle/config +3 -0
- data/.gitignore +4 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +17 -0
- data/bin/ecutools +4 -0
- data/ecutools.gemspec +29 -0
- data/lib/assembler.rb +22 -0
- data/lib/cli.rb +28 -0
- data/lib/disassembler.rb +219 -0
- data/lib/helpers.rb +84 -0
- data/lib/instruction.rb +53 -0
- data/lib/version.rb +3 -0
- data/tests/52690021.asm +262151 -0
- data/tests/52690021.hex +0 -0
- data/xml/code/52690021.xml +19 -0
- data/xml/ram/52690021.xml +45 -0
- data/xml/rom/52370023.xml +641 -0
- data/xml/rom/52370024.xml +813 -0
- data/xml/rom/52690019.xml +25 -0
- data/xml/rom/52690021.xml +1156 -0
- data/xml/rom/52690022.xml +25 -0
- data/xml/rom/52690024.xml +896 -0
- data/xml/rom/52690122.xml +79 -0
- data/xml/rom/53050006.xml +583 -0
- data/xml/rom/53050007.xml +25 -0
- data/xml/rom/53050009.xml +950 -0
- data/xml/rom/53050011.xml +25 -0
- data/xml/rom/53050012.xml +803 -0
- data/xml/rom/53050109.xml +80 -0
- data/xml/rom/53600008.xml +25 -0
- data/xml/rom/53600009.xml +25 -0
- data/xml/rom/53600010.xml +848 -0
- data/xml/rom/53610009.xml +25 -0
- data/xml/rom/53610010.xml +877 -0
- data/xml/rom/53610012.xml +25 -0
- data/xml/rom/53610013.xml +886 -0
- data/xml/rom/54070007.xml +778 -0
- data/xml/rom/54550003.xml +546 -0
- data/xml/rom/55580005.xml +1161 -0
- data/xml/rom/55580006.xml +25 -0
- data/xml/rom/55580106.xml +75 -0
- data/xml/rom/55590006.xml +1135 -0
- data/xml/rom/55590007.xml +25 -0
- data/xml/rom/55590107.xml +69 -0
- data/xml/rom/56190002.xml +778 -0
- data/xml/rom/56880009.xml +858 -0
- data/xml/rom/56900007.xml +566 -0
- data/xml/rom/56900009.xml +946 -0
- data/xml/rom/56900010.xml +25 -0
- data/xml/rom/56920006.xml +546 -0
- data/xml/rom/56940007.xml +674 -0
- data/xml/rom/56940009.xml +478 -0
- data/xml/rom/56940010.xml +25 -0
- data/xml/rom/56950006.xml +696 -0
- data/xml/rom/57140001.xml +906 -0
- data/xml/rom/58020005.xml +732 -0
- data/xml/rom/58030005.xml +720 -0
- data/xml/rom/58640002.xml +880 -0
- metadata +147 -0
@@ -0,0 +1,1161 @@
|
|
1
|
+
<!--
|
2
|
+
GoldenEvo.com Definition File
|
3
|
+
by Michael Golden
|
4
|
+
|
5
|
+
donations at golden@goldenevo.com
|
6
|
+
-->
|
7
|
+
<rom>
|
8
|
+
<romid>
|
9
|
+
<xmlid>55580005</xmlid>
|
10
|
+
<internalidaddress>5002a</internalidaddress>
|
11
|
+
<internalidhex>55580005</internalidhex>
|
12
|
+
<make>Mitsubishi</make>
|
13
|
+
<market>USDM</market>
|
14
|
+
<model>Lancer</model>
|
15
|
+
<submodel>Evolution X</submodel>
|
16
|
+
<transmission>SST</transmission>
|
17
|
+
<year>2010</year>
|
18
|
+
<flashmethod>mitsucan</flashmethod>
|
19
|
+
<memmodel>M32186F8</memmodel>
|
20
|
+
<checksummodule>mitsucan</checksummodule>
|
21
|
+
</romid>
|
22
|
+
|
23
|
+
<scaling name="AcceleratorPedal %" units="%" toexpr="100*x/(1023-204)" frexpr="x/100*(1023-204)" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
|
24
|
+
<scaling name="AcceleratorPedal255 %" units="%" toexpr="100*x/(255-50)" frexpr="x/100*(255-50)" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
|
25
|
+
<scaling name="AFR" units="AFR" toexpr="14.7*128/x" frexpr="14.7*128/x" format="%.1f" min="8" max="20" inc="0.1" storagetype="uint8" endian="big"/>
|
26
|
+
<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"/>
|
27
|
+
<scaling name="blobbits" storagetype="bloblist" storagebits="1">
|
28
|
+
<data name="0" value="00"/>
|
29
|
+
<data name="1" value="01"/>
|
30
|
+
</scaling>
|
31
|
+
<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"/>
|
32
|
+
<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"/>
|
33
|
+
<scaling name="Dynamic Boost Axis" units="%" toexpr="x/2" frexpr="x*2" format="-%.1f" min="0" max="100" inc="1" storagetype="int16" endian="big"/>
|
34
|
+
<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"/>
|
35
|
+
<scaling name="ECU ID" units="units" toexpr="x" frexpr="x" format="%08x" min="0" max="1e+08" inc="1" storagetype="uint32" endian="big"/>
|
36
|
+
<scaling name="EngineTorque" units="units" toexpr="x*3" frexpr="x/3" format="%.0f" min="0" max="510" inc="1" storagetype="uint8" endian="big"/>
|
37
|
+
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
|
38
|
+
<scaling name="Hex8" units="hex" toexpr="x" frexpr="x" format="%02X" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
|
39
|
+
<scaling name="IgnitionCompensation" units="x" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="128" inc="1" storagetype="uint8" endian="big"/>
|
40
|
+
<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"/>
|
41
|
+
<scaling name="InjectorScaling" units="cc/min" toexpr="29241/x" frexpr="29241/x" format="%.0f" min="1" max="1000" inc="10" storagetype="uint16" endian="big"/>
|
42
|
+
<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"/>
|
43
|
+
<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"/>
|
44
|
+
<scaling name="ISCVSteps" units="Steps" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
|
45
|
+
<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"/>
|
46
|
+
<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"/>
|
47
|
+
<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"/>
|
48
|
+
<scaling name="LoadBoost" units="%" toexpr="x*5/4" frexpr="x*4/5" format="%.0f" min="0" max="319" inc="1" storagetype="uint8" endian="big"/>
|
49
|
+
<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"/>
|
50
|
+
<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"/>
|
51
|
+
<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"/>
|
52
|
+
<scaling name="Min timing" units="degrees" toexpr="x-20" frexpr="x+20" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
|
53
|
+
<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"/>
|
54
|
+
<scaling name="MUT32" units="hex" toexpr="x" frexpr="x" format="%06X" min="0" max="1e+08" inc="1" storagetype="uint32" endian="big"/>
|
55
|
+
<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"/>
|
56
|
+
<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"/>
|
57
|
+
<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"/>
|
58
|
+
<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"/>
|
59
|
+
<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"/>
|
60
|
+
<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"/>
|
61
|
+
<scaling name="Percent255" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint8" endian="big"/>
|
62
|
+
<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"/>
|
63
|
+
<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"/>
|
64
|
+
<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"/>
|
65
|
+
<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"/>
|
66
|
+
<scaling name="RPMLimit" units="RPM" toexpr="7500000/x" frexpr="7500000/x" format="%.0f" min="0" max="9000" inc="60" storagetype="uint16" endian="big"/>
|
67
|
+
<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"/>
|
68
|
+
<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"/>
|
69
|
+
<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"/>
|
70
|
+
<scaling name="RPMUnknown" units="RPM" toexpr="x*31.25/8" frexpr="x*8/31.25" format="%.0f" min="0" max="11000" inc="50" storagetype="uint16" endian="big"/>
|
71
|
+
<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"/>
|
72
|
+
<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"/>
|
73
|
+
<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"/>
|
74
|
+
<scaling name="TempC" units="Celsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="215" inc="1" storagetype="uint16" endian="big"/>
|
75
|
+
<scaling name="Throttle %" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint16" endian="big"/>
|
76
|
+
<scaling name="Throttle Cap" units="%" toexpr="x/1024*100" frexpr="x/100*1024" format="%.1f" min="0" max="100" inc=".5" storagetype="uint16" endian="big"/>
|
77
|
+
<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"/>
|
78
|
+
<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"/>
|
79
|
+
<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"/>
|
80
|
+
<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"/>
|
81
|
+
<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"/>
|
82
|
+
<scaling name="Timing" units="degrees" toexpr="x" frexpr="x" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
|
83
|
+
<scaling name="Torque Calculation Axis" units="NM" toexpr="x*2.56" frexpr="x/2.56" format="%.1f" min="0" max="765" inc="5" storagetype="uint16" endian="big"/>
|
84
|
+
<scaling name="Torque Calculation FtLbs" units="FtLbs" toexpr="x*3" frexpr="x/3" format="%.1f" min="0" max="800" inc="2.5" storagetype="uint8" endian="big"/>
|
85
|
+
<scaling name="uint16" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
|
86
|
+
<scaling name="uint8" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
|
87
|
+
<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"/>
|
88
|
+
<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"/>
|
89
|
+
<scaling name="VehicleSpeed" units="km/h" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>
|
90
|
+
<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"/>
|
91
|
+
<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"/>
|
92
|
+
<scaling name="WGDuty" units="%" toexpr="x/2" frexpr="x*2" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint8" endian="big"/>
|
93
|
+
<scaling name="WGDuty16" units="%" toexpr="x/2" frexpr="x*2" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
|
94
|
+
|
95
|
+
<table name="Mode 23 - IFMode 0x05 -> 0x23 #1" address="7f10b" category="Misc" type="1D" scaling="Hex8"/>
|
96
|
+
|
97
|
+
<table name="Mode 23 - IFMode 0x05 -> 0x23 #2" address="8ad4b" category="Misc" type="1D" scaling="Hex8"/>
|
98
|
+
|
99
|
+
<table name="Mode 23 - DoMode 0x4D -> 0x5D" address="8ad52" category="Misc" type="1D" scaling="Hex16"/>
|
100
|
+
|
101
|
+
<table name="ASC OFF, SST OFF Fix 0x00E9 -> 0x0100" address="53b10" category="Misc" type="1D" scaling="Hex16"/>
|
102
|
+
|
103
|
+
<table name="DTC P1238 Disable 0x0384 -> 0xFFFF Mass airflow sensor plausibility (Torque Monitor)" address="633e8" category="Misc" type="1D" scaling="Hex16"/>
|
104
|
+
|
105
|
+
<table name="DTC P1241 Disable 0x03E8 -> 0xFFFF Torque monitor" address="633de" category="Misc" type="1D" scaling="Hex16"/>
|
106
|
+
|
107
|
+
<table name="DTC P1235 Disable 0x0026 -> 0xFFFF Mass airflow sensor plausibility" address="549f8" category="Misc" type="1D" scaling="Hex16"/>
|
108
|
+
|
109
|
+
<table name="DTC P1233 Disable 0x0028 -> 0xFFFF Throttle position sensor (main) plausibility" address="549f4" category="Misc" type="1D" scaling="Hex16"/>
|
110
|
+
|
111
|
+
<table name="DTC P1234 Disable 0x0028 -> 0xFFFF Throttle position sensor (sub) plausibility" address="549f6" category="Misc" type="1D" scaling="Hex16"/>
|
112
|
+
|
113
|
+
<table name="DTC P0139 Disable 0x1 -> 0x0 Oxygen Sensor Circuit Slow Response (Bank1, Sensor2)" address="503bc" category="Misc" type="1D" scaling="Hex8"/>
|
114
|
+
|
115
|
+
<table name="ECU ID" address="5002a" category="Misc" type="1D" scaling="ECU ID"/>
|
116
|
+
|
117
|
+
<table name="High Octane Timing Map" address="55957" category="Timing" type="3D" swapxy="true" scaling="Timing">
|
118
|
+
<table name="Load" address="611a6" type="X Axis" elements="22" scaling="Load"/>
|
119
|
+
<table name="RPM" address="61172" type="Y Axis" elements="23" scaling="RPM"/>
|
120
|
+
</table>
|
121
|
+
|
122
|
+
<table name="Low Octane Timing Map" address="55b59" category="Timing" type="3D" swapxy="true" scaling="Timing">
|
123
|
+
<table name="Load" address="611a6" type="X Axis" elements="22" scaling="Load"/>
|
124
|
+
<table name="RPM" address="61172" type="Y Axis" elements="23" scaling="RPM"/>
|
125
|
+
</table>
|
126
|
+
|
127
|
+
<table name="Upper Bound Ignition Timing" address="608e9" category="Timing" type="3D" level="2" swapxy="true" scaling="Timing">
|
128
|
+
<table name="Load" address="611a6" type="X Axis" elements="22" scaling="Load"/>
|
129
|
+
<table name="RPM" address="61172" type="Y Axis" elements="23" scaling="RPM"/>
|
130
|
+
</table>
|
131
|
+
|
132
|
+
<table name="Lower Bound Ignition Timing" address="507a5" category="Timing" type="3D" level="2" swapxy="true" scaling="Min timing">
|
133
|
+
<table name="Load" address="615a0" type="X Axis" elements="21" scaling="Load"/>
|
134
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
135
|
+
</table>
|
136
|
+
|
137
|
+
<table name="Ignition Warmup Retard" address="5b969" category="Timing" type="3D" swapxy="true" scaling="Timing">
|
138
|
+
<table name="Load" address="611a6" type="X Axis" elements="22" scaling="Load"/>
|
139
|
+
<table name="RPM" address="61172" type="Y Axis" elements="23" scaling="RPM"/>
|
140
|
+
</table>
|
141
|
+
|
142
|
+
<table name="EGR Timing Advance" address="57359" category="Timing" type="3D" swapxy="true" scaling="Timing">
|
143
|
+
<table name="Load" address="61778" type="X Axis" elements="9" scaling="Load"/>
|
144
|
+
<table name="RPM" address="6175e" type="Y Axis" elements="10" scaling="RPM"/>
|
145
|
+
</table>
|
146
|
+
|
147
|
+
<table name="Timing Reduction vs Load/RPM" address="5064d" category="Timing" type="3D" level="2" swapxy="true" scaling="Timing">
|
148
|
+
<table name="Load" address="615a0" type="X Axis" elements="21" scaling="Load"/>
|
149
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
150
|
+
</table>
|
151
|
+
|
152
|
+
<table name="IAT Ignition Advance Compensation" address="56184" category="Timing" type="2D" scaling="IgnitionCompensation">
|
153
|
+
<table name="IAT" address="6134e" type="Y Axis" elements="7" scaling="Temp"/>
|
154
|
+
</table>
|
155
|
+
|
156
|
+
<table name="Percent Low Temp Timing Trim vs Coolant Temp" address="561bc" category="Timing" type="2D" scaling="Percent255">
|
157
|
+
<table name="Engine Temp" address="61310" type="Y Axis" elements="8" scaling="Temp"/>
|
158
|
+
</table>
|
159
|
+
|
160
|
+
<table name="MIVEC Intake Normal Coolant Temp" address="5dbfd" category="Timing" type="3D" swapxy="true" scaling="ValveTimingIntake">
|
161
|
+
<table name="Load" address="617dc" type="X Axis" elements="21" scaling="Load"/>
|
162
|
+
<table name="RPM" address="6180c" type="Y Axis" elements="24" scaling="RPM"/>
|
163
|
+
</table>
|
164
|
+
|
165
|
+
<table name="MIVEC Intake Low Coolant Temp" address="5ddfd" category="Timing" type="3D" level="2" swapxy="true" scaling="ValveTimingIntake">
|
166
|
+
<table name="Load" address="617dc" type="X Axis" elements="21" scaling="Load"/>
|
167
|
+
<table name="RPM" address="6180c" type="Y Axis" elements="24" scaling="RPM"/>
|
168
|
+
</table>
|
169
|
+
|
170
|
+
<table name="MIVEC Intake Map Interpolation" address="5e3fa" category="Timing" type="2D" level="2" scaling="MIVECInterpolation">
|
171
|
+
<table name="Coolant Temperature" address="6265c" type="Y Axis" elements="9" scaling="Temp"/>
|
172
|
+
</table>
|
173
|
+
|
174
|
+
<table name="MIVEC Exhaust Normal Coolant Temp" address="5dffd" category="Timing" type="3D" swapxy="true" scaling="ValveTimingExhaust">
|
175
|
+
<table name="Load" address="617dc" type="X Axis" elements="21" scaling="Load"/>
|
176
|
+
<table name="RPM" address="6180c" type="Y Axis" elements="24" scaling="RPM"/>
|
177
|
+
</table>
|
178
|
+
|
179
|
+
<table name="MIVEC Exhaust Low Coolant Temp" address="5e1fd" category="Timing" type="3D" level="2" swapxy="true" scaling="ValveTimingExhaust">
|
180
|
+
<table name="Load" address="617dc" type="X Axis" elements="21" scaling="Load"/>
|
181
|
+
<table name="RPM" address="6180c" type="Y Axis" elements="24" scaling="RPM"/>
|
182
|
+
</table>
|
183
|
+
|
184
|
+
<table name="MIVEC Exhaust Map Interpolation" address="5e408" category="Timing" type="2D" level="2" scaling="MIVECInterpolation">
|
185
|
+
<table name="Coolant Temperature" address="6265c" type="Y Axis" elements="9" scaling="Temp"/>
|
186
|
+
</table>
|
187
|
+
|
188
|
+
<table name="High Octane Fuel Map" address="55027" category="Fuel" type="3D" swapxy="true" scaling="AFR">
|
189
|
+
<table name="Load" address="6112c" type="X Axis" elements="21" scaling="Load"/>
|
190
|
+
<table name="RPM" address="61106" type="Y Axis" elements="16" scaling="RPM"/>
|
191
|
+
</table>
|
192
|
+
|
193
|
+
<table name="Low Octane Fuel Map" address="552d7" category="Fuel" type="3D" swapxy="true" scaling="AFR">
|
194
|
+
<table name="Load" address="6112c" type="X Axis" elements="21" scaling="Load"/>
|
195
|
+
<table name="RPM" address="61106" type="Y Axis" elements="16" scaling="RPM"/>
|
196
|
+
</table>
|
197
|
+
|
198
|
+
<table name="Calibration Fuel Map" address="57777" category="Fuel" type="3D" swapxy="true" scaling="Percent128">
|
199
|
+
<table name="Load" address="61a2e" type="X Axis" elements="41" scaling="Load"/>
|
200
|
+
<table name="RPM" address="61a02" type="Y Axis" elements="19" scaling="RPM"/>
|
201
|
+
</table>
|
202
|
+
|
203
|
+
<table name="Cylinder Fuel Trim #1" address="57e51" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
204
|
+
<table name="Load" address="6112c" type="X Axis" elements="21" scaling="Load"/>
|
205
|
+
<table name="RPM" address="61c2a" type="Y Axis" elements="23" scaling="RPM"/>
|
206
|
+
</table>
|
207
|
+
|
208
|
+
<table name="Cylinder Fuel Trim #2" address="5803b" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
209
|
+
<table name="Load" address="6112c" type="X Axis" elements="21" scaling="Load"/>
|
210
|
+
<table name="RPM" address="61c2a" type="Y Axis" elements="23" scaling="RPM"/>
|
211
|
+
</table>
|
212
|
+
|
213
|
+
<table name="Cylinder Fuel Trim #3" address="58225" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
214
|
+
<table name="Load" address="6112c" type="X Axis" elements="21" scaling="Load"/>
|
215
|
+
<table name="RPM" address="61c2a" type="Y Axis" elements="23" scaling="RPM"/>
|
216
|
+
</table>
|
217
|
+
|
218
|
+
<table name="Cylinder Fuel Trim #4" address="5840f" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
219
|
+
<table name="Load" address="6112c" type="X Axis" elements="21" scaling="Load"/>
|
220
|
+
<table name="RPM" address="61c2a" type="Y Axis" elements="23" scaling="RPM"/>
|
221
|
+
</table>
|
222
|
+
|
223
|
+
<table name="Evap Map #1" address="55d5b" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
224
|
+
<table name="Load" address="611a6" type="X Axis" elements="22" scaling="Load"/>
|
225
|
+
<table name="RPM" address="61172" type="Y Axis" elements="23" scaling="RPM"/>
|
226
|
+
</table>
|
227
|
+
|
228
|
+
<table name="Evap Map #2" address="55f5d" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
229
|
+
<table name="Load" address="611a6" type="X Axis" elements="22" scaling="Load"/>
|
230
|
+
<table name="RPM" address="61172" type="Y Axis" elements="23" scaling="RPM"/>
|
231
|
+
</table>
|
232
|
+
|
233
|
+
<table name="Max Lean Oct Avg AFR vs Load" address="57a86" category="Fuel" type="2D" level="2" scaling="AFR">
|
234
|
+
<table name="Unknown" address="619e6" type="Y Axis" elements="11" scaling="Load16"/>
|
235
|
+
</table>
|
236
|
+
|
237
|
+
<table name="Max Rich AFR Clip vs Coolant Temp" address="5a250" category="Fuel" type="2D" level="2" scaling="AFR">
|
238
|
+
<table name="Coolant Temperature" address="5d370" type="Y Axis" elements="9" scaling="Temp"/>
|
239
|
+
</table>
|
240
|
+
|
241
|
+
<table name="Fuel Injector Scaling" address="536ce" category="Fuel" type="1D" scaling="InjectorScaling"/>
|
242
|
+
|
243
|
+
<table name="Injector Battery Voltage Latency Compensation" address="556d0" category="Fuel" type="2D" scaling="InjectorLatency">
|
244
|
+
<table name="Battery Voltage" address="61082" type="Y Axis" elements="7" scaling="BatteryVoltage"/>
|
245
|
+
</table>
|
246
|
+
|
247
|
+
<table name="Cranking Enrichment IPW Adder" address="5753e" category="Fuel" type="2D" scaling="TimeInjCranking">
|
248
|
+
<table name="Coolant Temperature" address="6124e" type="Y Axis" elements="9" scaling="Temp"/>
|
249
|
+
</table>
|
250
|
+
|
251
|
+
<table name="Cranking IPW" address="57c3a" category="Fuel" type="2D" scaling="CrankingIPW">
|
252
|
+
<table name="Coolant Temperature" address="6127e" type="Y Axis" elements="11" scaling="Temp"/>
|
253
|
+
</table>
|
254
|
+
|
255
|
+
<table name="Injector Base Latency" address="53000" category="Fuel" type="1D" scaling="InjectorLatency"/>
|
256
|
+
|
257
|
+
<table name="Minimum IPW SHLL5 (stock)" address="53002" category="Fuel" type="1D" scaling="IPW16:SHLL5"/>
|
258
|
+
|
259
|
+
<table name="Minimum IPW SHLL0" address="53002" category="Fuel" type="1D" level="2" scaling="IPW16:SHLL0"/>
|
260
|
+
|
261
|
+
<table name="Minimum IPW SHLL0 modifier #1 (0x5345 -> 0x5340)" address="2e5ae" category="Fuel" type="1D" level="2" scaling="Hex16"/>
|
262
|
+
|
263
|
+
<table name="Minimum IPW SHLL0 modifier #2 (0x5945 -> 0x5940)" address="2e3a2" category="Fuel" type="1D" level="2" scaling="Hex16"/>
|
264
|
+
|
265
|
+
<table name="Minimum IPW Code Path modifier #1 (0x7f09 -> 0x7f06)" address="2e590" category="Fuel" type="1D" level="2" scaling="Hex16"/>
|
266
|
+
|
267
|
+
<table name="Fuel Compensation MAT vs MAP - Stock3bar" address="60ca9" category="Fuel" type="3D" swapxy="true" scaling="AFR">
|
268
|
+
<table name="MAP" address="62d12" type="X Axis" elements="10" scaling="StockXMAP in kPa"/>
|
269
|
+
<table name="MAT" address="62cfe" type="Y Axis" elements="7" scaling="Temp"/>
|
270
|
+
</table>
|
271
|
+
|
272
|
+
<table name="Fuel Compensation MAT vs MAP - Omni4bar" address="60ca9" category="Fuel" type="3D" swapxy="true" scaling="AFR">
|
273
|
+
<table name="MAP" address="62d12" type="X Axis" elements="10" scaling="Omni4barMAP in kPa"/>
|
274
|
+
<table name="MAT" address="62cfe" type="Y Axis" elements="7" scaling="Temp"/>
|
275
|
+
</table>
|
276
|
+
|
277
|
+
<table name="Closed Loop - LT Trim Control" address="5557f" category="Fuel" type="2D" level="2" scaling="LT Trim Hz">
|
278
|
+
<table name="Conditions" type="Static Y Axis" elements="4">
|
279
|
+
<data>Low -> Mid</data>
|
280
|
+
<data>Mid -> Low</data>
|
281
|
+
<data>Mid -> High</data>
|
282
|
+
<data>High -> Mid</data>
|
283
|
+
</table>
|
284
|
+
</table>
|
285
|
+
|
286
|
+
<table name="Open Loop Load High Octane #1" address="5756c" category="Fuel" type="2D" scaling="Load8">
|
287
|
+
<table name="RPM" address="60f92" type="Y Axis" elements="20" scaling="RPM"/>
|
288
|
+
</table>
|
289
|
+
|
290
|
+
<table name="Open Loop Load Low Octane #1" address="57554" category="Fuel" type="2D" scaling="Load8">
|
291
|
+
<table name="RPM" address="60f92" type="Y Axis" elements="20" scaling="RPM"/>
|
292
|
+
</table>
|
293
|
+
|
294
|
+
<table name="Open Loop Load High Octane #2" address="555da" category="Fuel" type="2D" scaling="Load8">
|
295
|
+
<table name="RPM" address="60f92" type="Y Axis" elements="20" scaling="RPM"/>
|
296
|
+
</table>
|
297
|
+
|
298
|
+
<table name="Open Loop Load Low Octane #2" address="555c2" category="Fuel" type="2D" scaling="Load8">
|
299
|
+
<table name="RPM" address="60f92" type="Y Axis" elements="20" scaling="RPM"/>
|
300
|
+
</table>
|
301
|
+
|
302
|
+
<table name="MAF Scaling Part 1" address="575de" category="Fuel" type="2D" level="2" scaling="uint16">
|
303
|
+
<table name="Volts" address="61842" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
|
304
|
+
</table>
|
305
|
+
|
306
|
+
<table name="MAF Scaling Part 2" address="57636" category="Fuel" type="2D" level="2" scaling="uint16">
|
307
|
+
<table name="Volts" address="6189a" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
|
308
|
+
</table>
|
309
|
+
|
310
|
+
<table name="MAF Scaling Part 3" address="5768e" category="Fuel" type="2D" level="2" scaling="uint16">
|
311
|
+
<table name="Volts" address="618f2" type="Y Axis" elements="42" scaling="VoltsADC1023"/>
|
312
|
+
</table>
|
313
|
+
|
314
|
+
<table name="MAP based Load Calc #1 - Hot/Interpolated 2010" address="6058a" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
|
315
|
+
<table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
|
316
|
+
<table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
|
317
|
+
</table>
|
318
|
+
|
319
|
+
<table name="MAP based Load Calc #2 - Cold/Interpolated 2010" address="60288" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
|
320
|
+
<table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in kPa"/>
|
321
|
+
<table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
|
322
|
+
</table>
|
323
|
+
|
324
|
+
<table name="MAP based Load Calc #3 2010" address="5ff86" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
|
325
|
+
<table name="MAP" address="62c88" type="X Axis" elements="20" scaling="Omni4barMAP in kPa"/>
|
326
|
+
<table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
|
327
|
+
</table>
|
328
|
+
|
329
|
+
<table name="Atmospheric Boost" address="53484" category="Direct Boost" type="1D" scaling="psia16"/>
|
330
|
+
|
331
|
+
<table name="Boost Target #1A (High Gear Range)" address="58ee5" category="Direct Boost" type="3D" swapxy="true" scaling="psia8">
|
332
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
333
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
334
|
+
</table>
|
335
|
+
|
336
|
+
<table name="Boost Target #1B (High Gear Range)" address="58f8f" category="Direct Boost" type="3D" swapxy="true" scaling="psia8">
|
337
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
338
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
339
|
+
</table>
|
340
|
+
|
341
|
+
<table name="Boost Target #2 (Low Gear Range)" address="57495" category="Direct Boost" type="3D" swapxy="true" scaling="psia8">
|
342
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
343
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
344
|
+
</table>
|
345
|
+
|
346
|
+
<table name="Target Boost Error Correction" address="58d78" category="Direct Boost" type="2D" scaling="OffsetWGDC">
|
347
|
+
<table name="Boost Error" address="62812" type="Y Axis" elements="17" scaling="BoostErrorPsi"/>
|
348
|
+
</table>
|
349
|
+
|
350
|
+
<table name="Variable for Boost Control 0xC78A -> 0xC72E" address="a36ea" category="Direct Boost" type="1D" scaling="Hex16"/>
|
351
|
+
|
352
|
+
<table name="SHLR->SHLR2 0x5101 -> 0x5102" address="a36ec" category="Direct Boost" type="1D" scaling="Hex16"/>
|
353
|
+
|
354
|
+
<table name="Boost Error RAM Address 0xC5A4 -> 0xC5A2 (is 0x8085A2 for logging)" address="a3712" category="Direct Boost" type="1D" scaling="Hex16"/>
|
355
|
+
|
356
|
+
<table name="Boost Error RAM Address in Load Error Table 0xC5A4 -> 0xC5A2" address="6280e" category="Direct Boost" type="1D" scaling="Hex16"/>
|
357
|
+
|
358
|
+
<table name="Atmospheric Boost (Omni4bar)" address="53484" category="Omni 4 Bar Boost" type="1D" scaling="Omni4barpsia16"/>
|
359
|
+
|
360
|
+
<table name="Boost Target #1A (High Gear Range) (Omni4bar)" address="58ee5" category="Omni 4 Bar Boost" type="3D" swapxy="true" scaling="Omni4barpsia8">
|
361
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
362
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
363
|
+
</table>
|
364
|
+
|
365
|
+
<table name="Boost Target #1B (High Gear Range) (Omni4bar)" address="58f8f" category="Omni 4 Bar Boost" type="3D" swapxy="true" scaling="Omni4barpsia8">
|
366
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
367
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
368
|
+
</table>
|
369
|
+
|
370
|
+
<table name="Boost Target #2 (Low Gear Range) (Omni4bar)" address="57495" category="Omni 4 Bar Boost" type="3D" swapxy="true" scaling="Omni4barpsia8">
|
371
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
372
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
373
|
+
</table>
|
374
|
+
|
375
|
+
<table name="Target Boost Error Correction (Omni4bar)" address="58d78" category="Omni 4 Bar Boost" type="2D" scaling="OffsetWGDC">
|
376
|
+
<table name="Boost Error" address="62812" type="Y Axis" elements="17" scaling="Omni4barBoostErrorPsi"/>
|
377
|
+
</table>
|
378
|
+
|
379
|
+
<table name="Omni4bar #1 0x03B6 -> 0x02FF" address="1839e" category="Omni 4 Bar Boost" type="1D" scaling="Hex16"/>
|
380
|
+
|
381
|
+
<table name="Omni4bar #2 0x0ED8 -> 0x0BFC" address="183ce" category="Omni 4 Bar Boost" type="1D" scaling="Hex16"/>
|
382
|
+
|
383
|
+
<table name="Omni4bar #3 0x0ED8 -> 0x0BFC" address="183e2" category="Omni 4 Bar Boost" type="1D" scaling="Hex16"/>
|
384
|
+
|
385
|
+
<table name="Boost Control Load Offset" address="53484" category="Load Boost" type="1D" scaling="Load16"/>
|
386
|
+
|
387
|
+
<table name="Boost Target Engine Load #1A (High Gear Range)" address="58ee5" category="Load Boost" type="3D" swapxy="true" scaling="Load8">
|
388
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
389
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
390
|
+
</table>
|
391
|
+
|
392
|
+
<table name="Boost Target Engine Load #1B (High Gear Range)" address="58f8f" category="Load Boost" type="3D" swapxy="true" scaling="Load8">
|
393
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
394
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
395
|
+
</table>
|
396
|
+
|
397
|
+
<table name="Boost Target Engine Load #2 (Low Gear Range)" address="57495" category="Load Boost" type="3D" swapxy="true" scaling="Load8">
|
398
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
399
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
400
|
+
</table>
|
401
|
+
|
402
|
+
<table name="Reactive Solenoid Turbo Boost Error Correction" address="58d78" category="Load Boost" type="2D" scaling="DynamicBoost">
|
403
|
+
<table name="Load Error" address="62812" type="Y Axis" elements="17" scaling="LoadError"/>
|
404
|
+
</table>
|
405
|
+
|
406
|
+
<table name="Boost Cut Delay Timer" address="53068" category="Turbo" type="1D" scaling="Time"/>
|
407
|
+
|
408
|
+
<table name="Boost Limit" address="555b4" category="Turbo" type="2D" scaling="LoadBoost">
|
409
|
+
<table name="RPM" address="617b2" type="Y Axis" elements="9" scaling="RPM"/>
|
410
|
+
</table>
|
411
|
+
|
412
|
+
<table name="Boost Control RPM Per MPH Xover (Gear Based)" address="546a2" category="Turbo" type="1D" scaling="RPMPerMPH"/>
|
413
|
+
|
414
|
+
<table name="Reactive Solenoid Base WGDC Map #1A (High Gear Range)" address="58d91" category="Turbo" type="3D" swapxy="true" scaling="WGDuty">
|
415
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
416
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
417
|
+
</table>
|
418
|
+
|
419
|
+
<table name="Reactive Solenoid Base WGDC Map #1B (High Gear Range)" address="58e3b" category="Turbo" type="3D" swapxy="true" scaling="WGDuty">
|
420
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
421
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
422
|
+
</table>
|
423
|
+
|
424
|
+
<table name="Reactive Solenoid Base WGDC Map #2 (Low Gear Range)" address="573eb" category="Turbo" type="3D" swapxy="true" scaling="WGDuty">
|
425
|
+
<table name="Throttle" address="6286a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
426
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
427
|
+
</table>
|
428
|
+
|
429
|
+
<table name="Reactive Solenoid WGDC Correction Interval (High Gear Range)" address="5346a" category="Turbo" type="1D" scaling="uint16"/>
|
430
|
+
|
431
|
+
<table name="Reactive Solenoid WGDC Correction Interval (Low Gear Range)" address="546b2" category="Turbo" type="1D" scaling="uint16"/>
|
432
|
+
|
433
|
+
<table name="Reactive Solenoid Max Total Upward WGDC Correction vs TPS" address="58d6a" category="Turbo" type="2D" scaling="OffsetWGDC">
|
434
|
+
<table name="TPS" address="62852" type="Y Axis" elements="9" scaling="Throttle %"/>
|
435
|
+
</table>
|
436
|
+
|
437
|
+
<table name="Reactive Solenoid Max Total Downward WGDC Correction" address="5346c" category="Turbo" type="1D" scaling="OffsetWGDC"/>
|
438
|
+
|
439
|
+
<table name="Passive Solenoid Base WGDC Map #1A (High Gear Range)" address="5a286" category="Turbo" type="2D" scaling="WGDuty">
|
440
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
441
|
+
</table>
|
442
|
+
|
443
|
+
<table name="Passive Solenoid Base WGDC Map #1B (High Gear Range)" address="5a29c" category="Turbo" type="2D" scaling="WGDuty">
|
444
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
445
|
+
</table>
|
446
|
+
|
447
|
+
<table name="Passive Solenoid Base WGDC Map #2 (Low Gear Range)" address="5a2b2" category="Turbo" type="2D" scaling="WGDuty">
|
448
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
449
|
+
</table>
|
450
|
+
|
451
|
+
<table name="Throttle Map #1" address="50b7a" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
452
|
+
<table name="Load" address="61628" type="X Axis" elements="49" scaling="Load"/>
|
453
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPM"/>
|
454
|
+
</table>
|
455
|
+
|
456
|
+
<table name="Throttle Map #2" address="511a4" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
457
|
+
<table name="Load" address="61628" type="X Axis" elements="49" scaling="Load"/>
|
458
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPM"/>
|
459
|
+
</table>
|
460
|
+
|
461
|
+
<table name="Throttle Map #3" address="517ce" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
462
|
+
<table name="Load" address="61628" type="X Axis" elements="49" scaling="Load"/>
|
463
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPM"/>
|
464
|
+
</table>
|
465
|
+
|
466
|
+
<table name="Throttle Map #4" address="51df8" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
467
|
+
<table name="Load" address="61628" type="X Axis" elements="49" scaling="Load"/>
|
468
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPM"/>
|
469
|
+
</table>
|
470
|
+
|
471
|
+
<table name="Throttle Map #5" address="52422" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
472
|
+
<table name="Load" address="61628" type="X Axis" elements="49" scaling="Load"/>
|
473
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPM"/>
|
474
|
+
</table>
|
475
|
+
|
476
|
+
<table name="Throttle Conditional Switch" address="54992" category="Intake" type="1D" scaling="RPMStatLimit"/>
|
477
|
+
|
478
|
+
<table name="Rev Limiter" address="5305e" category="Limits" type="2D" scaling="RPMLimit">
|
479
|
+
<table type="Static Y Axis" elements="2">
|
480
|
+
<data>Rev Limiter ON</data>
|
481
|
+
<data>Rev Limiter OFF</data>
|
482
|
+
</table>
|
483
|
+
</table>
|
484
|
+
|
485
|
+
<table name="Stationary Rev Limiter" address="546A8" category="Limits" type="1D" scaling="RPMStatLimit"/>
|
486
|
+
|
487
|
+
<table name="Stationary Rev Limit Cross Under Max Speed Enable Delay" address="546AA" category="Limits" type="1D" scaling="Time"/>
|
488
|
+
|
489
|
+
<table name="Max Speed for Stationary Rev Limit" address="546A6" category="Limits" type="1D" scaling="VehicleSpeedFreq"/>
|
490
|
+
|
491
|
+
<table name="Speed Limiter #1" address="53062" category="Limits" type="2D" scaling="VehicleSpeed">
|
492
|
+
<table name="X" type="Static Y Axis" elements="2">
|
493
|
+
<data>Limiter ON</data>
|
494
|
+
<data>Limiter OFF</data>
|
495
|
+
</table>
|
496
|
+
</table>
|
497
|
+
|
498
|
+
<table name="Airflow Check #1" address="5ea29" category="Limits" type="3D" swapxy="true" scaling="EngineTorque">
|
499
|
+
<table name="Throttle Main or SUB Inverted Opening" address="626e8" type="X Axis" elements="14" scaling="ThrottleMAINorSUBInvertedOpening %"/>
|
500
|
+
<table name="RPM" address="626c0" type="Y Axis" elements="17" scaling="RPM"/>
|
501
|
+
</table>
|
502
|
+
|
503
|
+
<table name="Airflow Check #2" address="5eb1f" category="Limits" type="3D" swapxy="true" scaling="EngineTorque">
|
504
|
+
<table name="Throttle Main or SUB Inverted Opening" address="626e8" type="X Axis" elements="14" scaling="ThrottleMAINorSUBInvertedOpening %"/>
|
505
|
+
<table name="RPM" address="626c0" type="Y Axis" elements="17" scaling="RPM"/>
|
506
|
+
</table>
|
507
|
+
|
508
|
+
<table name="Airflow Check #3" address="5ec15" category="Limits" type="3D" swapxy="true" scaling="EngineTorque">
|
509
|
+
<table name="Throttle Main or SUB Inverted Opening" address="626e8" type="X Axis" elements="14" scaling="ThrottleMAINorSUBInvertedOpening %"/>
|
510
|
+
<table name="RPM" address="626c0" type="Y Axis" elements="17" scaling="RPM"/>
|
511
|
+
</table>
|
512
|
+
|
513
|
+
<table name="Airflow Check #4" address="5ed1f" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
514
|
+
<table name="TPS-Related" address="62730" type="X Axis" elements="6" scaling="Throttle %"/>
|
515
|
+
<table name="RPM" address="6270a" type="Y Axis" elements="16" scaling="RPM"/>
|
516
|
+
</table>
|
517
|
+
|
518
|
+
<table name="Airflow Check #1 (Old Style)" address="5ea29" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
519
|
+
<table name="TPS-Related" address="626e8" type="X Axis" elements="14" scaling="Throttle %"/>
|
520
|
+
<table name="RPM" address="626c0" type="Y Axis" elements="17" scaling="RPM"/>
|
521
|
+
</table>
|
522
|
+
|
523
|
+
<table name="Airflow Check #2 (Old Style)" address="5eb1f" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
524
|
+
<table name="TPS-Related" address="626e8" type="X Axis" elements="14" scaling="Throttle %"/>
|
525
|
+
<table name="RPM" address="626c0" type="Y Axis" elements="17" scaling="RPM"/>
|
526
|
+
</table>
|
527
|
+
|
528
|
+
<table name="Airflow Check #3 (Old Style)" address="5ec15" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
529
|
+
<table name="TPS-Related" address="626e8" type="X Axis" elements="14" scaling="Throttle %"/>
|
530
|
+
<table name="RPM" address="626c0" type="Y Axis" elements="17" scaling="RPM"/>
|
531
|
+
</table>
|
532
|
+
|
533
|
+
<table name="Airflow Check Offset" address="60be5" category="Limits" type="3D" scaling="uint8">
|
534
|
+
<table name="TPS-Related" address="62cb6" type="X Axis" elements="9" scaling="Throttle %"/>
|
535
|
+
<table name="Reactive Solenoid BWGDC-Related" address="62cce" type="Y Axis" elements="21" scaling="RPM"/>
|
536
|
+
</table>
|
537
|
+
|
538
|
+
<table name="Torque Limiter #1" address="63a45" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
539
|
+
<table name="TPS-Related" address="63fa6" type="X Axis" elements="14" scaling="Throttle %"/>
|
540
|
+
<table name="RPM" address="63f7e" type="Y Axis" elements="17" scaling="RPM"/>
|
541
|
+
</table>
|
542
|
+
|
543
|
+
<table name="Torque Limiter #2" address="63b3b" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
544
|
+
<table name="TPS-Related" address="63fa6" type="X Axis" elements="14" scaling="Throttle %"/>
|
545
|
+
<table name="RPM" address="63f7e" type="Y Axis" elements="17" scaling="RPM"/>
|
546
|
+
</table>
|
547
|
+
|
548
|
+
<table name="Torque Limiter #3" address="63c31" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
549
|
+
<table name="TPS-Related" address="63fa6" type="X Axis" elements="14" scaling="Throttle %"/>
|
550
|
+
<table name="RPM" address="63f7e" type="Y Axis" elements="17" scaling="RPM"/>
|
551
|
+
</table>
|
552
|
+
|
553
|
+
<table name="Torque Limiter #4" address="63d27" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
554
|
+
<table name="TPS-Related" address="64066" type="X Axis" elements="6" scaling="Throttle %"/>
|
555
|
+
<table name="RPM" address="63fc8" type="Y Axis" elements="16" scaling="RPM"/>
|
556
|
+
</table>
|
557
|
+
|
558
|
+
<table name="Knock Sensitivity Load Threshold" address="561ec" category="Knock Detection" type="2D" level="2" scaling="Load8">
|
559
|
+
<table name="RPM" address="62aea" type="Y Axis" elements="16" scaling="RPM"/>
|
560
|
+
</table>
|
561
|
+
|
562
|
+
<table name="Knock Background Noise Multiplier" address="59e68" category="Knock Detection" type="2D" level="2" scaling="uint8">
|
563
|
+
<table name="RPM" address="61d40" type="Y Axis" elements="16" scaling="RPM"/>
|
564
|
+
</table>
|
565
|
+
|
566
|
+
<table name="Knock Background Noise Adder (SINGLE GAIN) #1" address="5ff6c" category="Knock Detection" type="2D" level="2" scaling="uint8">
|
567
|
+
<table name="RPM" address="61d40" type="Y Axis" elements="16" scaling="RPM"/>
|
568
|
+
</table>
|
569
|
+
|
570
|
+
<table name="Knock Background Noise Adder (SINGLE GAIN) #2" address="59e40" category="Knock Detection" type="2D" level="2" scaling="uint8">
|
571
|
+
<table name="RPM" address="61d40" type="Y Axis" elements="16" scaling="RPM"/>
|
572
|
+
</table>
|
573
|
+
|
574
|
+
<table name="Knock Background Noise Adder (TRIPLE GAIN) #1" address="5ff58" category="Knock Detection" type="2D" level="2" scaling="uint8">
|
575
|
+
<table name="RPM" address="61d40" type="Y Axis" elements="16" scaling="RPM"/>
|
576
|
+
</table>
|
577
|
+
|
578
|
+
<table name="Knock Background Noise Adder (TRIPLE GAIN) #2" address="59e54" category="Knock Detection" type="2D" level="2" scaling="uint8">
|
579
|
+
<table name="RPM" address="61d40" type="Y Axis" elements="16" scaling="RPM"/>
|
580
|
+
</table>
|
581
|
+
|
582
|
+
<table name="1st gear TPS limiter (Drive)" address="60888" category="SST" type="2D" level="2" scaling="Throttle Cap">
|
583
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
584
|
+
</table>
|
585
|
+
|
586
|
+
<table name="1st gear TPS limiter (Reverse)" address="608b2" category="SST" type="2D" level="2" scaling="Throttle Cap">
|
587
|
+
<table name="RPM" address="627e8" type="Y Axis" elements="18" scaling="RPM"/>
|
588
|
+
</table>
|
589
|
+
|
590
|
+
<table name="SST Limit Temperature" address="54ae2" category="SST" type="2D" level="3" scaling="Temp">
|
591
|
+
<table name="x" type="Static Y Axis" elements="2">
|
592
|
+
<data>Limp Mode ON</data>
|
593
|
+
<data>Limp Mode OFF</data>
|
594
|
+
</table>
|
595
|
+
</table>
|
596
|
+
|
597
|
+
<table name="SST Upshift - Lower Bound Fueling" address="57abd" category="SST" type="3D" level="3" swapxy="true" scaling="AFR">
|
598
|
+
<table name="Load" address="6112c" type="X Axis" elements="21" scaling="Load"/>
|
599
|
+
<table name="RPM" address="61106" type="Y Axis" elements="16" scaling="RPM"/>
|
600
|
+
</table>
|
601
|
+
|
602
|
+
<table name="SST Upshift - Lower Bound Timing" address="507a5" category="SST" type="3D" level="3" swapxy="true" scaling="Min timing">
|
603
|
+
<table name="Load" address="615a0" type="X Axis" elements="21" scaling="Load"/>
|
604
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
605
|
+
</table>
|
606
|
+
|
607
|
+
<table name="SST Upshift - Lower Bound Timing Retard Max" address="52a49" category="SST" type="3D" level="3" swapxy="true" scaling="Timing">
|
608
|
+
<table name="Load" address="615a0" type="X Axis" elements="21" scaling="Load"/>
|
609
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
610
|
+
</table>
|
611
|
+
|
612
|
+
<table name="SST Upshift - Lower Bound Timing Reduction vs Load/RPM" address="5064d" category="SST" type="3D" level="3" swapxy="true" scaling="Timing">
|
613
|
+
<table name="Load" address="615a0" type="X Axis" elements="21" scaling="Load"/>
|
614
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
615
|
+
</table>
|
616
|
+
|
617
|
+
<table name="SST Clutch Pressure Ramp Up - Map A" address="591a5" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
618
|
+
<table name="Load" address="615d0" type="X Axis" elements="21" scaling="Throttle %"/>
|
619
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
620
|
+
</table>
|
621
|
+
|
622
|
+
<table name="SST Clutch Pressure Ramp Up - Map B" address="63465" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
623
|
+
<table name="Load" address="63f00" type="X Axis" elements="21" scaling="Throttle %"/>
|
624
|
+
<table name="RPM" address="63eb4" type="Y Axis" elements="16" scaling="RPM"/>
|
625
|
+
</table>
|
626
|
+
|
627
|
+
<table name="SST Clutch Pressure Ramp Up - Map C" address="641e9" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
628
|
+
<table name="Load" address="65368" type="X Axis" elements="21" scaling="Throttle %"/>
|
629
|
+
<table name="RPM" address="65342" type="Y Axis" elements="16" scaling="RPM"/>
|
630
|
+
</table>
|
631
|
+
|
632
|
+
<table name="SST Clutch Pressure - Unknown" address="50425" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
633
|
+
<table name="Load" address="615a0" type="X Axis" elements="21" scaling="Throttle %"/>
|
634
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
635
|
+
</table>
|
636
|
+
|
637
|
+
<table name="SST Clutch Pressure Ramp Up - Reduction vs Octane" address="5904d" category="SST" type="3D" level="3" swapxy="true" scaling="EngineTorque">
|
638
|
+
<table name="Load" address="615a0" type="X Axis" elements="21" scaling="Load"/>
|
639
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
640
|
+
</table>
|
641
|
+
|
642
|
+
<table name="SST Clutch Pressure Ramp Up - Adjust Offset 2D" address="5040e" category="SST" type="2D" level="3" scaling="EngineTorque">
|
643
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
644
|
+
</table>
|
645
|
+
|
646
|
+
<table name="SST Clutch Pressure Ramp Up - Reduction vs CTS" address="5986c" category="SST" type="2D" level="3" scaling="EngineTorque">
|
647
|
+
<table name="Coolant Temp" address="6146e" type="Y Axis" elements="8" scaling="Temp"/>
|
648
|
+
</table>
|
649
|
+
|
650
|
+
<table name="SST Clutch Pressure Ramp Up - Reduction vs Alternator" address="505a5" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
651
|
+
<table name="Unknown" address="61690" type="X Axis" elements="10" scaling="uint16"/>
|
652
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPMUnknown"/>
|
653
|
+
</table>
|
654
|
+
|
655
|
+
<table name="SST Throttle Requested Torque Map #1 - Liftoff" address="592fd" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
656
|
+
<table name="Throttle" address="61600" type="X Axis" elements="17" scaling="AcceleratorPedal %"/>
|
657
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPM"/>
|
658
|
+
</table>
|
659
|
+
|
660
|
+
<table name="SST Throttle Requested Torque Map #2 - Cold/Interpolated" address="59415" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
661
|
+
<table name="Throttle" address="61600" type="X Axis" elements="17" scaling="AcceleratorPedal %"/>
|
662
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPM"/>
|
663
|
+
</table>
|
664
|
+
|
665
|
+
<table name="SST Throttle Requested Torque Map #3 - Hot/Interpolated" address="5952d" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
666
|
+
<table name="Throttle" address="61600" type="X Axis" elements="17" scaling="AcceleratorPedal %"/>
|
667
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPM"/>
|
668
|
+
</table>
|
669
|
+
|
670
|
+
<table name="SST Throttle Requested Torque Base" address="5057a" category="SST" type="2D" level="3" scaling="EngineTorque">
|
671
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
672
|
+
</table>
|
673
|
+
|
674
|
+
<table name="SST Throttle Requested Torque Subtractor Map" address="60be5" category="SST" type="3D" level="3" swapxy="true" scaling="EngineTorque">
|
675
|
+
<table name="Map WGDC - Final WGDC" address="62cce" type="X Axis" elements="21" scaling="WGDuty16"/>
|
676
|
+
<table name="Throttle" address="62cb6" type="Y Axis" elements="9" scaling="AcceleratorPedal255 %"/>
|
677
|
+
</table>
|
678
|
+
|
679
|
+
<table name="SST Throttle Requested Torque Subtractor Map Percent" address="60bce" category="SST" type="2D" level="3" swapxy="true" scaling="Percent255">
|
680
|
+
<table name="RPM" address="60f4e" type="Y Axis" elements="16" scaling="RPM"/>
|
681
|
+
</table>
|
682
|
+
|
683
|
+
<table name="SST Throttle Requested Torque Ramp Rate - SST Normal Mode" address="5f5c7" category="SST" type="3D" level="3" swapxy="true" scaling="Percent255">
|
684
|
+
<table name="VehicleSpeed" address="62544" type="X Axis" elements="6" scaling="VehicleSpeed"/>
|
685
|
+
<table name="RevPerMPH" address="628d2" type="Y Axis" elements="8" scaling="RPMPerMPH"/>
|
686
|
+
</table>
|
687
|
+
|
688
|
+
<table name="SST Throttle Requested Torque Ramp Rate - SST Sport Mode" address="5f58f" category="SST" type="3D" level="3" swapxy="true" scaling="Percent255">
|
689
|
+
<table name="VehicleSpeed" address="62544" type="X Axis" elements="6" scaling="VehicleSpeed"/>
|
690
|
+
<table name="RevPerMPH" address="628d2" type="Y Axis" elements="8" scaling="RPMPerMPH"/>
|
691
|
+
</table>
|
692
|
+
|
693
|
+
<table name="SST Throttle Requested Torque Ramp Rate - SST S-SPORT Mode" address="5f557" category="SST" type="3D" level="3" swapxy="true" scaling="Percent255">
|
694
|
+
<table name="VehicleSpeed" address="62544" type="X Axis" elements="6" scaling="VehicleSpeed"/>
|
695
|
+
<table name="RevPerMPH" address="628d2" type="Y Axis" elements="8" scaling="RPMPerMPH"/>
|
696
|
+
</table>
|
697
|
+
|
698
|
+
<table name="SST Torque Limit #1 - Error" address="635bd" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
699
|
+
<table name="Throttle" address="63f30" type="X Axis" elements="17" scaling="AcceleratorPedal %"/>
|
700
|
+
<table name="RPM" address="63eb4" type="Y Axis" elements="16" scaling="RPM"/>
|
701
|
+
</table>
|
702
|
+
|
703
|
+
<table name="SST Torque Limit #2 - Cold/Interpolated" address="636d5" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
704
|
+
<table name="Throttle" address="63f30" type="X Axis" elements="17" scaling="AcceleratorPedal %"/>
|
705
|
+
<table name="RPM" address="63eb4" type="Y Axis" elements="16" scaling="RPM"/>
|
706
|
+
</table>
|
707
|
+
|
708
|
+
<table name="SST Torque Limit #3 - Hot/Interpolated" address="637ed" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
709
|
+
<table name="Throttle" address="63f30" type="X Axis" elements="17" scaling="AcceleratorPedal %"/>
|
710
|
+
<table name="RPM" address="63eb4" type="Y Axis" elements="16" scaling="RPM"/>
|
711
|
+
</table>
|
712
|
+
|
713
|
+
<table name="SST Torque Limit #4 - Unknown" address="64341" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
714
|
+
<table name="Throttle" address="65398" type="X Axis" elements="17" scaling="AcceleratorPedal %"/>
|
715
|
+
<table name="RPM" address="63eb4" type="Y Axis" elements="16" scaling="RPM"/>
|
716
|
+
</table>
|
717
|
+
|
718
|
+
<table name="SST Torque Map #1 - Error (unknown)" address="63a45" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
719
|
+
<table name="Unknown" address="63fa6" type="X Axis" elements="14" scaling="uint16"/>
|
720
|
+
<table name="RPM" address="63f7e" type="Y Axis" elements="17" scaling="RPM"/>
|
721
|
+
</table>
|
722
|
+
|
723
|
+
<table name="SST Torque Map #2- Cold/Interpolated (unknown)" address="63c31" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
724
|
+
<table name="Unknown" address="63fa6" type="X Axis" elements="14" scaling="uint16"/>
|
725
|
+
<table name="RPM" address="63f7e" type="Y Axis" elements="17" scaling="RPM"/>
|
726
|
+
</table>
|
727
|
+
|
728
|
+
<table name="SST Torque Map #3 - Hot/Interpolated (unknown)" address="63b3b" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
729
|
+
<table name="Unknown" address="63fa6" type="X Axis" elements="14" scaling="uint16"/>
|
730
|
+
<table name="RPM" address="63f7e" type="Y Axis" elements="17" scaling="RPM"/>
|
731
|
+
</table>
|
732
|
+
|
733
|
+
<table name="SST Torque Map #4 - Unknown" address="645cf" category="SST" type="3D" level="3" swapxy="true" scaling="Torque Calculation FtLbs">
|
734
|
+
<table name="Unknown" address="63fa6" type="X Axis" elements="14" scaling="uint16"/>
|
735
|
+
<table name="RPM" address="63f7e" type="Y Axis" elements="17" scaling="RPM"/>
|
736
|
+
</table>
|
737
|
+
|
738
|
+
<table name="SST Torque Limit Reduction Table by RPM (CPRU_A)" address="5040e" category="SST" type="2D" level="3" scaling="EngineTorque">
|
739
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
740
|
+
</table>
|
741
|
+
|
742
|
+
<table name="SST Torque Limit Reduction Table by RPM (TqLimit_2_3)" address="63438" category="SST" type="2D" level="3" scaling="EngineTorque">
|
743
|
+
<table name="RPM" address="63eb4" type="Y Axis" elements="16" scaling="RPM"/>
|
744
|
+
</table>
|
745
|
+
|
746
|
+
<table name="SST Torque Limit Reduction Table by RPM (TqLimit_4, CPRU_C)" address="645a2" category="SST" type="2D" level="3" scaling="EngineTorque">
|
747
|
+
<table name="RPM" address="65342" type="Y Axis" elements="16" scaling="RPM"/>
|
748
|
+
</table>
|
749
|
+
|
750
|
+
<table name="SST Torque gearratio based adder" address="5f5fc" category="SST" type="2D" level="3" scaling="uint8">
|
751
|
+
<table name="GearRatio" address="628d2" type="Y Axis" elements="8" scaling="RPMPerMPH"/>
|
752
|
+
</table>
|
753
|
+
|
754
|
+
<table name="SST Max Requested Torque Limit" address="59648" category="SST" type="3D" level="3" swapxy="true" scaling="uint16">
|
755
|
+
<table name="Accelerator Pedal" address="61600" type="X Axis" elements="17" scaling="AcceleratorPedal %"/>
|
756
|
+
<table name="RPM" address="6157a" type="Y Axis" elements="16" scaling="RPM"/>
|
757
|
+
</table>
|
758
|
+
|
759
|
+
<table name="SST Torque Reduction On Exceedance" address="63df1" category="SST" type="3D" level="3" swapxy="true" scaling="ISCVSteps">
|
760
|
+
<table name="Map?" address="640a8" type="X Axis" elements="21" scaling="Dynamic Boost Axis"/>
|
761
|
+
<table name="Torque" address="64090" type="Y Axis" elements="9" scaling="Torque Calculation Axis"/>
|
762
|
+
</table>
|
763
|
+
|
764
|
+
<table name="SST Unknown #1 - Normal Mode" address="57d94" category="SST" type="2D" level="3" scaling="uint8">
|
765
|
+
<table name="RPM" address="61b44" type="Y Axis" elements="12" scaling="RPM"/>
|
766
|
+
</table>
|
767
|
+
|
768
|
+
<table name="SST Unknown #2 - S-Sport Mode" address="5a4db" category="SST" type="3D" level="3" scaling="uint8">
|
769
|
+
<table name="Accelerator Pedal" address="61acc" type="X Axis" elements="27" scaling="uint16"/>
|
770
|
+
<table name="RPM" address="61b44" type="Y Axis" elements="12" scaling="RPM"/>
|
771
|
+
</table>
|
772
|
+
|
773
|
+
<table name="SST Unknown #3 - Unknown Mode" address="58687" category="SST" type="3D" level="3" scaling="uint8">
|
774
|
+
<table name="Accelerator Pedal" address="61acc" type="X Axis" elements="27" scaling="uint16"/>
|
775
|
+
<table name="RPM" address="61b44" type="Y Axis" elements="12" scaling="RPM"/>
|
776
|
+
</table>
|
777
|
+
|
778
|
+
<table name="SST Unknown #4 - Sport Mode" address="587d3" category="SST" type="3D" level="3" scaling="uint8">
|
779
|
+
<table name="Accelerator Pedal" address="61acc" type="X Axis" elements="27" scaling="uint16"/>
|
780
|
+
<table name="RPM" address="61b44" type="Y Axis" elements="12" scaling="RPM"/>
|
781
|
+
</table>
|
782
|
+
|
783
|
+
<table name="SST Unknown #5 - S-Sport Mode" address="5891f" category="SST" type="3D" level="3" scaling="uint8">
|
784
|
+
<table name="Accelerator Pedal" address="61acc" type="X Axis" elements="27" scaling="uint16"/>
|
785
|
+
<table name="RPM" address="61b44" type="Y Axis" elements="12" scaling="RPM"/>
|
786
|
+
</table>
|
787
|
+
|
788
|
+
<table name="SST Unknown #7" address="5058e" category="SST" type="2D" level="3" scaling="EngineTorque">
|
789
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
790
|
+
</table>
|
791
|
+
|
792
|
+
<table name="SST Unknown #8" address="60f38" category="SST" type="2D" level="3" scaling="EngineTorque">
|
793
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
794
|
+
</table>
|
795
|
+
|
796
|
+
<table name="SST Unknown #9" address="5ed84" category="SST" type="2D" level="3" scaling="uint8">
|
797
|
+
<table name="RPM" address="61554" type="Y Axis" elements="16" scaling="RPM"/>
|
798
|
+
</table>
|
799
|
+
|
800
|
+
<table name="Idle RPM #1 vs Coolant Temp 2010" address="5f3ec" category="Idle" type="2D" scaling="RPM8">
|
801
|
+
<table name="Coolant Temperature" address="61336" type="Y Axis" elements="9" scaling="Temp"/>
|
802
|
+
</table>
|
803
|
+
|
804
|
+
<table name="Idle RPM #2 vs Coolant Temp 2010" address="5f3dc" category="Idle" type="2D" scaling="RPM8">
|
805
|
+
<table name="Coolant Temperature" address="61336" type="Y Axis" elements="9" scaling="Temp"/>
|
806
|
+
</table>
|
807
|
+
|
808
|
+
<table name="Idle RPM #3 vs Coolant Temp 2010" address="56248" category="Idle" type="2D" scaling="RPM8">
|
809
|
+
<table name="Coolant Temperature" address="61336" type="Y Axis" elements="9" scaling="Temp"/>
|
810
|
+
</table>
|
811
|
+
|
812
|
+
<table name="Idle RPM #4 vs Coolant Temp 2010" address="5a934" category="Idle" type="2D" scaling="RPM8">
|
813
|
+
<table name="Coolant Temperature" address="61336" type="Y Axis" elements="9" scaling="Temp"/>
|
814
|
+
</table>
|
815
|
+
|
816
|
+
<table name="Idle RPM #5 vs Coolant Temp 2010" address="56258" category="Idle" type="2D" scaling="RPM8">
|
817
|
+
<table name="Coolant Temperature" address="61336" type="Y Axis" elements="9" scaling="Temp"/>
|
818
|
+
</table>
|
819
|
+
|
820
|
+
<table name="Idle RPM #6 vs Coolant Temp" address="5a966" category="Idle" type="2D" scaling="RPM8">
|
821
|
+
<table name="Coolant Temperature" address="61220" type="Y Axis" elements="8" scaling="Temp"/>
|
822
|
+
</table>
|
823
|
+
|
824
|
+
<table name="Idle RPM #7 vs Coolant Temp" address="5a95a" category="Idle" type="2D" scaling="RPM8">
|
825
|
+
<table name="Coolant Temperature" address="61220" type="Y Axis" elements="8" scaling="Temp"/>
|
826
|
+
</table>
|
827
|
+
|
828
|
+
<table name="Idle RPM #8 vs Coolant Temp" address="59eb0" category="Idle" type="2D" scaling="RPM8">
|
829
|
+
<table name="Coolant Temperature" address="61220" type="Y Axis" elements="8" scaling="Temp"/>
|
830
|
+
</table>
|
831
|
+
|
832
|
+
<table name="Idle RPM #9 vs Coolant Temp" address="59ea4" category="Idle" type="2D" scaling="RPM8">
|
833
|
+
<table name="Coolant Temperature" address="61220" type="Y Axis" elements="8" scaling="Temp"/>
|
834
|
+
</table>
|
835
|
+
|
836
|
+
<table name="Idle Adder #1 vs Coolant Temp" address="6098c" category="Idle" type="2D" scaling="RPM8">
|
837
|
+
<table name="Coolant Temperature" address="61006" type="Y Axis" elements="9" scaling="Temp"/>
|
838
|
+
</table>
|
839
|
+
|
840
|
+
<table name="Idle Adder #2 vs Coolant Temp" address="6099a" category="Idle" type="2D" scaling="RPM8">
|
841
|
+
<table name="Coolant Temperature" address="61006" type="Y Axis" elements="9" scaling="Temp"/>
|
842
|
+
</table>
|
843
|
+
|
844
|
+
<table name="Target Idle #1" address="533c6" category="Idle" type="1D" scaling="RPMTarget"/>
|
845
|
+
|
846
|
+
<table name="Target Idle #2" address="53c7e" category="Idle" type="1D" scaling="RPMTarget"/>
|
847
|
+
|
848
|
+
<table name="Target Idle #3" address="53c80" category="Idle" type="1D" scaling="RPMTarget"/>
|
849
|
+
|
850
|
+
<table name="Target Idle #4" address="532de" category="Idle" type="1D" scaling="RPMTarget"/>
|
851
|
+
|
852
|
+
<table name="Target Idle #5" address="53d82" category="Idle" type="1D" scaling="RPMTarget"/>
|
853
|
+
|
854
|
+
<table name="Target Idle #6" address="532da" category="Idle" type="1D" scaling="RPMTarget"/>
|
855
|
+
|
856
|
+
<table name="Target Idle #7" address="532e0" category="Idle" type="1D" scaling="RPMTarget"/>
|
857
|
+
|
858
|
+
<table name="Target Idle #8" address="53d84" category="Idle" type="1D" scaling="RPMTarget"/>
|
859
|
+
|
860
|
+
<table name="Target Idle #9" address="532dc" category="Idle" type="1D" scaling="RPMTarget"/>
|
861
|
+
|
862
|
+
<table name="Target Idle #10" address="54032" category="Idle" type="1D" scaling="RPMTarget"/>
|
863
|
+
|
864
|
+
<table name="Target Idle #11" address="54030" category="Idle" type="1D" scaling="RPMTarget"/>
|
865
|
+
|
866
|
+
<table name="Target Idle #12" address="54036" category="Idle" type="1D" scaling="RPMTarget"/>
|
867
|
+
|
868
|
+
<table name="Target Idle #13" address="54034" category="Idle" type="1D" scaling="RPMTarget"/>
|
869
|
+
|
870
|
+
<table name="Target Idle #14" address="548c8" category="Idle" type="1D" scaling="RPMTarget"/>
|
871
|
+
|
872
|
+
<table name="Target Idle #15" address="548ca" category="Idle" type="1D" scaling="RPMTarget"/>
|
873
|
+
|
874
|
+
<table name="Target Idle #16" address="54b02" category="Idle" type="1D" scaling="RPMTarget"/>
|
875
|
+
|
876
|
+
<table name="Non-Continuous Monitor Availability Patch - Part 1" address="90510" category="OBD Inspection" type="2D" level="2" scaling="Hex16">
|
877
|
+
<table type="Static Y Axis" elements="2">
|
878
|
+
<data>A1BD->6100</data>
|
879
|
+
<data>CF94->7000</data>
|
880
|
+
</table>
|
881
|
+
</table>
|
882
|
+
|
883
|
+
<table name="Non-Continuous Monitor Availability Patch - Part 2" address="90516" category="OBD Inspection" type="2D" level="2" scaling="Hex16">
|
884
|
+
<table type="Static Y Axis" elements="1">
|
885
|
+
<data>01E2->7000</data>
|
886
|
+
</table>
|
887
|
+
</table>
|
888
|
+
|
889
|
+
<table name="Non-Continuous Monitor Completion Patch" address="9057c" category="OBD Inspection" type="2D" level="2" scaling="Hex16">
|
890
|
+
<table type="Static Y Axis" elements="2">
|
891
|
+
<data>A0BD->60FF</data>
|
892
|
+
<data>877A->7000</data>
|
893
|
+
</table>
|
894
|
+
</table>
|
895
|
+
|
896
|
+
<table name="Monitor Available(1)/Not Available(0) - Read Only, Do NOT Change" address="90511" category="OBD Inspection" type="2D" level="2" scaling="blobbits">
|
897
|
+
<table name="Non-Continuous Monitor Availability Bits" type="Static Y Axis" elements="8">
|
898
|
+
<data>EGR system</data>
|
899
|
+
<data>Oxygen heater sensor</data>
|
900
|
+
<data>Oxygen sensor</data>
|
901
|
+
<data>A/C system refrigerant</data>
|
902
|
+
<data>Secondary air system</data>
|
903
|
+
<data>Evaporative system</data>
|
904
|
+
<data>Heated catalyst</data>
|
905
|
+
<data>Catalyst</data>
|
906
|
+
</table>
|
907
|
+
</table>
|
908
|
+
|
909
|
+
<table name="Monitor Passed(1)/Failed(0) - Read Only, Do NOT Change" address="9057d" category="OBD Inspection" type="2D" level="2" scaling="blobbits">
|
910
|
+
<table name="Non-Continuous Monitor Completion Bits" type="Static Y Axis" elements="8">
|
911
|
+
<data>EGR system</data>
|
912
|
+
<data>Oxygen heater sensor</data>
|
913
|
+
<data>Oxygen sensor</data>
|
914
|
+
<data>A/C system refrigerant</data>
|
915
|
+
<data>Secondary air system</data>
|
916
|
+
<data>Evaporative system</data>
|
917
|
+
<data>Heated catalyst</data>
|
918
|
+
<data>Catalyst</data>
|
919
|
+
</table>
|
920
|
+
</table>
|
921
|
+
|
922
|
+
<table name="OBD-II Codes" address="95634" category="ODB-II" type="3D" scaling="Hex16">
|
923
|
+
<table name="r4 (hex)" type="Static X Axis" elements="16">
|
924
|
+
<data>8000</data>
|
925
|
+
<data>4000</data>
|
926
|
+
<data>2000</data>
|
927
|
+
<data>1000</data>
|
928
|
+
<data>800</data>
|
929
|
+
<data>400</data>
|
930
|
+
<data>200</data>
|
931
|
+
<data>100</data>
|
932
|
+
<data>80</data>
|
933
|
+
<data>40</data>
|
934
|
+
<data>20</data>
|
935
|
+
<data>10</data>
|
936
|
+
<data>8</data>
|
937
|
+
<data>4</data>
|
938
|
+
<data>2</data>
|
939
|
+
<data>1</data>
|
940
|
+
</table>
|
941
|
+
<table name="r5 (hex)" type="Static Y Axis" elements="16">
|
942
|
+
<data>00</data>
|
943
|
+
<data>01</data>
|
944
|
+
<data>02</data>
|
945
|
+
<data>03</data>
|
946
|
+
<data>04</data>
|
947
|
+
<data>05</data>
|
948
|
+
<data>06</data>
|
949
|
+
<data>07</data>
|
950
|
+
<data>08</data>
|
951
|
+
<data>09</data>
|
952
|
+
<data>0A</data>
|
953
|
+
<data>0B</data>
|
954
|
+
<data>0C</data>
|
955
|
+
<data>0D</data>
|
956
|
+
<data>0E</data>
|
957
|
+
<data>0F</data>
|
958
|
+
</table>
|
959
|
+
</table>
|
960
|
+
|
961
|
+
<table name="ECU Options Set #1" address="50072" category="ECU Options" type="2D" scaling="blobbits">
|
962
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
963
|
+
<data>bit.15</data>
|
964
|
+
<data>bit.14</data>
|
965
|
+
<data>bit.13</data>
|
966
|
+
<data>bit.12</data>
|
967
|
+
<data>bit.11</data>
|
968
|
+
<data>bit.10</data>
|
969
|
+
<data>bit.9</data>
|
970
|
+
<data>bit.8</data>
|
971
|
+
<data>bit.7</data>
|
972
|
+
<data>bit.6</data>
|
973
|
+
<data>bit.5</data>
|
974
|
+
<data>bit.4</data>
|
975
|
+
<data>bit.3</data>
|
976
|
+
<data>bit.2</data>
|
977
|
+
<data>bit.1</data>
|
978
|
+
<data>bit.0</data>
|
979
|
+
</table>
|
980
|
+
</table>
|
981
|
+
|
982
|
+
<table name="ECU Options Set #2" address="50082" category="ECU Options" type="2D" scaling="blobbits">
|
983
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
984
|
+
<data>bit.15</data>
|
985
|
+
<data>bit.14</data>
|
986
|
+
<data>bit.13</data>
|
987
|
+
<data>bit.12</data>
|
988
|
+
<data>bit.11</data>
|
989
|
+
<data>bit.10</data>
|
990
|
+
<data>bit.9</data>
|
991
|
+
<data>bit.8</data>
|
992
|
+
<data>bit.7: Enable Knock Retard</data>
|
993
|
+
<data>bit.6</data>
|
994
|
+
<data>bit.5</data>
|
995
|
+
<data>bit.4</data>
|
996
|
+
<data>bit.3</data>
|
997
|
+
<data>bit.2</data>
|
998
|
+
<data>bit.1: Enable Rear O2 Sensor</data>
|
999
|
+
<data>bit.0</data>
|
1000
|
+
</table>
|
1001
|
+
</table>
|
1002
|
+
|
1003
|
+
<table name="ECU Options Set #3" address="50092" category="ECU Options" type="2D" scaling="blobbits">
|
1004
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
1005
|
+
<data>bit.15</data>
|
1006
|
+
<data>bit.14: Cruise Control Enabled/Disabled</data>
|
1007
|
+
<data>bit.13</data>
|
1008
|
+
<data>bit.12</data>
|
1009
|
+
<data>bit.11</data>
|
1010
|
+
<data>bit.10</data>
|
1011
|
+
<data>bit.9</data>
|
1012
|
+
<data>bit.8</data>
|
1013
|
+
<data>bit.7</data>
|
1014
|
+
<data>bit.6</data>
|
1015
|
+
<data>bit.5</data>
|
1016
|
+
<data>bit.4</data>
|
1017
|
+
<data>bit.3</data>
|
1018
|
+
<data>bit.2</data>
|
1019
|
+
<data>bit.1</data>
|
1020
|
+
<data>bit.0: Lean Spool Off/On</data>
|
1021
|
+
</table>
|
1022
|
+
</table>
|
1023
|
+
|
1024
|
+
<table name="ECU Options Set #4" address="500a2" category="ECU Options" type="2D" scaling="blobbits">
|
1025
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
1026
|
+
<data>bit.15</data>
|
1027
|
+
<data>bit.14</data>
|
1028
|
+
<data>bit.13</data>
|
1029
|
+
<data>bit.12</data>
|
1030
|
+
<data>bit.11</data>
|
1031
|
+
<data>bit.10</data>
|
1032
|
+
<data>bit.9</data>
|
1033
|
+
<data>bit.8</data>
|
1034
|
+
<data>bit.7</data>
|
1035
|
+
<data>bit.6</data>
|
1036
|
+
<data>bit.5</data>
|
1037
|
+
<data>bit.4</data>
|
1038
|
+
<data>bit.3</data>
|
1039
|
+
<data>bit.2</data>
|
1040
|
+
<data>bit.1</data>
|
1041
|
+
<data>bit.0</data>
|
1042
|
+
</table>
|
1043
|
+
</table>
|
1044
|
+
|
1045
|
+
<table name="ECU Options Set #5" address="500b2" category="ECU Options" type="2D" scaling="blobbits">
|
1046
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
1047
|
+
<data>bit.15</data>
|
1048
|
+
<data>bit.14</data>
|
1049
|
+
<data>bit.13</data>
|
1050
|
+
<data>bit.12</data>
|
1051
|
+
<data>bit.11</data>
|
1052
|
+
<data>bit.10</data>
|
1053
|
+
<data>bit.9</data>
|
1054
|
+
<data>bit.8</data>
|
1055
|
+
<data>bit.7</data>
|
1056
|
+
<data>bit.6</data>
|
1057
|
+
<data>bit.5</data>
|
1058
|
+
<data>bit.4</data>
|
1059
|
+
<data>bit.3</data>
|
1060
|
+
<data>bit.2</data>
|
1061
|
+
<data>bit.1</data>
|
1062
|
+
<data>bit.0</data>
|
1063
|
+
</table>
|
1064
|
+
</table>
|
1065
|
+
|
1066
|
+
<table name="ECU Options Set #6" address="500c2" category="ECU Options" type="2D" scaling="blobbits">
|
1067
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
1068
|
+
<data>bit.15</data>
|
1069
|
+
<data>bit.14</data>
|
1070
|
+
<data>bit.13</data>
|
1071
|
+
<data>bit.12</data>
|
1072
|
+
<data>bit.11</data>
|
1073
|
+
<data>bit.10</data>
|
1074
|
+
<data>bit.9</data>
|
1075
|
+
<data>bit.8</data>
|
1076
|
+
<data>bit.7</data>
|
1077
|
+
<data>bit.6</data>
|
1078
|
+
<data>bit.5</data>
|
1079
|
+
<data>bit.4</data>
|
1080
|
+
<data>bit.3</data>
|
1081
|
+
<data>bit.2</data>
|
1082
|
+
<data>bit.1</data>
|
1083
|
+
<data>bit.0</data>
|
1084
|
+
</table>
|
1085
|
+
</table>
|
1086
|
+
|
1087
|
+
<table name="ECU Options Set #7" address="500d2" category="ECU Options" type="2D" scaling="blobbits">
|
1088
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
1089
|
+
<data>bit.15</data>
|
1090
|
+
<data>bit.14</data>
|
1091
|
+
<data>bit.13</data>
|
1092
|
+
<data>bit.12</data>
|
1093
|
+
<data>bit.11</data>
|
1094
|
+
<data>bit.10</data>
|
1095
|
+
<data>bit.9</data>
|
1096
|
+
<data>bit.8</data>
|
1097
|
+
<data>bit.7</data>
|
1098
|
+
<data>bit.6</data>
|
1099
|
+
<data>bit.5</data>
|
1100
|
+
<data>bit.4</data>
|
1101
|
+
<data>bit.3</data>
|
1102
|
+
<data>bit.2</data>
|
1103
|
+
<data>bit.1</data>
|
1104
|
+
<data>bit.0</data>
|
1105
|
+
</table>
|
1106
|
+
</table>
|
1107
|
+
|
1108
|
+
<table name="MUT Table" address="3f2ec" category="MUT" type="3D" level="2" scaling="MUT32">
|
1109
|
+
<table name="X" type="Static X Axis" elements="16">
|
1110
|
+
<data>0</data>
|
1111
|
+
<data>1</data>
|
1112
|
+
<data>2</data>
|
1113
|
+
<data>3</data>
|
1114
|
+
<data>4</data>
|
1115
|
+
<data>5</data>
|
1116
|
+
<data>6</data>
|
1117
|
+
<data>7</data>
|
1118
|
+
<data>8</data>
|
1119
|
+
<data>9</data>
|
1120
|
+
<data>A</data>
|
1121
|
+
<data>B</data>
|
1122
|
+
<data>C</data>
|
1123
|
+
<data>D</data>
|
1124
|
+
<data>E</data>
|
1125
|
+
<data>F</data>
|
1126
|
+
</table>
|
1127
|
+
<table name="Y" type="Static Y Axis" elements="30">
|
1128
|
+
<data>MUT0X</data>
|
1129
|
+
<data>MUT1X</data>
|
1130
|
+
<data>MUT2X</data>
|
1131
|
+
<data>MUT3X</data>
|
1132
|
+
<data>MUT4X</data>
|
1133
|
+
<data>MUT5X</data>
|
1134
|
+
<data>MUT6X</data>
|
1135
|
+
<data>MUT7X</data>
|
1136
|
+
<data>MUT8X</data>
|
1137
|
+
<data>MUT9X</data>
|
1138
|
+
<data>MUTAX</data>
|
1139
|
+
<data>MUTBX</data>
|
1140
|
+
<data>MUTCX</data>
|
1141
|
+
<data>MUTDX</data>
|
1142
|
+
<data>MUTEX</data>
|
1143
|
+
<data>MUTFX</data>
|
1144
|
+
<data>MUT10X</data>
|
1145
|
+
<data>MUT11X</data>
|
1146
|
+
<data>MUT12X</data>
|
1147
|
+
<data>MUT13X</data>
|
1148
|
+
<data>MUT14X</data>
|
1149
|
+
<data>MUT15X</data>
|
1150
|
+
<data>MUT16X</data>
|
1151
|
+
<data>MUT17X</data>
|
1152
|
+
<data>MUT18X</data>
|
1153
|
+
<data>MUT19X</data>
|
1154
|
+
<data>MUT1AX</data>
|
1155
|
+
<data>MUT1BX</data>
|
1156
|
+
<data>MUT1CX</data>
|
1157
|
+
<data>MUT1DX</data>
|
1158
|
+
</table>
|
1159
|
+
</table>
|
1160
|
+
|
1161
|
+
</rom>
|