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,720 @@
|
|
1
|
+
<!--
|
2
|
+
GoldenEvo.com Definition File
|
3
|
+
by Michael Golden
|
4
|
+
|
5
|
+
donations at golden@goldenevo.com
|
6
|
+
-->
|
7
|
+
<rom>
|
8
|
+
<romid>
|
9
|
+
<xmlid>58030005</xmlid>
|
10
|
+
<internalidaddress>5002a</internalidaddress>
|
11
|
+
<internalidhex>58030005</internalidhex>
|
12
|
+
<make>Mitsubishi</make>
|
13
|
+
<market>USDM</market>
|
14
|
+
<model>Lancer</model>
|
15
|
+
<submodel>Ralliart</submodel>
|
16
|
+
<transmission>SST</transmission>
|
17
|
+
<year>2012</year>
|
18
|
+
<flashmethod>mitsucan</flashmethod>
|
19
|
+
<memmodel>M32186F8</memmodel>
|
20
|
+
<checksummodule>mitsucan</checksummodule>
|
21
|
+
</romid>
|
22
|
+
|
23
|
+
<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"/>
|
24
|
+
<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"/>
|
25
|
+
<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"/>
|
26
|
+
<scaling name="blobbits" storagetype="bloblist" storagebits="1">
|
27
|
+
<data name="0" value="00"/>
|
28
|
+
<data name="1" value="01"/>
|
29
|
+
</scaling>
|
30
|
+
<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"/>
|
31
|
+
<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"/>
|
32
|
+
<scaling name="ECU ID" units="units" toexpr="x" frexpr="x" format="%08x" min="0" max="1e+08" inc="1" storagetype="uint32" endian="big"/>
|
33
|
+
<scaling name="EngineTorque" units="units" toexpr="x*3" frexpr="x/3" format="%.0f" min="0" max="510" inc="1" storagetype="uint8" endian="big"/>
|
34
|
+
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
|
35
|
+
<scaling name="Hex8" units="hex" toexpr="x" frexpr="x" format="%02X" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
|
36
|
+
<scaling name="IgnitionCompensation" units="x" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="128" inc="1" storagetype="uint8" endian="big"/>
|
37
|
+
<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"/>
|
38
|
+
<scaling name="InjectorScaling" units="cc/min" toexpr="29241/x" frexpr="29241/x" format="%.0f" min="1" max="1000" inc="10" storagetype="uint16" endian="big"/>
|
39
|
+
<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"/>
|
40
|
+
<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"/>
|
41
|
+
<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"/>
|
42
|
+
<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"/>
|
43
|
+
<scaling name="LoadBoost" units="%" toexpr="x*5/4" frexpr="x*4/5" format="%.0f" min="0" max="319" inc="1" storagetype="uint8" endian="big"/>
|
44
|
+
<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"/>
|
45
|
+
<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"/>
|
46
|
+
<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"/>
|
47
|
+
<scaling name="Min timing" units="degrees" toexpr="x-20" frexpr="x+20" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
|
48
|
+
<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"/>
|
49
|
+
<scaling name="MUT32" units="hex" toexpr="x" frexpr="x" format="%06X" min="0" max="1e+08" inc="1" storagetype="uint32" endian="big"/>
|
50
|
+
<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"/>
|
51
|
+
<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"/>
|
52
|
+
<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"/>
|
53
|
+
<scaling name="Percent255" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint8" endian="big"/>
|
54
|
+
<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"/>
|
55
|
+
<scaling name="RPMLimit" units="RPM" toexpr="7500000/x" frexpr="7500000/x" format="%.0f" min="0" max="9000" inc="60" storagetype="uint16" endian="big"/>
|
56
|
+
<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"/>
|
57
|
+
<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"/>
|
58
|
+
<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"/>
|
59
|
+
<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"/>
|
60
|
+
<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"/>
|
61
|
+
<scaling name="TempC" units="Celsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="215" inc="1" storagetype="uint16" endian="big"/>
|
62
|
+
<scaling name="Throttle %" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint16" endian="big"/>
|
63
|
+
<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"/>
|
64
|
+
<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"/>
|
65
|
+
<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"/>
|
66
|
+
<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"/>
|
67
|
+
<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"/>
|
68
|
+
<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"/>
|
69
|
+
<scaling name="Timing" units="degrees" toexpr="x" frexpr="x" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
|
70
|
+
<scaling name="uint16" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
|
71
|
+
<scaling name="uint8" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
|
72
|
+
<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"/>
|
73
|
+
<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"/>
|
74
|
+
<scaling name="VehicleSpeed" units="km/h" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>
|
75
|
+
<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"/>
|
76
|
+
<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"/>
|
77
|
+
<scaling name="WGDuty" units="%" toexpr="x/2" frexpr="x*2" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint8" endian="big"/>
|
78
|
+
|
79
|
+
<table name="Mode 23 - IFMode 0x05 -> 0x23 #1" address="7f823" category="Misc" type="1D" scaling="Hex8"/>
|
80
|
+
|
81
|
+
<table name="Mode 23 - IFMode 0x05 -> 0x23 #2" address="8b65f" category="Misc" type="1D" scaling="Hex8"/>
|
82
|
+
|
83
|
+
<table name="Mode 23 - DoMode 0x4D -> 0x5D" address="8b666" category="Misc" type="1D" scaling="Hex16"/>
|
84
|
+
|
85
|
+
<table name="ASC OFF, SST OFF Fix 0x00E9 -> 0x0100" address="53B18" category="Misc" type="1D" scaling="Hex16"/>
|
86
|
+
|
87
|
+
<table name="DTC P1238 Disable 0x0384 -> 0xFFFF Mass airflow sensor plausibility (Torque Monitor)" address="63C78" category="Misc" type="1D" scaling="Hex16"/>
|
88
|
+
|
89
|
+
<table name="DTC P1241 Disable 0x03E8 -> 0xFFFF Torque monitor" address="63C6e" category="Misc" type="1D" scaling="Hex16"/>
|
90
|
+
|
91
|
+
<table name="DTC P1235 Disable 0x0026 -> 0xFFFF Mass airflow sensor plausibility" address="54A1A" category="Misc" type="1D" scaling="Hex16"/>
|
92
|
+
|
93
|
+
<table name="DTC P1233 Disable 0x0028 -> 0xFFFF Throttle position sensor (main) plausibility" address="54A16" category="Misc" type="1D" scaling="Hex16"/>
|
94
|
+
|
95
|
+
<table name="DTC P1234 Disable 0x0028 -> 0xFFFF Throttle position sensor (sub) plausibility" address="54A18" category="Misc" type="1D" scaling="Hex16"/>
|
96
|
+
|
97
|
+
<table name="DTC P0139 Disable 0x1 -> 0x0 Oxygen Sensor Circuit Slow Response (Bank1, Sensor2)" address="503B8" category="Misc" type="1D" scaling="Hex8"/>
|
98
|
+
|
99
|
+
<table name="ECU ID" address="5002a" category="Misc" type="1D" scaling="ECU ID"/>
|
100
|
+
|
101
|
+
<table name="High Octane Timing Map" address="55957" category="Timing" type="3D" swapxy="true" scaling="Timing">
|
102
|
+
<table name="Load" address="618a2" type="X Axis" elements="22" scaling="Load"/>
|
103
|
+
<table name="RPM" address="6186e" type="Y Axis" elements="23" scaling="RPM"/>
|
104
|
+
</table>
|
105
|
+
|
106
|
+
<table name="Low Octane Timing Map" address="55b59" category="Timing" type="3D" swapxy="true" scaling="Timing">
|
107
|
+
<table name="Load" address="618a2" type="X Axis" elements="22" scaling="Load"/>
|
108
|
+
<table name="RPM" address="6186e" type="Y Axis" elements="23" scaling="RPM"/>
|
109
|
+
</table>
|
110
|
+
|
111
|
+
<table name="Upper Bound Ignition Timing" address="60C79" category="Timing" type="3D" level="2" swapxy="true" scaling="Timing">
|
112
|
+
<table name="Load" address="618a2" type="X Axis" elements="22" scaling="Load"/>
|
113
|
+
<table name="RPM" address="6186e" type="Y Axis" elements="23" scaling="RPM"/>
|
114
|
+
</table>
|
115
|
+
|
116
|
+
<table name="Lower Bound Ignition Timing" address="507AC" category="Timing" type="3D" level="2" swapxy="true" scaling="Min timing">
|
117
|
+
<table name="Load" address="61D3E" type="X Axis" elements="21" scaling="Load"/>
|
118
|
+
<table name="RPM" address="61CC6" type="Y Axis" elements="16" scaling="RPM"/>
|
119
|
+
</table>
|
120
|
+
|
121
|
+
<table name="Lower Bound Ignition Timing Adder vs CTS" address="52D08" category="Timing" type="2D" level="2" scaling="Timing">
|
122
|
+
<table name="Coolant Temp" address="61BA0" type="Y Axis" elements="8" scaling="Temp"/>
|
123
|
+
</table>
|
124
|
+
|
125
|
+
<table name="Ignition Warmup Retard" address="5BBBD" category="Timing" type="3D" swapxy="true" scaling="Timing">
|
126
|
+
<table name="Load" address="618a2" type="X Axis" elements="22" scaling="Load"/>
|
127
|
+
<table name="RPM" address="6186e" type="Y Axis" elements="23" scaling="RPM"/>
|
128
|
+
</table>
|
129
|
+
|
130
|
+
<table name="EGR Timing Advance" address="57341" category="Timing" type="3D" swapxy="true" scaling="Timing">
|
131
|
+
<table name="Load" address="61F3A" type="X Axis" elements="9" scaling="Load"/>
|
132
|
+
<table name="RPM" address="61F20" type="Y Axis" elements="10" scaling="RPM"/>
|
133
|
+
</table>
|
134
|
+
|
135
|
+
<table name="Timing Reduction vs Load/RPM" address="50651" category="Timing" type="3D" level="2" swapxy="true" scaling="Timing">
|
136
|
+
<table name="Load" address="61D12" type="X Axis" elements="21" scaling="Load"/>
|
137
|
+
<table name="RPM" address="61C86" type="Y Axis" elements="16" scaling="RPM"/>
|
138
|
+
</table>
|
139
|
+
|
140
|
+
<table name="IAT Ignition Advance Compensation" address="56184" category="Timing" type="2D" scaling="IgnitionCompensation">
|
141
|
+
<table name="IAT" address="61A80" type="Y Axis" elements="7" scaling="Temp"/>
|
142
|
+
</table>
|
143
|
+
|
144
|
+
<table name="Percent Low Temp Timing Trim vs Coolant Temp" address="561BC" category="Timing" type="2D" scaling="Percent255">
|
145
|
+
<table name="Engine Temp" address="61A32" type="Y Axis" elements="8" scaling="Temp"/>
|
146
|
+
</table>
|
147
|
+
|
148
|
+
<table name="Barometric Ignition Advance Compensation" address="56190" category="Timing" type="2D" scaling="IgnitionCompensation">
|
149
|
+
<table name="Baro" address="617AA" type="Y Axis" elements="5" scaling="Baro16"/>
|
150
|
+
</table>
|
151
|
+
|
152
|
+
<table name="MIVEC Intake Normal Coolant Temp" address="5de6f" category="Timing" type="3D" swapxy="true" scaling="ValveTimingIntake">
|
153
|
+
<table name="Load" address="61FD6" type="X Axis" elements="21" scaling="Load"/>
|
154
|
+
<table name="RPM" address="62006" type="Y Axis" elements="24" scaling="RPM"/>
|
155
|
+
</table>
|
156
|
+
|
157
|
+
<table name="MIVEC Intake Low Coolant Temp" address="5e06f" category="Timing" type="3D" level="2" swapxy="true" scaling="ValveTimingIntake">
|
158
|
+
<table name="Load" address="61FD6" type="X Axis" elements="21" scaling="Load"/>
|
159
|
+
<table name="RPM" address="62006" type="Y Axis" elements="24" scaling="RPM"/>
|
160
|
+
</table>
|
161
|
+
|
162
|
+
<table name="MIVEC Intake Map Interpolation" address="5E66C" category="Timing" type="2D" level="2" scaling="MIVECInterpolation">
|
163
|
+
<table name="Coolant Temperature" address="62E82" type="Y Axis" elements="9" scaling="Temp"/>
|
164
|
+
</table>
|
165
|
+
|
166
|
+
<table name="MIVEC Exhaust Normal Coolant Temp" address="5e26f" category="Timing" type="3D" swapxy="true" scaling="ValveTimingExhaust">
|
167
|
+
<table name="Load" address="61FD6" type="X Axis" elements="21" scaling="Load"/>
|
168
|
+
<table name="RPM" address="62006" type="Y Axis" elements="24" scaling="RPM"/>
|
169
|
+
</table>
|
170
|
+
|
171
|
+
<table name="MIVEC Exhaust Low Coolant Temp" address="5e46f" category="Timing" type="3D" level="2" swapxy="true" scaling="ValveTimingExhaust">
|
172
|
+
<table name="Load" address="61FD6" type="X Axis" elements="21" scaling="Load"/>
|
173
|
+
<table name="RPM" address="62006" type="Y Axis" elements="24" scaling="RPM"/>
|
174
|
+
</table>
|
175
|
+
|
176
|
+
<table name="MIVEC Exhaust Map Interpolation" address="5E67A" category="Timing" type="2D" level="2" scaling="MIVECInterpolation">
|
177
|
+
<table name="Coolant Temperature" address="62E82" type="Y Axis" elements="9" scaling="Temp"/>
|
178
|
+
</table>
|
179
|
+
|
180
|
+
<table name="Percent MIVEC Intake vs Unknown" address="5E688" category="Timing" type="2D" level="2" scaling="Percent255">
|
181
|
+
<table name="Unknown" address="62E9a" type="Y Axis" elements="11" scaling="uint16"/>
|
182
|
+
</table>
|
183
|
+
|
184
|
+
<table name="Percent MIVEC Exhaust vs Unknown" address="5E698" category="Timing" type="2D" level="2" scaling="Percent255">
|
185
|
+
<table name="Unknown" address="62E9a" type="Y Axis" elements="11" scaling="uint16"/>
|
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="61828" type="X Axis" elements="21" scaling="Load"/>
|
190
|
+
<table name="RPM" address="61802" 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="61828" type="X Axis" elements="21" scaling="Load"/>
|
195
|
+
<table name="RPM" address="61802" type="Y Axis" elements="16" scaling="RPM"/>
|
196
|
+
</table>
|
197
|
+
|
198
|
+
<table name="Calibration Fuel Map" address="5775f" category="Fuel" type="3D" swapxy="true" scaling="Percent128">
|
199
|
+
<table name="Load" address="62228" type="X Axis" elements="41" scaling="Load"/>
|
200
|
+
<table name="RPM" address="621FC" type="Y Axis" elements="19" scaling="RPM"/>
|
201
|
+
</table>
|
202
|
+
|
203
|
+
<table name="Cylinder Fuel Trim #1" address="57E75" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
204
|
+
<table name="Load" address="61828" type="X Axis" elements="21" scaling="Load"/>
|
205
|
+
<table name="RPM" address="6243a" type="Y Axis" elements="23" scaling="RPM"/>
|
206
|
+
</table>
|
207
|
+
|
208
|
+
<table name="Cylinder Fuel Trim #2" address="5805f" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
209
|
+
<table name="Load" address="61828" type="X Axis" elements="21" scaling="Load"/>
|
210
|
+
<table name="RPM" address="6243a" type="Y Axis" elements="23" scaling="RPM"/>
|
211
|
+
</table>
|
212
|
+
|
213
|
+
<table name="Cylinder Fuel Trim #3" address="58249" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
214
|
+
<table name="Load" address="61828" type="X Axis" elements="21" scaling="Load"/>
|
215
|
+
<table name="RPM" address="6243a" type="Y Axis" elements="23" scaling="RPM"/>
|
216
|
+
</table>
|
217
|
+
|
218
|
+
<table name="Cylinder Fuel Trim #4" address="58433" category="Fuel" type="3D" level="2" swapxy="true" scaling="AFR">
|
219
|
+
<table name="Load" address="61828" type="X Axis" elements="21" scaling="Load"/>
|
220
|
+
<table name="RPM" address="6243a" 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="618a2" type="X Axis" elements="22" scaling="Load"/>
|
225
|
+
<table name="RPM" address="6186E" 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="618a2" type="X Axis" elements="22" scaling="Load"/>
|
230
|
+
<table name="RPM" address="6186E" type="Y Axis" elements="23" scaling="RPM"/>
|
231
|
+
</table>
|
232
|
+
|
233
|
+
<table name="Max Lean Oct Avg AFR vs Load" address="57A6e" category="Fuel" type="2D" level="2" scaling="AFR">
|
234
|
+
<table name="Unknown" address="621E0" type="Y Axis" elements="11" scaling="Load16"/>
|
235
|
+
</table>
|
236
|
+
|
237
|
+
<table name="Max Rich AFR Clip vs Coolant Temp" address="5A4A0" category="Fuel" type="2D" level="2" scaling="AFR">
|
238
|
+
<table name="Coolant Temperature" address="5D5E2" type="Y Axis" elements="9" scaling="Temp"/>
|
239
|
+
</table>
|
240
|
+
|
241
|
+
<table name="Octane Related" address="5AB78" category="Fuel" type="2D" level="2" scaling="uint8">
|
242
|
+
<table name="Coolant Temp" address="61906" type="Y Axis" elements="8" scaling="Temp"/>
|
243
|
+
</table>
|
244
|
+
|
245
|
+
<table name="Fuel Injector Scaling" address="536D2" category="Fuel" type="1D" scaling="InjectorScaling"/>
|
246
|
+
|
247
|
+
<table name="Injector Battery Voltage Latency Compensation" address="556D0" category="Fuel" type="2D" scaling="InjectorLatency">
|
248
|
+
<table name="Battery Voltage" address="6177E" type="Y Axis" elements="7" scaling="BatteryVoltage"/>
|
249
|
+
</table>
|
250
|
+
|
251
|
+
<table name="Cranking Enrichment IPW Adder" address="57526" category="Fuel" type="2D" scaling="TimeInjCranking">
|
252
|
+
<table name="Coolant Temperature" address="6195C" type="Y Axis" elements="9" scaling="Temp"/>
|
253
|
+
</table>
|
254
|
+
|
255
|
+
<table name="Cranking IPW" address="57C22" category="Fuel" type="2D" scaling="CrankingIPW">
|
256
|
+
<table name="Coolant Temperature" address="619A2" type="Y Axis" elements="11" scaling="Temp"/>
|
257
|
+
</table>
|
258
|
+
|
259
|
+
<table name="Injector Base Latency" address="53000" category="Fuel" type="1D" scaling="InjectorLatency"/>
|
260
|
+
|
261
|
+
<table name="Minimum IPW SHLL5 (stock)" address="53002" category="Fuel" type="1D" scaling="IPW16:SHLL5"/>
|
262
|
+
|
263
|
+
<table name="Fuel Compensation MAT vs MAP - Stock3bar" address="61039" category="Fuel" type="3D" swapxy="true" scaling="AFR">
|
264
|
+
<table name="MAP" address="63540" type="X Axis" elements="10" scaling="StockXMAP in kPa"/>
|
265
|
+
<table name="MAT" address="6352c" type="Y Axis" elements="7" scaling="Temp"/>
|
266
|
+
</table>
|
267
|
+
|
268
|
+
<table name="Fuel Compensation MAT vs MAP - Omni4bar" address="61039" category="Fuel" type="3D" swapxy="true" scaling="AFR">
|
269
|
+
<table name="MAP" address="63540" type="X Axis" elements="10" scaling="Omni4barMAP in kPa"/>
|
270
|
+
<table name="MAT" address="6352c" type="Y Axis" elements="7" scaling="Temp"/>
|
271
|
+
</table>
|
272
|
+
|
273
|
+
<table name="Closed Loop - LT Trim Control" address="5557f" category="Fuel" type="2D" level="2" scaling="LT Trim Hz">
|
274
|
+
<table name="Conditions" type="Static Y Axis" elements="4">
|
275
|
+
<data>Low -> Mid</data>
|
276
|
+
<data>Mid -> Low</data>
|
277
|
+
<data>Mid -> High</data>
|
278
|
+
<data>High -> Mid</data>
|
279
|
+
</table>
|
280
|
+
</table>
|
281
|
+
|
282
|
+
<table name="Open Loop Load High Octane #1" address="57554" category="Fuel" type="2D" scaling="Load8">
|
283
|
+
<table name="RPM" address="6168e" type="Y Axis" elements="20" scaling="RPM"/>
|
284
|
+
</table>
|
285
|
+
|
286
|
+
<table name="Open Loop Load Low Octane #1" address="555DA" category="Fuel" type="2D" scaling="Load8">
|
287
|
+
<table name="RPM" address="6168e" type="Y Axis" elements="20" scaling="RPM"/>
|
288
|
+
</table>
|
289
|
+
|
290
|
+
<table name="Open Loop Load High Octane #2" address="5753c" category="Fuel" type="2D" scaling="Load8">
|
291
|
+
<table name="RPM" address="6168e" type="Y Axis" elements="20" scaling="RPM"/>
|
292
|
+
</table>
|
293
|
+
|
294
|
+
<table name="Open Loop Load Low Octane #2" address="555C2" category="Fuel" type="2D" scaling="Load8">
|
295
|
+
<table name="RPM" address="6168e" type="Y Axis" elements="20" scaling="RPM"/>
|
296
|
+
</table>
|
297
|
+
|
298
|
+
<table name="MAF Scaling Part 1" address="575c6" category="Fuel" type="2D" level="2" scaling="uint16">
|
299
|
+
<table name="Volts" address="6203c" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
|
300
|
+
</table>
|
301
|
+
|
302
|
+
<table name="MAF Scaling Part 2" address="5761e" category="Fuel" type="2D" level="2" scaling="uint16">
|
303
|
+
<table name="Volts" address="62094" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
|
304
|
+
</table>
|
305
|
+
|
306
|
+
<table name="MAF Scaling Part 3" address="57676" category="Fuel" type="2D" level="2" scaling="uint16">
|
307
|
+
<table name="Volts" address="620ec" type="Y Axis" elements="42" scaling="VoltsADC1023"/>
|
308
|
+
</table>
|
309
|
+
|
310
|
+
<table name="MAP based Load Calc #1 - Hot/Interpolated 2010" address="6091A" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
|
311
|
+
<table name="MAP" address="634B6" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
|
312
|
+
<table name="RPM" address="6348a" type="Y Axis" elements="19" scaling="RPM"/>
|
313
|
+
</table>
|
314
|
+
|
315
|
+
<table name="MAP based Load Calc #2 - Cold/Interpolated 2010" address="60618" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
|
316
|
+
<table name="MAP" address="634B6" type="X Axis" elements="20" scaling="StockXMAP in kPa"/>
|
317
|
+
<table name="RPM" address="6348a" type="Y Axis" elements="19" scaling="RPM"/>
|
318
|
+
</table>
|
319
|
+
|
320
|
+
<table name="MAP based Load Calc #3 2010" address="60316" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
|
321
|
+
<table name="MAP" address="634B6" type="X Axis" elements="20" scaling="Omni4barMAP in kPa"/>
|
322
|
+
<table name="RPM" address="6348a" type="Y Axis" elements="19" scaling="RPM"/>
|
323
|
+
</table>
|
324
|
+
|
325
|
+
<table name="Boost Control Load Offset" address="53488" category="Load Boost" type="1D" scaling="Load16"/>
|
326
|
+
|
327
|
+
<table name="Boost Target Engine Load #1A (High Gear Range)" address="58f09" category="Load Boost" type="3D" swapxy="true" scaling="Load8">
|
328
|
+
<table name="Throttle" address="6308a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
329
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
330
|
+
</table>
|
331
|
+
|
332
|
+
<table name="Boost Target Engine Load #1B (High Gear Range)" address="58fb3" category="Load Boost" type="3D" swapxy="true" scaling="Load8">
|
333
|
+
<table name="Throttle" address="6308a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
334
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
335
|
+
</table>
|
336
|
+
|
337
|
+
<table name="Boost Target Engine Load #2 (Low Gear Range)" address="5747d" category="Load Boost" type="3D" swapxy="true" scaling="Load8">
|
338
|
+
<table name="Throttle" address="6308a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
339
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
340
|
+
</table>
|
341
|
+
|
342
|
+
<table name="Reactive Solenoid Turbo Boost Error Correction" address="58d9c" category="Load Boost" type="2D" scaling="DynamicBoost">
|
343
|
+
<table name="Load Error" address="63032" type="Y Axis" elements="17" scaling="LoadError"/>
|
344
|
+
</table>
|
345
|
+
|
346
|
+
<table name="Boost Cut Delay Timer" address="5306c" category="Turbo" type="1D" scaling="Time"/>
|
347
|
+
|
348
|
+
<table name="Boost Limit" address="555b4" category="Turbo" type="2D" scaling="LoadBoost">
|
349
|
+
<table name="RPM" address="61fac" type="Y Axis" elements="9" scaling="RPM"/>
|
350
|
+
</table>
|
351
|
+
|
352
|
+
<table name="Boost Control RPM Per MPH Xover (Gear Based)" address="546ac" category="Turbo" type="1D" scaling="RPMPerMPH"/>
|
353
|
+
|
354
|
+
<table name="Reactive Solenoid Base WGDC Map #1A (High Gear Range)" address="58db5" category="Turbo" type="3D" swapxy="true" scaling="WGDuty">
|
355
|
+
<table name="Throttle" address="6308a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
356
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
357
|
+
</table>
|
358
|
+
|
359
|
+
<table name="Reactive Solenoid Base WGDC Map #1B (High Gear Range)" address="58e5f" category="Turbo" type="3D" swapxy="true" scaling="WGDuty">
|
360
|
+
<table name="Throttle" address="6308a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
361
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
362
|
+
</table>
|
363
|
+
|
364
|
+
<table name="Reactive Solenoid Base WGDC Map #2 (Low Gear Range)" address="573d3" category="Turbo" type="3D" swapxy="true" scaling="WGDuty">
|
365
|
+
<table name="Throttle" address="6308a" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %"/>
|
366
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
367
|
+
</table>
|
368
|
+
|
369
|
+
<table name="Reactive Solenoid WGDC Correction Interval (High Gear Range)" address="5346e" category="Turbo" type="1D" scaling="uint16"/>
|
370
|
+
|
371
|
+
<table name="Reactive Solenoid WGDC Correction Interval (Low Gear Range)" address="546bc" category="Turbo" type="1D" scaling="uint16"/>
|
372
|
+
|
373
|
+
<table name="Reactive Solenoid Max Total Upward WGDC Correction vs TPS" address="58d8e" category="Turbo" type="2D" scaling="OffsetWGDC">
|
374
|
+
<table name="TPS" address="63072" type="Y Axis" elements="9" scaling="Throttle %"/>
|
375
|
+
</table>
|
376
|
+
|
377
|
+
<table name="Reactive Solenoid Max Total Downward WGDC Correction" address="53470" category="Turbo" type="1D" scaling="OffsetWGDC"/>
|
378
|
+
|
379
|
+
<table name="Passive Solenoid Base WGDC Map #1A (High Gear Range)" address="5a4d6" category="Turbo" type="2D" scaling="WGDuty">
|
380
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
381
|
+
</table>
|
382
|
+
|
383
|
+
<table name="Passive Solenoid Base WGDC Map #1B (High Gear Range)" address="5a4ec" category="Turbo" type="2D" scaling="WGDuty">
|
384
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
385
|
+
</table>
|
386
|
+
|
387
|
+
<table name="Passive Solenoid Base WGDC Map #2 (Low Gear Range)" address="5a502" category="Turbo" type="2D" scaling="WGDuty">
|
388
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
389
|
+
</table>
|
390
|
+
|
391
|
+
<table name="Throttle Map #1" address="50CE4" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
392
|
+
<table name="Load" address="61DEA" type="X Axis" elements="49" scaling="Load"/>
|
393
|
+
<table name="RPM" address="61CEC" type="Y Axis" elements="16" scaling="RPM"/>
|
394
|
+
</table>
|
395
|
+
|
396
|
+
<table name="Throttle Map #2" address="5130e" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
397
|
+
<table name="Load" address="61DEA" type="X Axis" elements="49" scaling="Load"/>
|
398
|
+
<table name="RPM" address="61CEC" type="Y Axis" elements="16" scaling="RPM"/>
|
399
|
+
</table>
|
400
|
+
|
401
|
+
<table name="Throttle Map #3" address="51938" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
402
|
+
<table name="Load" address="61DEA" type="X Axis" elements="49" scaling="Load"/>
|
403
|
+
<table name="RPM" address="61CEC" type="Y Axis" elements="16" scaling="RPM"/>
|
404
|
+
</table>
|
405
|
+
|
406
|
+
<table name="Throttle Map #4" address="51f62" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
407
|
+
<table name="Load" address="61DEA" type="X Axis" elements="49" scaling="Load"/>
|
408
|
+
<table name="RPM" address="61CEC" type="Y Axis" elements="16" scaling="RPM"/>
|
409
|
+
</table>
|
410
|
+
|
411
|
+
<table name="Throttle Map #5" address="5258c" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
|
412
|
+
<table name="Load" address="61DEA" type="X Axis" elements="49" scaling="Load"/>
|
413
|
+
<table name="RPM" address="61CEC" type="Y Axis" elements="16" scaling="RPM"/>
|
414
|
+
</table>
|
415
|
+
|
416
|
+
<table name="Throttle Conditional Switch" address="549a4" category="Intake" type="1D" scaling="RPMStatLimit"/>
|
417
|
+
|
418
|
+
<table name="Rev Limiter" address="53062" category="Limits" type="2D" scaling="RPMLimit">
|
419
|
+
<table type="Static Y Axis" elements="2">
|
420
|
+
<data>Rev Limiter ON</data>
|
421
|
+
<data>Rev Limiter OFF</data>
|
422
|
+
</table>
|
423
|
+
</table>
|
424
|
+
|
425
|
+
<table name="Stationary Rev Limiter" address="546b2" category="Limits" type="1D" scaling="RPMStatLimit"/>
|
426
|
+
|
427
|
+
<table name="Stationary Rev Limit Cross Under Max Speed Enable Delay" address="546B4" category="Limits" type="1D" scaling="Time"/>
|
428
|
+
|
429
|
+
<table name="Max Speed for Stationary Rev Limit" address="546b0" category="Limits" type="1D" scaling="VehicleSpeedFreq"/>
|
430
|
+
|
431
|
+
<table name="Speed Limiter #1" address="53066" category="Limits" type="2D" scaling="VehicleSpeed">
|
432
|
+
<table name="X" type="Static Y Axis" elements="2">
|
433
|
+
<data>Limiter ON</data>
|
434
|
+
<data>Limiter OFF</data>
|
435
|
+
</table>
|
436
|
+
</table>
|
437
|
+
|
438
|
+
<table name="Speed Limiter #2" address="53FD4" category="Limits" type="2D" scaling="VehicleSpeed">
|
439
|
+
<table name="X" type="Static Y Axis" elements="2">
|
440
|
+
<data>Limiter ON</data>
|
441
|
+
<data>Limiter OFF</data>
|
442
|
+
</table>
|
443
|
+
</table>
|
444
|
+
|
445
|
+
<table name="Speed Limiter #3" address="533D6" category="Limits" type="2D" scaling="VehicleSpeed">
|
446
|
+
<table name="X" type="Static Y Axis" elements="2">
|
447
|
+
<data>Limiter ON</data>
|
448
|
+
<data>Limiter OFF</data>
|
449
|
+
</table>
|
450
|
+
</table>
|
451
|
+
|
452
|
+
<table name="Airflow Check #1" address="5eccb" category="Limits" type="3D" swapxy="true" scaling="EngineTorque">
|
453
|
+
<table name="Throttle Main or SUB Inverted Opening" address="62f08" type="X Axis" elements="14" scaling="ThrottleMAINorSUBInvertedOpening %"/>
|
454
|
+
<table name="RPM" address="62ee0" type="Y Axis" elements="17" scaling="RPM"/>
|
455
|
+
</table>
|
456
|
+
|
457
|
+
<table name="Airflow Check #2" address="5edc1" category="Limits" type="3D" swapxy="true" scaling="EngineTorque">
|
458
|
+
<table name="Throttle Main or SUB Inverted Opening" address="62f08" type="X Axis" elements="14" scaling="ThrottleMAINorSUBInvertedOpening %"/>
|
459
|
+
<table name="RPM" address="62ee0" type="Y Axis" elements="17" scaling="RPM"/>
|
460
|
+
</table>
|
461
|
+
|
462
|
+
<table name="Airflow Check #3" address="5eeb7" category="Limits" type="3D" swapxy="true" scaling="EngineTorque">
|
463
|
+
<table name="Throttle Main or SUB Inverted Opening" address="62f08" type="X Axis" elements="14" scaling="ThrottleMAINorSUBInvertedOpening %"/>
|
464
|
+
<table name="RPM" address="62ee0" type="Y Axis" elements="17" scaling="RPM"/>
|
465
|
+
</table>
|
466
|
+
|
467
|
+
<table name="Airflow Check #4" address="5efc1" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
468
|
+
<table name="TPS-Related" address="62f50" type="X Axis" elements="6" scaling="Throttle %"/>
|
469
|
+
<table name="RPM" address="62f2a" type="Y Axis" elements="16" scaling="RPM"/>
|
470
|
+
</table>
|
471
|
+
|
472
|
+
<table name="Airflow Check #1 (Old Style)" address="5eccb" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
473
|
+
<table name="TPS-Related" address="62f08" type="X Axis" elements="14" scaling="Throttle %"/>
|
474
|
+
<table name="RPM" address="62ee0" type="Y Axis" elements="17" scaling="RPM"/>
|
475
|
+
</table>
|
476
|
+
|
477
|
+
<table name="Airflow Check #2 (Old Style)" address="5edc1" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
478
|
+
<table name="TPS-Related" address="62f08" type="X Axis" elements="14" scaling="Throttle %"/>
|
479
|
+
<table name="RPM" address="62ee0" type="Y Axis" elements="17" scaling="RPM"/>
|
480
|
+
</table>
|
481
|
+
|
482
|
+
<table name="Airflow Check #3 (Old Style)" address="5eeb7" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
483
|
+
<table name="TPS-Related" address="62f08" type="X Axis" elements="14" scaling="Throttle %"/>
|
484
|
+
<table name="RPM" address="62ee0" type="Y Axis" elements="17" scaling="RPM"/>
|
485
|
+
</table>
|
486
|
+
|
487
|
+
<table name="Airflow Check Offset" address="60f75" category="Limits" type="3D" scaling="uint8">
|
488
|
+
<table name="TPS-Related" address="634e4" type="X Axis" elements="9" scaling="Throttle %"/>
|
489
|
+
<table name="Reactive Solenoid BWGDC-Related" address="634fc" type="Y Axis" elements="21" scaling="RPM"/>
|
490
|
+
</table>
|
491
|
+
|
492
|
+
<table name="Torque Limiter #1" address="642d5" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
493
|
+
<table name="TPS-Related" address="62f08" type="X Axis" elements="14" scaling="Throttle %"/>
|
494
|
+
<table name="RPM" address="62ee0" type="Y Axis" elements="17" scaling="RPM"/>
|
495
|
+
</table>
|
496
|
+
|
497
|
+
<table name="Torque Limiter #2" address="643cb" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
498
|
+
<table name="TPS-Related" address="62f08" type="X Axis" elements="14" scaling="Throttle %"/>
|
499
|
+
<table name="RPM" address="62ee0" type="Y Axis" elements="17" scaling="RPM"/>
|
500
|
+
</table>
|
501
|
+
|
502
|
+
<table name="Torque Limiter #3" address="644c1" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
503
|
+
<table name="TPS-Related" address="62f08" type="X Axis" elements="14" scaling="Throttle %"/>
|
504
|
+
<table name="RPM" address="62ee0" type="Y Axis" elements="17" scaling="RPM"/>
|
505
|
+
</table>
|
506
|
+
|
507
|
+
<table name="Torque Limiter #4" address="645b7" category="Limits" type="3D" swapxy="true" scaling="uint8">
|
508
|
+
<table name="TPS-Related" address="62f50" type="X Axis" elements="6" scaling="Throttle %"/>
|
509
|
+
<table name="RPM" address="62f2a" type="Y Axis" elements="16" scaling="RPM"/>
|
510
|
+
</table>
|
511
|
+
|
512
|
+
<table name="1st gear TPS limiter (Drive)" address="60C18" category="SST" type="2D" level="2" scaling="Throttle Cap">
|
513
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
514
|
+
</table>
|
515
|
+
|
516
|
+
<table name="1st gear TPS limiter (Reverse)" address="60C42" category="SST" type="2D" level="2" scaling="Throttle Cap">
|
517
|
+
<table name="RPM" address="63008" type="Y Axis" elements="18" scaling="RPM"/>
|
518
|
+
</table>
|
519
|
+
|
520
|
+
<table name="ECU Options Set #1" address="50072" category="ECU Options" type="2D" scaling="blobbits">
|
521
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
522
|
+
<data>bit.15</data>
|
523
|
+
<data>bit.14</data>
|
524
|
+
<data>bit.13</data>
|
525
|
+
<data>bit.12</data>
|
526
|
+
<data>bit.11</data>
|
527
|
+
<data>bit.10</data>
|
528
|
+
<data>bit.9</data>
|
529
|
+
<data>bit.8</data>
|
530
|
+
<data>bit.7</data>
|
531
|
+
<data>bit.6</data>
|
532
|
+
<data>bit.5</data>
|
533
|
+
<data>bit.4</data>
|
534
|
+
<data>bit.3</data>
|
535
|
+
<data>bit.2</data>
|
536
|
+
<data>bit.1</data>
|
537
|
+
<data>bit.0</data>
|
538
|
+
</table>
|
539
|
+
</table>
|
540
|
+
|
541
|
+
<table name="ECU Options Set #2" address="50082" category="ECU Options" type="2D" scaling="blobbits">
|
542
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
543
|
+
<data>bit.15</data>
|
544
|
+
<data>bit.14</data>
|
545
|
+
<data>bit.13</data>
|
546
|
+
<data>bit.12</data>
|
547
|
+
<data>bit.11</data>
|
548
|
+
<data>bit.10</data>
|
549
|
+
<data>bit.9</data>
|
550
|
+
<data>bit.8</data>
|
551
|
+
<data>bit.7: Enable Knock Retard</data>
|
552
|
+
<data>bit.6</data>
|
553
|
+
<data>bit.5</data>
|
554
|
+
<data>bit.4</data>
|
555
|
+
<data>bit.3</data>
|
556
|
+
<data>bit.2</data>
|
557
|
+
<data>bit.1: Enable Rear O2 Sensor</data>
|
558
|
+
<data>bit.0</data>
|
559
|
+
</table>
|
560
|
+
</table>
|
561
|
+
|
562
|
+
<table name="ECU Options Set #3" address="50092" category="ECU Options" type="2D" scaling="blobbits">
|
563
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
564
|
+
<data>bit.15</data>
|
565
|
+
<data>bit.14: Cruise Control Enabled/Disabled</data>
|
566
|
+
<data>bit.13</data>
|
567
|
+
<data>bit.12</data>
|
568
|
+
<data>bit.11</data>
|
569
|
+
<data>bit.10</data>
|
570
|
+
<data>bit.9</data>
|
571
|
+
<data>bit.8</data>
|
572
|
+
<data>bit.7</data>
|
573
|
+
<data>bit.6</data>
|
574
|
+
<data>bit.5</data>
|
575
|
+
<data>bit.4</data>
|
576
|
+
<data>bit.3</data>
|
577
|
+
<data>bit.2</data>
|
578
|
+
<data>bit.1</data>
|
579
|
+
<data>bit.0: Lean Spool Off/On</data>
|
580
|
+
</table>
|
581
|
+
</table>
|
582
|
+
|
583
|
+
<table name="ECU Options Set #4" address="500a2" category="ECU Options" type="2D" scaling="blobbits">
|
584
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
585
|
+
<data>bit.15</data>
|
586
|
+
<data>bit.14</data>
|
587
|
+
<data>bit.13</data>
|
588
|
+
<data>bit.12</data>
|
589
|
+
<data>bit.11</data>
|
590
|
+
<data>bit.10</data>
|
591
|
+
<data>bit.9</data>
|
592
|
+
<data>bit.8</data>
|
593
|
+
<data>bit.7</data>
|
594
|
+
<data>bit.6</data>
|
595
|
+
<data>bit.5</data>
|
596
|
+
<data>bit.4</data>
|
597
|
+
<data>bit.3</data>
|
598
|
+
<data>bit.2</data>
|
599
|
+
<data>bit.1</data>
|
600
|
+
<data>bit.0</data>
|
601
|
+
</table>
|
602
|
+
</table>
|
603
|
+
|
604
|
+
<table name="ECU Options Set #5" address="500b2" category="ECU Options" type="2D" scaling="blobbits">
|
605
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
606
|
+
<data>bit.15</data>
|
607
|
+
<data>bit.14</data>
|
608
|
+
<data>bit.13</data>
|
609
|
+
<data>bit.12</data>
|
610
|
+
<data>bit.11</data>
|
611
|
+
<data>bit.10</data>
|
612
|
+
<data>bit.9</data>
|
613
|
+
<data>bit.8</data>
|
614
|
+
<data>bit.7</data>
|
615
|
+
<data>bit.6</data>
|
616
|
+
<data>bit.5</data>
|
617
|
+
<data>bit.4</data>
|
618
|
+
<data>bit.3</data>
|
619
|
+
<data>bit.2</data>
|
620
|
+
<data>bit.1</data>
|
621
|
+
<data>bit.0</data>
|
622
|
+
</table>
|
623
|
+
</table>
|
624
|
+
|
625
|
+
<table name="ECU Options Set #6" address="500c2" category="ECU Options" type="2D" scaling="blobbits">
|
626
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
627
|
+
<data>bit.15</data>
|
628
|
+
<data>bit.14</data>
|
629
|
+
<data>bit.13</data>
|
630
|
+
<data>bit.12</data>
|
631
|
+
<data>bit.11</data>
|
632
|
+
<data>bit.10</data>
|
633
|
+
<data>bit.9</data>
|
634
|
+
<data>bit.8</data>
|
635
|
+
<data>bit.7</data>
|
636
|
+
<data>bit.6</data>
|
637
|
+
<data>bit.5</data>
|
638
|
+
<data>bit.4</data>
|
639
|
+
<data>bit.3</data>
|
640
|
+
<data>bit.2</data>
|
641
|
+
<data>bit.1</data>
|
642
|
+
<data>bit.0</data>
|
643
|
+
</table>
|
644
|
+
</table>
|
645
|
+
|
646
|
+
<table name="ECU Options Set #7" address="500d2" category="ECU Options" type="2D" scaling="blobbits">
|
647
|
+
<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
|
648
|
+
<data>bit.15</data>
|
649
|
+
<data>bit.14</data>
|
650
|
+
<data>bit.13</data>
|
651
|
+
<data>bit.12</data>
|
652
|
+
<data>bit.11</data>
|
653
|
+
<data>bit.10</data>
|
654
|
+
<data>bit.9</data>
|
655
|
+
<data>bit.8</data>
|
656
|
+
<data>bit.7</data>
|
657
|
+
<data>bit.6</data>
|
658
|
+
<data>bit.5</data>
|
659
|
+
<data>bit.4</data>
|
660
|
+
<data>bit.3</data>
|
661
|
+
<data>bit.2</data>
|
662
|
+
<data>bit.1</data>
|
663
|
+
<data>bit.0</data>
|
664
|
+
</table>
|
665
|
+
</table>
|
666
|
+
|
667
|
+
<table name="MUT Table" address="3edf8" category="MUT" type="3D" level="2" scaling="MUT32">
|
668
|
+
<table name="X" type="Static X Axis" elements="16">
|
669
|
+
<data>0</data>
|
670
|
+
<data>1</data>
|
671
|
+
<data>2</data>
|
672
|
+
<data>3</data>
|
673
|
+
<data>4</data>
|
674
|
+
<data>5</data>
|
675
|
+
<data>6</data>
|
676
|
+
<data>7</data>
|
677
|
+
<data>8</data>
|
678
|
+
<data>9</data>
|
679
|
+
<data>A</data>
|
680
|
+
<data>B</data>
|
681
|
+
<data>C</data>
|
682
|
+
<data>D</data>
|
683
|
+
<data>E</data>
|
684
|
+
<data>F</data>
|
685
|
+
</table>
|
686
|
+
<table name="Y" type="Static Y Axis" elements="30">
|
687
|
+
<data>MUT0X</data>
|
688
|
+
<data>MUT1X</data>
|
689
|
+
<data>MUT2X</data>
|
690
|
+
<data>MUT3X</data>
|
691
|
+
<data>MUT4X</data>
|
692
|
+
<data>MUT5X</data>
|
693
|
+
<data>MUT6X</data>
|
694
|
+
<data>MUT7X</data>
|
695
|
+
<data>MUT8X</data>
|
696
|
+
<data>MUT9X</data>
|
697
|
+
<data>MUTAX</data>
|
698
|
+
<data>MUTBX</data>
|
699
|
+
<data>MUTCX</data>
|
700
|
+
<data>MUTDX</data>
|
701
|
+
<data>MUTEX</data>
|
702
|
+
<data>MUTFX</data>
|
703
|
+
<data>MUT10X</data>
|
704
|
+
<data>MUT11X</data>
|
705
|
+
<data>MUT12X</data>
|
706
|
+
<data>MUT13X</data>
|
707
|
+
<data>MUT14X</data>
|
708
|
+
<data>MUT15X</data>
|
709
|
+
<data>MUT16X</data>
|
710
|
+
<data>MUT17X</data>
|
711
|
+
<data>MUT18X</data>
|
712
|
+
<data>MUT19X</data>
|
713
|
+
<data>MUT1AX</data>
|
714
|
+
<data>MUT1BX</data>
|
715
|
+
<data>MUT1CX</data>
|
716
|
+
<data>MUT1DX</data>
|
717
|
+
</table>
|
718
|
+
</table>
|
719
|
+
|
720
|
+
</rom>
|