Skip to content

Commit

Permalink
mirror bmsfault upper and lower 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
tszwinglitw committed Jan 11, 2025
1 parent e42b148 commit 3565881
Showing 1 changed file with 374 additions and 3 deletions.
377 changes: 374 additions & 3 deletions cangen/can-messages/bms.json
Original file line number Diff line number Diff line change
Expand Up @@ -956,19 +956,390 @@
]
},
{
"name": "BMS/Faults/Non_Critical",
"name": "BMS/Faults/Extra",
"unit": "",
"send": false,
"points": [
{
"size": 14
}
]
},
{
"name": "BMS/Faults/CCL_Enforce",
"unit": "",
"sim": {
"options": [
[
0,
1
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 32
"size": 1
}
]
},
{
"name": "BMS/Faults/Charger_Can",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Battery_Therm",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Charger_Safety",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/DCL_Enforce",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/External_Can",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Weak_Pack",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Low_Cell_Volts",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Charge_Reading",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Current_Sense",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/IC_Comm",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Thermal_Err",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Software",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Open_Wire",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Pack_Overheat",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Cell_Undervoltage",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Cell_Overvoltage",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/Faults/Cells_Not_Balancing",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.5
]
]
},
"points": [
{
"size": 1
}
]
}
Expand Down

0 comments on commit 3565881

Please sign in to comment.