Skip to content

Commit bf644c2

Browse files
committed
Fixed BMS state signal position
1 parent ad258a9 commit bf644c2

2 files changed

Lines changed: 54 additions & 43 deletions

File tree

.vscode/settings.json

Lines changed: 53 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,54 @@
11
{
2-
"files.associations": {
3-
"array": "cpp",
4-
"string": "cpp",
5-
"*.tpp": "cpp",
6-
"*.tcc": "cpp",
7-
"cctype": "cpp",
8-
"chrono": "cpp",
9-
"clocale": "cpp",
10-
"cmath": "cpp",
11-
"cstdarg": "cpp",
12-
"cstdint": "cpp",
13-
"cstdio": "cpp",
14-
"cstdlib": "cpp",
15-
"ctime": "cpp",
16-
"cwchar": "cpp",
17-
"cwctype": "cpp",
18-
"deque": "cpp",
19-
"unordered_map": "cpp",
20-
"vector": "cpp",
21-
"exception": "cpp",
22-
"algorithm": "cpp",
23-
"functional": "cpp",
24-
"ratio": "cpp",
25-
"system_error": "cpp",
26-
"tuple": "cpp",
27-
"type_traits": "cpp",
28-
"fstream": "cpp",
29-
"initializer_list": "cpp",
30-
"iosfwd": "cpp",
31-
"istream": "cpp",
32-
"limits": "cpp",
33-
"new": "cpp",
34-
"ostream": "cpp",
35-
"numeric": "cpp",
36-
"sstream": "cpp",
37-
"stdexcept": "cpp",
38-
"streambuf": "cpp",
39-
"cinttypes": "cpp",
40-
"utility": "cpp",
41-
"typeinfo": "cpp"
42-
}
43-
}
2+
"files.associations": {
3+
"array": "cpp",
4+
"string": "cpp",
5+
"*.tpp": "cpp",
6+
"*.tcc": "cpp",
7+
"cctype": "cpp",
8+
"chrono": "cpp",
9+
"clocale": "cpp",
10+
"cmath": "cpp",
11+
"cstdarg": "cpp",
12+
"cstdint": "cpp",
13+
"cstdio": "cpp",
14+
"cstdlib": "cpp",
15+
"ctime": "cpp",
16+
"cwchar": "cpp",
17+
"cwctype": "cpp",
18+
"deque": "cpp",
19+
"unordered_map": "cpp",
20+
"vector": "cpp",
21+
"exception": "cpp",
22+
"algorithm": "cpp",
23+
"functional": "cpp",
24+
"ratio": "cpp",
25+
"system_error": "cpp",
26+
"tuple": "cpp",
27+
"type_traits": "cpp",
28+
"fstream": "cpp",
29+
"initializer_list": "cpp",
30+
"iosfwd": "cpp",
31+
"istream": "cpp",
32+
"limits": "cpp",
33+
"new": "cpp",
34+
"ostream": "cpp",
35+
"numeric": "cpp",
36+
"sstream": "cpp",
37+
"stdexcept": "cpp",
38+
"streambuf": "cpp",
39+
"cinttypes": "cpp",
40+
"utility": "cpp",
41+
"typeinfo": "cpp",
42+
"atomic": "cpp",
43+
"bit": "cpp",
44+
"compare": "cpp",
45+
"concepts": "cpp",
46+
"cstddef": "cpp",
47+
"iterator": "cpp",
48+
"memory": "cpp",
49+
"memory_resource": "cpp",
50+
"random": "cpp",
51+
"string_view": "cpp",
52+
"numbers": "cpp"
53+
}
54+
}

docs/full_bus.dbc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ BO_ 592 BMS_Faults: 8 BMS
442442
SG_ External_Kill_Fault : 6|1@1+ (1,0) [0|0] "" Vector__XXX
443443

444444
BO_ 577 BMS_Status: 8 BMS
445-
SG_ BMS_State : 48|8@1+ (1,0) [0|0] "" Vector__XXX
445+
SG_ BMS_State : 0|8@1+ (1,0) [0|0] "" Vector__XXX
446446
SG_ Max_Cell_Temp : 8|8@1+ (1,-40) [0|100] "A" Vector__XXX
447447
SG_ Min_Cell_Temp : 16|8@1+ (1,-40) [0|100] "A" Vector__XXX
448448
SG_ Max_Cell_Voltage : 24|8@1+ (0.012,2) [0|5] "V" Vector__XXX

0 commit comments

Comments
 (0)