摘要: 一、名词解释 AUTOSAR : AUTOmotive Open System Architecture, 汽车开放系统架构 CAN: Controller Area Network, 控制器局域网 NM : Network Management, 网络管理 NM PDU :Network Mana 阅读全文
posted @ 2024-02-23 13:26 韩昊 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 2.5 配置诊断 诊断模块包含诊断通信管理、诊断事件管理、CANTP配置和功能禁止管理。 2.4.1 配置诊断通信管理 1、描述文件导入后配置变化 在保证CDD导入成功的情况下,打开Basic Editor选择dcm配置下的DcmConfigSet查看配置变化,具体操作如图2.32所示。 图2.32 阅读全文
posted @ 2023-12-26 11:18 韩昊 阅读(66) 评论(0) 推荐(0) 编辑
摘要: variables { dword contextCAN = 0x00010000;//报文名字 dword contextLIN = 0x00050000;//固定的 dword contextMOST = 0x00060000; dword contextFLEXRAY = 0x00070000 阅读全文
posted @ 2023-12-11 13:24 韩昊 阅读(7) 评论(0) 推荐(0) 编辑
摘要: on errorFrame { const int bufferSize = 256; //bufferSize不可以再被赋值 char buffer[bufferSize]; char cdirection[2][3] = {"RX","TX"}; int ndir; word ecc; word 阅读全文
posted @ 2023-12-09 15:02 韩昊 阅读(42) 评论(0) 推荐(0) 编辑
摘要: on prestart{ write("haola");} on start{ write("1haola");}on preStop{ write("1haola1");}on stopMeasurement{ write("11111haola1");} 阅读全文
posted @ 2023-12-08 15:11 韩昊 阅读(4) 评论(0) 推荐(0) 编辑
摘要: variables { message BCM1_1 abc; } on key 'a' { abc.can = 1; abc.id = 0x230; abc.byte(0) = 0x23; abc.byte(1) = 0x23; abc.byte(2) = 0x23; abc.byte(3) = 阅读全文
posted @ 2023-12-08 14:53 韩昊 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 尝试将某信号设置为发送500ms后复位 /*@!Encoding:936*/ includes { } variables { msTimer ExteriorLightTimer; } on message HU_8 { $ExteriorLightSwitchReq = $ExteriorLig 阅读全文
posted @ 2023-11-22 18:19 韩昊 阅读(19) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-11-14 18:38 韩昊 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 应用层模块配置: Task Mapping 阅读全文
posted @ 2023-10-27 09:31 韩昊 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1.初始界面 2.基础配置 点击后会出现各部分的配置内容: 其中白色部分可能是由于电脑中未安装EB OS 阅读全文
posted @ 2023-10-27 09:14 韩昊 阅读(94) 评论(0) 推荐(0) 编辑