Skip to content

Commit

Permalink
[Debug] - Add timer start/stop notices (#208)
Browse files Browse the repository at this point in the history
* Added fault timer CAN to bms.json

* Changed format of fault timer CAN

* Update bms.json

* Update bms.json

---------

Co-authored-by: Jack Rubacha <[email protected]>
  • Loading branch information
bjackson312006 and jr1221 authored Jan 6, 2025
1 parent f1fb165 commit 9951056
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions cangen/can-messages/bms.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,69 @@
}
]
},
{
"id": "0x6FF",
"desc": "BMS Fault Timers",
"sim_freq": 700,
"fields": [
{
"name": "BMS/Fault_Timer/Start_Stop",
"unit": "",
"sim": {
"options": [
[
0,
0.5
],
[
1,
0.25
],
[
2,
0.25
]
]
},
"points": [
{
"size": 8
}
]
},
{
"name": "BMS/Fault_Timer/Code",
"unit": "",
"sim": {
"min": 0,
"max": 31,
"inc_min": 0,
"inc_max": 31,
"round": true
},
"points": [
{
"size": 8
}
]
},
{
"name": "BMS/Fault_Timer/Value",
"unit": "",
"sim": {
"min": -100,
"max": 100,
"inc_min": 0.05,
"inc_max": 1
},
"points": [
{
"size": 16
}
]
}
]
},
{
"id": "0x69A",
"desc": "Shepherd Version Tag",
Expand Down

0 comments on commit 9951056

Please sign in to comment.