Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 CAPL 中搜索一个解决方案,该解决方案允许我获取 dbc 中描述的信号的值描述。
例如,我有以下具有指示值的信号:
msgStatusCCAN1.PowerMode = 1
那么,有没有一种方法getDescription(message,signal,value)可以让我描述它为 ON 的值?
getDescription(message,signal,value)
谢谢
如果信号 PowerMode 具有关联的值表,那么您的 CAPL 代码可以引用值 ON,如下所示:
msgStatusCCAN1.PowerMode = msgStatusCCAN1.PowerMode::ON