-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlogger.xmlfragment.txt
126 lines (112 loc) · 5.42 KB
/
logger.xmlfragment.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<ecuparam id="E1101" name="Rev Match Gear Multiplier" desc="The ECU uses this value to determine the current gear. The rev-matching code uses it to calculate RPM based on gear and vehicle speed.">
<ecu id="2F12785606">
<address length="4">0xFF52FC</address>
</ecu>
<conversions>
<conversion units="ratio" storagetype="float" expr="x" format="0.00" />
</conversions>
</ecuparam>>
<ecuparam id="E1102" name="Rev Match Current Gear" desc="Same as the existing gear parameter.">
<ecu id="2F12785606">
<address length="1">0xFF52F9</address>
</ecu>
<conversions>
<conversion units="gear" expr="x" format="0" storagetype="byte"/>
</conversions>
</ecuparam>
<ecuparam id="E1103" name="Rev Match State" desc="">
<ecu id="2F12785606">
<address length="1">FFA002</address>
</ecu>
<conversions>
<conversion units="index" storagetype="byte" expr="x" format="0" />
</conversions>
</ecuparam>
<ecuparam id="E1105" name="Rev Match Target Upshift RPM" desc="Target RPM">
<ecu id="2F12785606">
<address length="4">FFA01C</address>
</ecu>
<conversions>
<conversion units="RPM" storagetype="float" expr="x" format="0" />
</conversions>
</ecuparam>
<ecuparam id="E1106" name="Rev Match Target Downshift RPM" desc="Target RPM">
<ecu id="2F12785606">
<address length="4">FFA020</address>
</ecu>
<conversions>
<conversion units="RPM" storagetype="float" expr="x" format="0" />
</conversions>
</ecuparam>
<ecuparam id="E1107" name="Rev Match Calibration Index" desc="">
<ecu id="2F12785606">
<address length="1">FFA024</address>
</ecu>
<conversions>
<conversion units="index" storagetype="byte" expr="x" format="0" />
</conversions>
</ecuparam>
<ecuparam id="E1108" name="Rev Match Throttle Plate Target" desc="With virtual heel applied">
<ecu id="2F12785606">
<address length="4">FF5EC4</address>
</ecu>
<conversions>
<conversion units="Raw" storagetype="float" expr="x" format="0.00" />
</conversions>
</ecuparam>
<ecuparam id="E1109" name="Rev Match From Gear" desc="Target RPM">
<ecu id="2F12785606">
<address length="1">FFA027</address>
</ecu>
<conversions>
<conversion units="RPM" storagetype="byte" expr="x" format="0" />
</conversions>
</ecuparam>
<ecuparam id="E1110" name="Rev Match Cruise Flags" desc="User action">
<ecu id="2F12785606">
<address length="1">FF4D65</address>
</ecu>
<conversions>
<conversion units="Flags" storagetype="byte" expr="x" format="0" />
</conversions>
</ecuparam>
<ecuparam id="E1111" name="Rev Match Throttle Pedal Position" desc="">
<ecu id="2F12785606">
<address length="4">FF5134</address>
</ecu>
<conversions>
<conversion units="Raw" storagetype="float" expr="x" format="0.00" />
</conversions>
</ecuparam>
<ecuparam id="E1112" name="Rev Match Throttle Plate Actual" desc="">
<ecu id="2F12785606">
<address length="4">0xFF4FD0</address>
</ecu>
<conversions>
<conversion units="Raw" storagetype="float" expr="x" format="0.00" />
</conversions>
</ecuparam>
<ecuparam id="E1113" name="Rev Match Feedback Proportional" desc="">
<ecu id="2F12785606">
<address length="4">0xFFA03C</address>
</ecu>
<conversions>
<conversion units="Raw" storagetype="float" expr="x" format="0.00" />
</conversions>
</ecuparam>
<ecuparam id="E1114" name="Rev Match Feedback Integral" desc="">
<ecu id="2F12785606">
<address length="4">0xFFA040</address>
</ecu>
<conversions>
<conversion units="Raw" storagetype="float" expr="x" format="0.00" />
</conversions>
</ecuparam>
<ecuparam id="E1115" name="Rev Match Feedback Derivative" desc="">
<ecu id="2F12785606">
<address length="4">0xFFA044</address>
</ecu>
<conversions>
<conversion units="Raw" storagetype="float" expr="x" format="0.00" />
</conversions>
</ecuparam>