Skip to content

Commit

Permalink
e-push fault debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jun 1, 2024
1 parent 7172a1e commit 7a92a55
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions cangen/can-messages/bms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,28 @@ msgs:
points:
- !CANPoint
size: 32

- !CANMsg
id: "0x703"
desc: "BMS Debug"
fields:
- !NetField
name: "BMS/FaultDebug/Status"
unit: ""
points:
- !CANPoint
size: 8
- !NetField
name: "BMS/FaultDebug/PackCurrent"
unit: ""
points:
- !CANPoint
size: 16
signed: true
- !NetField
name: "BMS/FaultDebug/DCL"
unit: ""
points:
- !CANPoint
size: 16
signed: true

0 comments on commit 7a92a55

Please sign in to comment.