Skip to content

Commit

Permalink
initial gen alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jan 25, 2025
1 parent e31e9ad commit 8fc4f32
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions cangen/can-messages/bms.json
Original file line number Diff line number Diff line change
Expand Up @@ -1560,5 +1560,84 @@
]
}
]
},
{
"id": "0x6FA",
"desc": "Alpha General Cell Message Debug",
"sim_freq": 6,
"fields": [
{
"name": "BMS/PerCell/Alpha/0/Temperature",
"unit": "C",
"points": [
{
"size": 10
}
]
},
{
"name": "BMS/PerCell/Alpha/0/Voltage",
"unit": "C",
"points": [
{
"size": 13
}
]
},
{
"name": "BMS/PerCell/Alpha/1/Voltage",
"unit": "C",
"points": [
{
"size": 13
}
]
},
{
"name": "BMS/PerCell/Alpha/1/Chip",
"unit": "index",
"points": [
{
"size": 4
}
]
},
{
"name": "BMS/PerCell/Alpha/0/CellA",
"unit": "index",
"points": [
{
"size": 4
}
]
},
{
"name": "BMS/PerCell/Alpha/1/CellB",
"unit": "index",
"points": [
{
"size": 4
}
]
},
{
"name": "BMS/PerCell/Alpha/1/DischargingA",
"unit": "index",
"points": [
{
"size": 1
}
]
},
{
"name": "BMS/PerCell/Alpha/1/DischargingB",
"unit": "index",
"points": [
{
"size": 1
}
]
}
]
}
]

0 comments on commit 8fc4f32

Please sign in to comment.