-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparser_settings.json
93 lines (85 loc) · 2.79 KB
/
parser_settings.json
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
{
"722527-1993-USDM-SVX-EG33.bin": {
"engine": "EG33",
"year": 1993,
"ROM_ID": "722527",
"RST_VECTOR": "0x93c1",
"ROM_Start": "0x9000",
"JSR_Loop": "0x96e0",
"Maintenance_Func": "0x9725",
"sensor_functions": {
"batt_voltage": ["0x9a60", "0x9f5b", "0xa166", "0xa307", "0xaea9", "0xd982", "0xe25b"],
"vehicle_speed": ["0x9bf9", "0x9dd5", "0xa59d", "0xa9a7", "0xb05d", "0xb613", "0xb960"],
"engine_speed": ["0xa59d", "0xa5ec", "0xa9a7", "0xb000", "0xb5bf", "0xb960", "0xc3b5"],
"water_temp": ["0x9b64", "0xab56"],
"ignition_timing": ["0xdb1a", "0xda0f"],
"airflow": ["0xddcd"],
"throttle_position": ["0xe1cd"],
"knock_correction": ["0xb543"]
},
"sensors": {
"batt_voltage": "0x102f",
"vehicle_speed": "0x1071",
"engine_speed": "0x106f",
"water_temp": "0x1185",
"ignition_timing": "0x10a2",
"airflow": "0x1283",
"throttle_position": "0x128c",
"knock_correction": "0x12a7"
}
},
"744042-1994-UKDM-Wrx-EJ20":{
"engine": "EJ20",
"year": 1994,
"ROM_ID": "744042",
"RST_VECTOR": "0x9414",
"ROM_Start": "0x9000",
"sensor_functions": {
"batt_voltage": ["0x9a41", "0x9fdd", "0xa168", "0xa258", "0xad6c", "d954", "0xdf3e"],
"vehicle_speed": ["0x9d04", "0x9f07", "0xa31f", "0xa7a1", "0xae80", "0xb623", "0xba3e"],
"engine_speed": ["0xa31f", "0xa482", "0xa7a1", "0xaf61", "0xb5e5", "0xb9a1", "0xc1e2"],
"water_temp": ["0x9b70", "0xaa79"],
"ignition_timing": ["0xf9b6", "0xf9da"],
"airflow": ["0xdca1"],
"throttle_position": ["0xde99"],
"knock_correction": ["0xb416"]
},
"sensors": {
"batt_voltage": "0x1170",
"vehicle_speed": "0x1075",
"engine_speed": "0x1073",
"water_temp": "0x11a2",
"ignition_timing": "0x109e",
"airflow": "0x1307",
"throttle_position": "0x1329",
"knock_correction": "0x1328"
}
},
"733257-1993-Canada-Legacy-EJ22": {
"engine": "EJ22",
"year": 1993,
"ROM_ID": "733257",
"RST_VECTOR": "0x8f08",
"ROM_Start addr": "0x8f08",
"sensor_functions": {
"batt_voltage": ["0x9a7d", "0x9f77", "0xa0ff", "0xa1ca", "0xaeba", "0xdab0", "0xe14f"],
"vehicle_speed": ["0x9c2a", "0x9e7b", "0xbb22", "0xa63d", "0xaf8b", "0xb6e9", "???"],
"engine_speed": ["0xfb73", "0xa324", "0xa63d", "0xb021", "0xb6c2", "???", "0xf48a"],
"water_temp": ["0x9ba8", "0xaa2e"],
"ignition_timing": ["0xdbd5", "0xdbf7"],
"airflow": ["0xde8f"],
"throttle_position": ["0xe0ab"],
"knock_correction": ["0xb510"]
},
"sensors": {
"batt_voltage": "0x116b",
"vehicle_speed": "0x1075",
"engine_speed": "0x1073",
"water_temp": "0x11a9",
"ignition_timing": "0x109e",
"airflow": "0x1307",
"throttle_position": "0x1329",
"knock_correction": "0x1328"
}
}
}