Skip to content

Commit

Permalink
Changed format of fault timer CAN
Browse files Browse the repository at this point in the history
  • Loading branch information
bjackson312006 committed Nov 30, 2024
1 parent 64214a3 commit b597d7b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cangen/can-messages/bms.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
]
]
},
"points": [
"points": [
{
"size": 8
}
Expand Down Expand Up @@ -415,7 +415,7 @@
]
]
},
"points": [
"points": [
{
"size": 1
}
Expand Down Expand Up @@ -1032,27 +1032,27 @@
{
"name": "BMS/Fault_Timer/Code",
"unit": "",
"sim": {
"min": 1,
"max": 32,
"inc_min": 1,
"inc_max": 32,
"sim": {
"min": 0,
"max": 31,
"inc_min": 0,
"inc_max": 31,
"round": true
},
"points": [
{
"size": 16
"size": 8
}
]
},
{
"name": "BMS/Fault_Timer/Value",
"unit": "",
"sim": {
"min": -100,
"max": 100,
"inc_min": 0.05,
"inc_max": 1
"min": -100,
"max": 100,
"inc_min": 0.05,
"inc_max": 1
},
"points": [
{
Expand All @@ -1062,4 +1062,4 @@
}
]
}
]
]

0 comments on commit b597d7b

Please sign in to comment.