Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion sygnal_dbc/database/mcm/Control.dbc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION ""


NS_ :
NS_ :
NS_DESC_
CM_
BA_DEF_
Expand Down Expand Up @@ -42,25 +42,29 @@ BO_ 353 ControlCommandResponse: 8 MCM
SG_ Count8 : 16|8@1+ (1,0) [0|0] "" Vector__XXX
SG_ InterfaceID : 13|3@1+ (1,0) [0|0] "" Vector__XXX
SG_ BusAddress : 0|7@1+ (1,0) [0|0] "" Vector__XXX
SG_ SubSystemID : 7|1@1+ (1,0) [0|0] "" Vector__XXX

BO_ 97 ControlEnableResponse: 8 MCM
SG_ CRC : 56|8@1+ (1,0) [0|0] "" Vector__XXX
SG_ Enable : 16|1@1+ (1,0) [0|0] "" Vector__XXX
SG_ InterfaceID : 13|3@1+ (1,0) [0|0] "" Vector__XXX
SG_ BusAddress : 0|7@1+ (1,0) [0|0] "" Vector__XXX
SG_ SubSystemID : 7|1@1+ (1,0) [0|0] "" Vector__XXX

BO_ 352 ControlCommand: 8 UserApplication
SG_ Count8 : 16|8@1+ (1,0) [0|0] "" Vector__XXX
SG_ CRC : 56|8@1+ (1,0) [0|0] "" Vector__XXX
SG_ Value : 24|32@1- (1,0) [0|0] "" Vector__XXX
SG_ InterfaceID : 13|3@1+ (1,0) [0|0] "" Vector__XXX
SG_ BusAddress : 0|7@1+ (1,0) [0|0] "" Vector__XXX
SG_ SubSystemID : 7|1@1+ (1,0) [0|0] "" Vector__XXX

BO_ 96 ControlEnable: 8 UserApplication
SG_ CRC : 56|8@1+ (1,0) [0|0] "" Vector__XXX
SG_ Enable : 16|1@1+ (1,0) [0|0] "" Vector__XXX
SG_ InterfaceID : 13|3@1+ (1,0) [0|0] "" Vector__XXX
SG_ BusAddress : 0|7@1+ (1,0) [0|0] "" Vector__XXX
SG_ SubSystemID : 7|1@1+ (1,0) [0|0] "" Vector__XXX



Expand Down
Loading