Skip to content

Commit 812e088

Browse files
feistjoizo0619
andauthored
Added BMS command message and signal (#29)
* Added BMS command message and signal * remove k prefix --------- Co-authored-by: Isabel Zhong <[email protected]>
1 parent 39beca4 commit 812e088

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/full_bus.dbc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@ BO_ 577 BMS_Status: 8 BMS
452452
BO_ 1057 Coolant: 2 Temp_Board
453453
SG_ Coolant_Flow : 0|16@1+ (0.01,0) [0|0] "L/min" Vector__XXX
454454

455+
BO_ 578 BMS_CMD: 8 Vector__XXX
456+
SG_ BMS_Command : 0|8@1+ (1,0) [0|0] "" Vector__XXX
457+
455458

456459

457460
BA_DEF_ BO_ "GenMsgCycleTime" INT 0 10000;
@@ -515,4 +518,5 @@ VAL_ 592 Overtemperature_Fault 0 "NotFaulted" 1 "Faulted" ;
515518
VAL_ 592 Overcurrent_Fault 0 "NotFaulted" 1 "Faulted" ;
516519
VAL_ 592 External_Kill_Fault 0 "NotFaulted" 1 "Faulted" ;
517520
VAL_ 577 BMS_State 0 "Shutdown" 1 "Precharge" 2 "Active" 3 "Charging" 4 "Fault" ;
521+
VAL_ 578 BMS_Command 0 "NoAction" 1 "PrechargeAndCloseContactors" 2 "Shutdown" ;
518522

0 commit comments

Comments
 (0)