Skip to content

Commit

Permalink
bms crit & non-crit faults
Browse files Browse the repository at this point in the history
  • Loading branch information
tszwinglitw committed Nov 21, 2024
1 parent 8325863 commit e6f7d5e
Showing 1 changed file with 33 additions and 13 deletions.
46 changes: 33 additions & 13 deletions cangen/can-messages/bms.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,6 @@
}
]
},
{
"name": "BMS/Status/Faults",
"unit": "",
"sim_min": 0,
"sim_max": 131072,
"sim_inc_min": 4,
"sim_inc_max": 16,
"points": [
{
"size": 32
}
]
},
{
"name": "BMS/Status/Temp_Average",
"unit": "C",
Expand Down Expand Up @@ -483,6 +470,39 @@
}
]
},
{
"id": "0x89",
"desc": "Fault Status",
"sim_freq": 700,
"fields": [
{
"name": "BMS/Faults/Critical",
"unit": "",
"sim_min": 0,
"sim_max": 131072,
"sim_inc_min": 4,
"sim_inc_max": 16,
"points": [
{
"size": 32
}
]
},
{
"name": "BMS/Faults/Non_Critical",
"unit": "",
"sim_min": 0,
"sim_max": 131072,
"sim_inc_min": 4,
"sim_inc_max": 16,
"points": [
{
"size": 32
}
]
}
]
},
{
"id": "0x702",
"desc": "BMS Debug",
Expand Down

0 comments on commit e6f7d5e

Please sign in to comment.