-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlogcfg.txt
More file actions
124 lines (99 loc) · 6.08 KB
/
logcfg.txt
File metadata and controls
124 lines (99 loc) · 6.08 KB
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
type = ssmcan
;001: P1 - Engine Load (Relative) (%)
paramname = Engine_Load_(Relative)_(%)
paramid = 0x000007
scalingrpn = x,100,*,255,/
;002: P2 - Coolant Temperature (C)
paramname = Coolant_Temperature_(C)
paramid = 0x000008
scalingrpn = x,40,-
;003: P3 - A/F Correction #1 (%)
paramname = A/F_Correction_#1_(%)
paramid = 0x000009
scalingrpn = x,128,-,100,*,128,/
;004: P4 - A/F Learning #1 (%)
paramname = A/F_Learning_#1_(%)
paramid = 0x00000A
scalingrpn = x,128,-,100,*,128,/
;005: P7 - Manifold Absolute Pressure (psi)
paramname = Manifold_Absolute_Pressure_(psi)
paramid = 0x00000D
scalingrpn = x,37,*,255,/
;006: P8 - Engine Speed (rpm)
paramname = Engine_Speed_(rpm)
paramid = 0x00000E
databits = 16
scalingrpn = x,4,/
;007: P9 - Vehicle Speed (km/h)
paramname = Vehicle_Speed_(km/h)
paramid = 0x000010
scalingrpn = x
;008: P10 - Ignition Total Timing (degrees)
paramname = Ignition_Total_Timing_(degrees)
paramid = 0x000011
scalingrpn = x,128,-,2,/
;009: P11 - Intake Air Temperature (C)
paramname = Intake_Air_Temperature_(C)
paramid = 0x000012
scalingrpn = x,40,-
;010: P12 - Mass Airflow (g/s)
paramname = Mass_Airflow_(g/s)
paramid = 0x000013
databits = 16
scalingrpn = x,100,/
;011: P13 - Throttle Opening Angle (%)
paramname = Throttle_Opening_Angle_(%)
paramid = 0x000015
scalingrpn = x,100,*,255,/
;012: P21 - Fuel Injector #1 Pulse Width (ms)
paramname = Fuel_Injector_#1_Pulse_Width_(ms)
paramid = 0x000020
scalingrpn = x,256,*,1000,/
;013: P24 - Atmospheric Pressure (bar)
paramname = Atmospheric_Pressure_(bar)
paramid = 0x000023
scalingrpn = x,100,/
;014: P25 - Manifold Relative Pressure (psi)
paramname = Manifold_Relative_Pressure_(psi)
paramid = 0x000024
scalingrpn = x,128,-,37,*,255,/
;015: P29 - Learned Ignition Timing (degrees)
paramname = Learned_Ignition_Timing_(degrees)
paramid = 0x000028
scalingrpn = x,128,-,2,/
;016: P30 - Accelerator Pedal Angle (%)
paramname = Accelerator_Pedal_Angle_(%)
paramid = 0x000029
scalingrpn = x,100,*,255,/
;017: P36 - Primary Wastegate Duty Cycle (%)
paramname = Primary_Wastegate_Duty_Cycle_(%)
paramid = 0x000030
scalingrpn = x,100,*,255,/
;018: P47 - Fuel Pump Duty (%)
paramname = Fuel_Pump_Duty_(%)
paramid = 0x00003B
scalingrpn = x,100,*,255,/
;019: P58 - A/F Sensor #1 (Lambda)
paramname = A/F_Sensor_#1_(Lambda)
paramid = 0x000046
scalingrpn = x,128,/
;020: P90 - IAM (multiplier)
paramname = IAM_(multiplier)
paramid = 0x0000F9
scalingrpn = x,16,/
;021: P91 - Fine Learning Knock Correction (degrees)
paramname = Fine_Learning_Knock_Correction_(degrees)
paramid = 0x000199
scalingrpn = x,0.25,*,32,-
;022: P200 - Engine Load (Calculated) (g/rev)
;paramname = Engine_Load_(Calculated)_(g/rev)
;scalingrpn = P12,60,*,P8,/
;023: P201 - Injector Duty Cycle (%)
;paramname = Injector_Duty_Cycle_(%)
;scalingrpn = P8,[P21:ms],*,1200,/
; Start log when RPM > 0
conditionrpn = Engine_Speed_(rpm),0,>
action = start
; Stop log when RPM = 0
conditionrpn = Engine_Speed_(rpm),0,==
action = stop