DBC配置![]()
Com模块配置
这里默认只需要配置ComTxModeTrue, 如果想ComTxModeTrue和ComTxModeFalse都需要用到,需要在ComSignalGroups或ComSignals中添加ComFilter;
在报文的信号中或者在信号组中配置属性Transfer Property
- TRIGGERED: the transmission of the message is triggered if the signal is written regardless of the signal value
- TRIGGERED_WITHOUT_REPETITION: the transmission of the message is triggered just once without a repetition
- TRIGGERED_ON_CHANGE: the transmission of the message is triggered if the signal is written and the signal value has changed
只在信号中配置属性Transfer Property,会在调用Com_SendSignal时触发发送
只在信号组中配置属性Transfer Property,会在调用Com_SendSignalGroup时触发发送
混合型的
DBC配置
COM模块配置