BO_ 123 MessageName: 8 Vector__XXX
ID
is always decimal (not hexadecimal), and unique to each messageCAN 2.0B
("Classic" CAN) frames - DLC must be between 1-8
bytesCAN-FD
("Flexible Data" CAN) frames - DLC may be between 1-64
bytesThese are commonly used Message Attributes, which are widely accepted by industry software.
Attribute Name | Definition |
---|---|
VFrameFormat | BA_DEF_ BO_ "VFrameFormat" ENUM "StandardCAN","ExtendedCAN","StandardFD","ExtendedFD"; |
SystemMessageLongSymbol | BA_DEF_ BO_ "SystemMessageLongSymbol" STRING; |
GenMsgCycleTime | BA_DEF_ BO_ "GenMsgCycleTime" INT 0 10000; |
GenMsgStartDelayTime | BA_DEF_ BO_ "GenMsgStartDelayTime" INT <min=0> <max=10000>; |
GenMsgDelayTime | BA_DEF_ BO_ "GenMsgDelayTime" INT <min=0> <max=10000>; |
GenMsgSendType | BA_DEF_ BO_ "GenMsgSendType" ENUM "cyclic","triggered","cyclicAndTriggered","none"; |
Attribute Name | Default Value |
---|---|
VFrameFormat | BA_DEF_DEF_ "VFrameFormat" "StandardCAN"; |
SystemMessageLongSymbol | BA_DEF_DEF_ "SystemMessageLongSymbol"; |
GenMsgCycleTime | BA_DEF_DEF_ "GenMsgCycleTime" 0; |
GenMsgStartDelayTime | BA_DEF_DEF_ "GenMsgStartDelayTime" 0; |
GenMsgDelayTime | BA_DEF_DEF_ "GenMsgDelayTime" 0; |
GenMsgSendType | BA_DEF_DEF_ "GenMsgSendType" "none"; |