<?xml version="1.0" encoding="utf-8" ?>















<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="zh_CN">
<title><![CDATA[车载网络]]></title>
<link rel="alternate" type="text/html" href="http://CarNetwork.blog.bokee.net"/>
<modified>2008-07-04T09-47-23 CST</modified>
<tagline type="text/html" mode="escaped"><![CDATA[随着全球环境日益恶化，政府对轿车的环保性能提出了越来越严格的法律法规要求。同时能源价格上涨、人们生活水平也在日益提高，用户也越来越注重轿车的性能：动力性、经济性、安全性、舒适性及娱乐性。这两方面的需求导致车载网络的ECU越来越多、网络系统越来越复杂。面对日益复杂的网络系统，ECU设计和网络系统设计也越来越复杂。
自主品牌是我们奋斗的目标，但是车载网络却是我们必须要逾越的主要障碍。如何解决国内的车载网络设计问题？我们奋斗的方向是什么？让我们一起来奋斗和努力吧，欢迎大家光临我的车载网络博客！让我们成为朋友，共同讨论和努力！]]></tagline>
<generator url="http://www.bokee.net/" version="2.0">bokee.net</generator>
<copyright>Copyright (c) 2005,  CarNetwork</copyright>


<entry>
<title>CAN通讯中的deadline——时限，死限 </title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1955360.html"/>
<issued>2008-07-04T09-47-23 CST</issued> 
<created>2008-07-04T09-47-23 CST</created>
<modified>2008-07-22T01-17-59Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://1955360</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>Default Cloumn</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>deadline是接收节点对消息的一个时间要求，即要求消息一定要在deadline所规定的时间范围内发送到接收节点。其物理意义在于，算法只要在该时间范围内获得了新数据，其控制效果将不受影响。</p>
<p>deadline是算法被动应对消息延迟的一种手段，由于在手工设计方法中，无法对消息的延迟进行计算和有效的控制。因此设计算法时，为了避免延迟对控制效果的影响，则设置deadline。当超过deadline还没有收到消息的时，算法则进入错误处理程序，而不会执行控制代码。</p>
<p>deadline也是设计可靠代码的一种手段。</p>]]>
</content>
</entry>

<entry>
<title>如何解决当前CAN网络应用层协议设计面临的关键问题？</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1235543.html"/>
<issued>2007-12-05T14-22-07 CST</issued> 
<created>2007-12-05T14-22-07 CST</created>
<modified>2008-07-24T20-02-43Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://1235543</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>车载网络设计</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>我曾经在电子工程开了一次在线的技术讨论，现在把电子工程整理的内容放在这里，供大家参考：&nbsp; </p>
<p>就如同集成电路、微处理器的诞生一样，数据总线技术的问世成为了汽车电子技术发展的一个重要里程碑。如今，随着CAN总线技术在汽车电子领域日益广泛的应用，其协议一致规范表述的重要性也逐渐凸现。根据ISO（国际标准化组织）定义的OSI模型，CAN协议定义了物理层及数据链路层规范，为不同的汽车厂商制定符合自身需要的应用层协议提供了便利。如果需要建立更加完善的系统，还需要在CAN的基础上选择合适的应用层协议。 </p>
<p>&nbsp;&nbsp;&nbsp; 为了帮助业内工程师进一步了解汽车CAN网络应用层协议制定的重要性，以及掌握汽车CAN网络应用层协议设计技术，并解决其关键问题，在电子工程专辑旗下的汽车电子设计网站举行的《如何解决当前CAN网络应用层协议设计面临的关键问题？ 》专题讨论中，Mentor Graphics资深产品专员董因平博士应邀与工程师进行互动，与大家进一步探讨了汽车CAN网络应用层协议制定方面的话题。基于此次专题讨论，我们总结了汽车CAN网络应用层协议设计中经常出现的一些问题供读者参考。 </p>
<p>&nbsp;&nbsp;&nbsp; 解析CAN协议应用层与应用程序 </p>
<p>&nbsp;&nbsp;&nbsp; 董因平博士表示，应用层和应用程序是不一样的。应用层是指通讯功能的应用层。它并不定义和描述应用程序参数，它提供的只是通讯功能与应用程序的通讯接口。包括：定义通讯服务、传送过程数据、诊断信息及标定信息。设备监控和网络管理也一般定义为应用层的一部分，有的也将传输层的部分内容纳入应用层实现，比如超过8个字节的数据传输。 </p>
<p>&nbsp;&nbsp;&nbsp; 应用程序就完全是指控制算法等应用代码。它定义控制算法相关的数据和参数。 </p>
<p>&nbsp;&nbsp;&nbsp; 在目前ECU开发中，应用程序代码包含了应用层代码。其缺点在于以下三个方面： </p>
<p>&nbsp;&nbsp;&nbsp; 1. 应用程序发生变化，必须考查应用层是否还能满足要求。 </p>
<p>&nbsp;&nbsp;&nbsp; 2. 通讯协议发生变化，整个应用程序及应用层代码都必须重新编译测试。这个问题是造成整车厂在协议开发中不能起主导作用的主要原因之一。所以有很多国内的整车厂有了新的协议，希望某些国外大型供应商实施新协议时会遇到极大的阻碍。一是不愿意做，二是重新开发的费用高昂。 </p>
<p>&nbsp;&nbsp;&nbsp; 3. 严重阻碍了节点和设计的重用。由于应用程序和应用层融合在一起，难以实现即插即用的效果。 </p>
<p>&nbsp;&nbsp;&nbsp; 解决方案就是接口标准化，即将应用层从应用程序中分割出路并标准化接口。 AUTOSAR的一个特性就是标准化接口，实现即插即用。Mentor Graphics的VTP也是一个典型的例子。 </p>
<p>&nbsp;&nbsp;&nbsp; CAN测试重要还是协议制定重要？ </p>
<p>&nbsp;&nbsp;&nbsp; 董因平博士表示，测试和设计的重要性在不同设计思路中有不同的体现。目前应用层协议制定的方法可以分为两大类，一类是测试为重心的方法，一类是设计为重心的方法。 </p>
<p>&nbsp;&nbsp;&nbsp; 第一种方法也称为投票法或试验法。这是一种工程设计方法，各个供应商对协议提出要求，整车厂集成要求，通过测试验证协议可行性，随后发布协议。测试的功能除了验证协议的实现外，还有一个重要的任务就是对协议设计进行测试，试图解决ID分配不合理、消息冲突问题等等。这种方法的重心就是测试，因此测试比较重要。 </p>
<p>&nbsp;&nbsp;&nbsp; 第二种方法是系统级设计法。这是一种理论设计方法，它提出了完全不同的需求，供应商只需要提供相应的参数，根据一定的理论模型对网络通讯特性进行计算，如信号延迟、总线负载等。以此为基础，考虑设计需求，通过一定的调度算法，对每条消息的ID进行分配。方法的核心就是优化这些特性参数，保证整车网络通讯的实时性能。因此在这种设计方法中，设计是重点。 </p>
<p>&nbsp;&nbsp;&nbsp; 董因平博士还指出，测试并不等同于验证。他说：验证表示的是我们有一个标准，测试被测对象是否符合。但是目前汽车电子的测试不能一概的称为验证，因为它还要测试协议设计是否正确，协议设计中是否有瑕疵。验证的输入是被测对象的特性，参照的是标准，输出的是两者是否符合。 </p>
<p>&nbsp;&nbsp;&nbsp; 而现在的测试，输入的既有被测对象的特性，又有所谓的标准，输出的是协议是否需要修改、系统是否可行、设计是否符合需要。注意这里引出了一个难以让人理解的地方，我们要测试ECU是否符合标准，但是我们却又在根据测试结果在怀疑这个标准。因此除非有非常雄厚的技术和经验积累，否则你始终在这两者之间徘徊，浪费时间和金钱。中国目前就处于这种状态，但是我们却要依靠测试来推动技术的发展，难以想像。我们需要的是一条新的发展思路。 </p>
<p>&nbsp;&nbsp;&nbsp; 没有设计就根本谈不上测试，相反设计才决定了测试的体系。例如，整车网络的电气特性参数，比如ECU的终端电阻、电容，这些参数都是与特定的网络环境有关系的。可能因为线束走线不同就有所不同。设计人员知道影响这些参数的原因和可能出现的问题，而这些都可以成为建立测试方法的输入。 </p>
<p>&nbsp;&nbsp;&nbsp; 董因平博士补充道，测试是比较重要，但是一定要比较的话，则更倾向于选择设计更重要。其实电子行业的发展可以成为参考，为什么EDA工具在电子设计中处于如此重要的地位？而且现在国际上的趋势是基于系统级的设计、建模等等。重点是系统级！董因平博士还强调，如果一味只重视测试的话，那么就是在走国外发展的老路，是背离系统级的设计思路，根本就没有考虑国际发展的趋势。 </p>
<p>&nbsp;&nbsp;&nbsp; 应该从哪几个方面来构造协议？ </p>
<p>&nbsp;&nbsp;&nbsp; CAN协议的基本要素是ID、周期和信号与消息的映射关系。因此构造协议的主要任务是ID分配、定义消息周期、确定信号与消息的映射关系。这三个方面的设计都同等重要，设计要考虑的主要因素有数据传输的实时性要求（即所谓的时序）、数据的相对重要程度、与数据相关的应用控制算法对数据的时间要求。 </p>
<p>&nbsp;&nbsp;&nbsp; 董因平博士指出，协议设计实质上是非常复杂的工作，对于国内来说，由于我们缺乏相应的经验，国外又对我们进行技术封锁，因此到目前为止这还是阻碍中国技术发展的主要障碍。 </p>
<p>&nbsp;&nbsp;&nbsp; 国际上也存在一些现有的标准，如CANopen、SAE J1939.SAE J1939这是一个有汽车工程师协议牵头制定的应用与卡车电控网络的协议。不过它主要是应用与卡车的电控系统，不能直接照搬到轿车控制系统中。但是随着汽车电子的发展，汽车电子设计分工也越来越细，这部分工作也有厂商提供工具实现协议的计算机辅助设计。比如Mentor Graphics公司的VNA就是一款自动化的协议设计软件。 </p>
<p>&nbsp;&nbsp;&nbsp; 实现通信协议的程序代码结构是什么样的？ </p>
<p>&nbsp;&nbsp;&nbsp; 董因平博士说：首先CAN通信功能包括物理层、数据链路层和应用层。物理层、数据链路层已经由硬件实现，目前都已经标准化，有现成的部件（CAN控制器和收发器）选择。因此在单片机上加上CAN控制器、收发器，软件实现相应的驱动程序就基本实现了CAN的通讯功能。但是这对于汽车电子上的应用还是远远不够的，因为数据链路层有很多功能没有定义如具有逻辑关系的消息之间的功能实现、网络管理等等。 </p>
<p>&nbsp;&nbsp;&nbsp; 因此通信协议的程序代码的结构应该是底层驱动+应用代码（通信功能的应用代码）。如果考虑目前汽车电子嵌入式软件的技术发展，未来的结构应该是底层驱动+应用代码+抽象层。汽车电子软件开放式体系标准AUTOSAR也基本是这样的思路。目前也有很多软件厂商提供现成的解决方案，ECU软件开发只需要在该解决方案提供的基于数据读写的接口之上实现控制算法。这样做的好处在于软件设计人员可以把专长用于集中设计控制算法、保证其可靠性。这样的产品如Mentor Graphics的嵌入式软件就是这样的应用例子。</p>]]>
</content>
</entry>

<entry>
<title>汽车电子网络通讯设计方法学</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1216020.html"/>
<issued>2007-11-28T18-07-49 CST</issued> 
<created>2007-11-28T18-07-49 CST</created>
<modified>2008-07-24T20-02-43Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://1216020</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>车载网络设计</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>现有的网络设计方法主要有工程法(试错法、投票法、手工设计法等)和计算机辅助设计法。</p>
<p>工程法的核心思想是整车厂收集各个零部件对整车网络通讯的要求，然后集成而成的一种设计方法。在这种设计方法中，测试就显得尤为重要。因为测试还兼备了一种功能&mdash;&mdash;协议正确性的测试和验证。因此采用这种方法进行网络设计，其性能更多地依靠测试的完备性和有效性，而且对于工程经验的依赖比较大。对于中国的整车厂而言，工程经验是非常欠缺的，因此采用以这种方法为核心的工具就比较艰难。</p>
<p>计算机辅助设计法的核心思想是根据一定的理论方法对整车网络的通讯进行设计，其设计过程完全是在软件环境下的虚拟设计，是一种计算机辅助设计技术。与工程法相比，这种方法的设计就显得更重要了。因为设计的方法的优劣直接决定了设计结果地质量。因此采用这种方法的关键是对通讯的建模方法，其性能更多依靠设计方法的成熟度和准确性。采用这种方法进行设计，往往需要成熟工具的辅助。这类工具对工程经验没有严格的要求，因此非常适合中国的整车厂进行网络设计</p>]]>
</content>
</entry>

<entry>
<title>汽车电子网络设计的主要内容</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1216016.html"/>
<issued>2007-11-28T18-06-29 CST</issued> 
<created>2007-11-28T18-06-29 CST</created>
<modified>2008-07-24T20-02-43Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://1216016</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>Default Cloumn</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>汽车电子网络设计的主要内容包含三大方面：首先是功能设计，其次是物理实现，最后是性能设计。功能设计方面又包括通讯等功能设计和控制功能设计，物理实现则包含ECU物理实现和ECU互联地实现，性能设计实质是如何保障性能的一种设计考虑。</p>
<p>性能设计贯穿于功能设计和物理实现，之所以单独列出这个方向是为了提醒大家注意，设计更重要的一方面是如何保障性能。性能设计更多的是以实践经验为基础，中国最缺乏地就是这一方面，因此也最困难。</p>]]>
</content>
</entry>

<entry>
<title>2007-06-18 整车厂设计能力至斯</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/809171.html"/>
<issued>2007-06-19T09-44-57 CST</issued> 
<created>2007-06-19T09-44-57 CST</created>
<modified>2008-07-24T20-02-43Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://809171</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>职业随想</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>&nbsp;</p>
<p>2007年6月18日, 我和销售拜访了一家整车厂.他们的设计力量让我感触很深. 他们的技术中心20几个人,大部分人做线束设计,有2人左右再做总线设计. 而且这两个人没有任何经验:(</p>
<p>但是整车厂却规划出他们的车要上总线, 说来这个决策的背景很好笑, 因为他们要模拟的车型有总线.理由就这么简单, 没有任何可行性分析, 成本分析等等. </p>
<p>总结我拜访的整车厂, 急功近利十分明显. 技术人才没有, 设计经验更没有. 总线设计乃至汽车电子设计能力令人堪忧</p>]]>
</content>
</entry>

<entry>
<title>Mentor Graphics 公司携手吉林大学打造汽车电子设计联合实验室</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/783291.html"/>
<issued>2007-06-06T18-34-54 CST</issued> 
<created>2007-06-06T18-34-54 CST</created>
<modified>2008-07-24T20-02-43Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://783291</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>行业新闻</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>2007年06月05日，阳光明媚，是长春格外美丽的日子。就在这样美好的日子，Mentor Graphics公司携手吉林大学为汽车电子行业献上了一份大礼，共同创办了汽车电子设计联合实验室。</p>
<div><span class="897560213-05062007"></span><font face="宋体" color="#0000ff" size="2"><span class="897560213-05062007">吉林大学拥有中国一流的汽车专业，有&ldquo;中国汽车人才摇篮&rdquo;之称。为了紧跟国家汽车自主研发的政策，吉林大学制定了汽车电子人才教育和培养的战略目标：培训跨控制、电子和汽车的符合型人才。</span></font><font face="宋体" color="#0000ff" size="2"><span class="897560213-05062007">管欣院长说，这样的复合型人才能够组织整车厂汽车电子开发的相关项目。这样的人才在未来的汽车电子行业中必将成为行业的中流砥柱。明导捐助世界一流的汽车电子开发软件，正好与这个战略思想吻合。这个实验室的成功运作，必将增强吉林大学在行业内的声望和地位，同时也促进明导公司产品在中国市场的应用。</span></font></div>
<div><font face="宋体" color="#0000ff" size="2"><span class="897560213-05062007"></span></font></div>
<div><font face="宋体" size="2"><span class="897560213-05062007"><span lang="EN-US" style="FONT-SIZE: 12pt; FONT-FAMILY: &quot;Times New Roman&quot;; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">Mentor Graphics</span><span style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">公司中国区总经理杨正义</span><span lang="EN-US" style="FONT-SIZE: 12pt; FONT-FAMILY: &quot;Times New Roman&quot;; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-hansi-font-family: 宋体">(</span><span lang="EN-US" style="FONT-SIZE: 12pt; FONT-FAMILY: &quot;Times New Roman&quot;; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">Daniel Yang</span><span lang="EN-US" style="FONT-SIZE: 12pt; FONT-FAMILY: &quot;Times New Roman&quot;; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-hansi-font-family: 宋体">)</span><span style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">先生表示：</span><span style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">&ldquo;</span><span lang="EN-US" style="FONT-SIZE: 12pt; FONT-FAMILY: &quot;Times New Roman&quot;; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">Mentor Graphics</span><span style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">公司对快速发展的中国市场非常重视，近年来不断增加对中国的投入，为此公司制定了与南北两所大学联合建立汽车电子设计实验室的战略.南方与同济大学汽车学院已经建立了联合实验室及技术培训中心，北方则和吉林大学建立的联合实验室。</span><span lang="EN-US" style="FONT-SIZE: 12pt; FONT-FAMILY: &quot;Times New Roman&quot;; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">Mentor Graphics</span><span style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">公司向吉林大学捐献了汽车电子设计相关产品，包括PCB硬件工具、ECU功能设计仿真平台SystemVision、汽车电子网络通讯可靠性设计Volcano以及代表世界先进技术的线束设计工具CHS，价值达1.23亿人民币。Mentor Graphics公司的此次战略行动，是希望能够联合控制、汽车、电子等相关领域的专家，为中国的汽车电子行业建立培养复合型人才的摇篮。联合实验室培养的出来的人才，将来必将成为汽车电子行业的中流砥柱。这也是Mentor Graphics公司提供先进产品和服务，为中国汽车电子自主开发的实质性贡献.&quot;</span></span></font></div>]]>
</content>
</entry>

<entry>
<title>CAN网络设计复杂性分析</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/769821.html"/>
<issued>2007-05-31T14-20-02 CST</issued> 
<created>2007-05-31T14-20-02 CST</created>
<modified>2008-07-22T01-18-00Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://769821</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>车载网络设计</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>&nbsp;</p>
<p>CAN是多主站结构，采用单点对多点的广播通讯。由于每个节点在任何时刻都可以通过总线进行通讯，但是由于总线通道只有一个，不允许两个或以上的节点同时利用总线进行信息传输。为了保证总线利用的单一性(单一节点利用总线)，在多个节点试图访问总线时，CAN总线采用了按位仲裁决策使用总线的节点。</p>
<p>CAN网络设计的复杂性的根源就是多主站和信道资源有限。其影响随着节点数量增加而增加，因此组建两节点的网络最简单。但是当数量增加，复杂性增加。</p>
<p>设计复杂性是指往总线上每增加一个功能(功能可能等同于节点，也可能不等同)，其它功能对它或它对其它功能的影响是不确定的和复杂的。比如通讯正常、可靠的系统，增加一个功能表示增加信号、消息数量。因此增加的消息可能对现有消息传输的实时性产生影响，而且这种影响是不确定的。系统集成阶段的偶然性故障往往与它有关。在实验室测试良好的ECU集成到整车网络时，ECU会突然失效，往往也是这些原因引起的。</p>
<p>举个典型的例子，车窗玻璃升降的按钮。在实验室设计实现时，没有出现按下按钮玻璃却不动的现象。但是集成到整车上时，可能会出现按下按钮，但是玻璃不动的现象。您可能需要按住按钮不动，然后才能看到玻璃的升降。产生这种现象的根本原因是按钮按下的信息没有及时传输到控制器中，因此控制器没有执行升降的动作。但是这种现象又是无规律和随机的。</p>
<p>因此在设计总线通讯的时候，这种不确定的影响如何避免、如何测试就成为设计中的难点之一。&nbsp;</p>]]>
</content>
</entry>

<entry>
<title>Mentor Graphics用全新技术打造汽车电子网络开发平台</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/769529.html"/>
<issued>2007-05-31T12-04-59 CST</issued> 
<created>2007-05-31T12-04-59 CST</created>
<modified>2008-07-24T20-02-43Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://769529</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>车载网络设计</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<h1 style="MARGIN: 9pt 0cm"><font size="7"><span lang="EN-US" style="mso-fareast-language: ZH-CN">1 </span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">简介</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h1>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">汽车电子朝着网络化方向发展，车载网络成为汽车电子领域的最大热点。提高控制单元间通讯可靠性和降低导线成本的网络总线技术应用成为动力所在，包括</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">CAN</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">、</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">LIN</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">、</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">FlexRey</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">、</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">MOST</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">、</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">IDB1394</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">等已成为现代汽车网络总线的关键技术。但是对于汽车整车厂，</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">CAN</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">网络设计成为应用</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">CAN</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">网络通讯的关键之关键。众观现有的设计技术，可以将其分为两类，一类是以仿真和测试为主的传统设计方法。另一类是以协议设计为主的方法。传统方法将每个节点对协议的要求拼凑起来，通过仿真测试的方法检验协议的正确性，最终得到通讯协议；</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">使用的是第二类方法，它通过系统设计技术，用理论方法对系统的时序建模，分析设计系统的通讯协议，保证系统的实时性能以及协议的正确性，最终发布正确的通讯协议。本文将介绍传统设计方法的局限性以及</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">新方法的优势。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<h1 style="MARGIN: 9pt 0cm"><font size="7"><span lang="EN-US" style="mso-fareast-language: ZH-CN">2 </span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">传统设计方法的局限性</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h1>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">但是随着车辆上电子设备逐渐增多，网络系统越来越复杂。汽车电子网络面临巨大的挑战，传统的网络协议设计技术的局限性也越来越突出，主要表现在以下三个方面：</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<h2 style="MARGIN: 0cm 0cm 0pt"><font size="6"><span lang="EN-US" style="mso-fareast-language: ZH-CN">2.1 </span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">数据丢失</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h2>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">所谓数据丢失是指新数据还没有来得及通过网络传输出去或超过接收节点接收时限才传输出去。数据丢失会严重影响通讯的实时性能，进而影响整车通讯的质量。实时性能好的系统应该没有数据丢失。举个实际的例子，某一款车型通过一个按钮来控制内循环的开和闭。当驾驶员按下按钮时，结果发现内循环没有打开。行驶一段时间后，也没有感觉到内循环打开。这就是数据丢失现象，驾驶员发出了指令，但是指令却没有发送到对应的控制器上，因此功能也得不到实现。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">数据丢失的影响因素就是通讯协议，传统设计方法，通过仿真测试手段检测协议的正确性。其缺陷是无法覆盖所有的测试用例，因此输出的通讯协议是有潜在错误或不完整的，这样就不可避免的会产生数据丢失的情况，降低整个系统的性能。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<h2 style="MARGIN: 0cm 0cm 0pt"><font size="6"><span lang="EN-US" style="mso-fareast-language: ZH-CN">2.2 </span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">通讯延迟</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h2>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">通讯延迟是指数据准备好到数据通过总线发送出去的等待时间。通讯延迟可能导致数据丢失，是传统设计方法的根本性问题。这主要是因为传统设计方法只是将各个节点对协议的要求拼凑起来，没有考虑整个系统的需求，比如发送节点发送数据到接收节点接收数据并用于控制，没有考虑实现这样一个完整功能的时间要求。因此协议设计结果难以保证实时性能，必然存在通讯的延迟。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">仲裁失败是产生延迟的主要原因，因此延迟与消息的</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">ID</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">及周期有关。系统越复杂，消息之间发生竞争的可能性越大，系统的实时性能越差。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">为了减小延迟的影响，传统设计方法采取了两种预防措施。一种是设定时限，如图所示，通过测试的方法测得消息的响应时间</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">(</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">即发送时间</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">+</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">延迟时间</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">)</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">最大值，然后以此为基础设定时限，超过时限接收节点将不执行控制算法。这种方法的缺点是时限与实际的最大值&mdash;&mdash;即最差情形下的响应时间存在差距，因此当响应时间落在该区间时，系统将产生数据丢失。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">第二种方法是将总线负载限制在平均</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">30%</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">左右，降低消息竞争的可能性。但是对于不同的系统限定值是多少，至今没有理论的指导。设计人员只能靠经验确定，因此它也不能完全避免数据丢失。而且对于越来越复杂的系统，这种方法越来越不能满足系统设计的需要。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p><font face="Times New Roman">&nbsp;</font></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><v:group id="_x0000_s1072" style="WIDTH: 415.3pt; HEIGHT: 194.2pt; mso-position-horizontal-relative: char; mso-position-vertical-relative: line" editas="canvas" coordorigin="1800,10121" coordsize="8306,3884"><o:lock v:ext="edit" aspectratio="t"></o:lock><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"><v:stroke joinstyle="miter"></v:stroke><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"></v:f><v:f eqn="sum @0 1 0"></v:f><v:f eqn="sum 0 0 @1"></v:f><v:f eqn="prod @2 1 2"></v:f><v:f eqn="prod @3 21600 pixelWidth"></v:f><v:f eqn="prod @3 21600 pixelHeight"></v:f><v:f eqn="sum @0 0 1"></v:f><v:f eqn="prod @6 1 2"></v:f><v:f eqn="prod @7 21600 pixelWidth"></v:f><v:f eqn="sum @8 21600 0"></v:f><v:f eqn="prod @7 21600 pixelHeight"></v:f><v:f eqn="sum @10 21600 0"></v:f></v:formulas><v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"></v:path><o:lock v:ext="edit" aspectratio="t"></o:lock></v:shapetype><v:shape id="_x0000_s1073" style="LEFT: 1800px; WIDTH: 8306px; POSITION: absolute; TOP: 10121px; HEIGHT: 3884px" o:preferrelative="f" type="#_x0000_t75"><font face="Times New Roman"><v:fill o:detectmouseclick="t"></v:fill><v:path o:extrusionok="t" o:connecttype="none"></v:path><o:lock v:ext="edit" text="t"></o:lock></font></v:shape><v:shape id="_x0000_s1074" style="LEFT: 1900px; WIDTH: 8203px; POSITION: absolute; TOP: 10121px; HEIGHT: 3815px" type="#_x0000_t75" fillcolor="#39f"><v:imagedata src="file:///C:\DOCUME~1\ydong\LOCALS~1\Temp\msohtml1\01\clip_image001.emz" o:title="Deadline monotonic analysis"><font face="Times New Roman"></font></v:imagedata></v:shape><v:shapetype id="_x0000_t202" coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe"><v:stroke joinstyle="miter"></v:stroke><v:path gradientshapeok="t" o:connecttype="rect"></v:path></v:shapetype><v:shape id="_x0000_s1075" style="LEFT: 1857px; WIDTH: 1731px; POSITION: absolute; TOP: 13537px; HEIGHT: 468px" stroked="f" type="#_x0000_t202"><v:textbox style="mso-fit-shape-to-text: t" inset="1.825mm,.949mm,1.825mm,.949mm">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 11.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’; mso-bidi-font-family: 宋体; mso-bidi-font-size: 16.0pt; mso-ansi-language: ZH-CN">理想响应时间</span><span lang="EN-US" style="FONT-SIZE: 11.5pt; COLOR: black; mso-bidi-font-family: 宋体; mso-bidi-font-size: 16.0pt"><o:p></o:p></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:shape id="_x0000_s1076" style="LEFT: 7091px; WIDTH: 1640px; POSITION: absolute; TOP: 13537px; HEIGHT: 468px" stroked="f" type="#_x0000_t202"><v:textbox style="mso-fit-shape-to-text: t" inset="1.825mm,.949mm,1.825mm,.949mm">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 11.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’; mso-bidi-font-family: 宋体; mso-bidi-font-size: 16.0pt; mso-ansi-language: ZH-CN">最差响应时间</span><span lang="EN-US" style="FONT-SIZE: 11.5pt; COLOR: black; mso-bidi-font-family: 宋体; mso-bidi-font-size: 16.0pt"><o:p></o:p></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:shape id="_x0000_s1077" style="LEFT: 8553px; WIDTH: 1553px; POSITION: absolute; TOP: 13179px; HEIGHT: 469px" stroked="f" type="#_x0000_t202"><v:textbox style="mso-fit-shape-to-text: t" inset="1.825mm,.949mm,1.825mm,.949mm">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 11.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’; mso-bidi-font-family: 宋体; mso-bidi-font-size: 16.0pt; mso-ansi-language: ZH-CN">响应时间</span><span lang="EN-US" style="FONT-SIZE: 11.5pt; COLOR: black; mso-bidi-font-family: 宋体; mso-bidi-font-size: 16.0pt"><o:p></o:p></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:shape id="_x0000_s1078" style="LEFT: 6337px; WIDTH: 1684px; POSITION: absolute; TOP: 11584px; HEIGHT: 534px" stroked="f" type="#_x0000_t202"><v:textbox inset="1.825mm,.949mm,1.825mm,.949mm">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 11.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’; mso-bidi-font-family: 宋体; mso-bidi-font-size: 16.0pt; mso-ansi-language: ZH-CN">时限</span><span lang="EN-US" style="FONT-SIZE: 11.5pt; COLOR: black; mso-bidi-font-size: 16.0pt"><font face="Times New Roman">-Deadline<o:p></o:p></font></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:shape id="_x0000_s1079" style="LEFT: 4519px; WIDTH: 2527px; POSITION: absolute; TOP: 10210px; HEIGHT: 488px" stroked="f" type="#_x0000_t202"><v:textbox inset="1.825mm,.949mm,1.825mm,.949mm">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 11.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’; mso-bidi-font-family: 宋体; mso-bidi-font-size: 16.0pt; mso-ansi-language: ZH-CN">响应时间最大测试值</span><span lang="EN-US" style="FONT-SIZE: 11.5pt; COLOR: black; mso-bidi-font-family: 宋体; mso-bidi-font-size: 16.0pt"><o:p></o:p></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:shape id="_x0000_s1080" style="LEFT: 1845px; WIDTH: 360px; POSITION: absolute; TOP: 11266px; HEIGHT: 1117px" stroked="f" type="#_x0000_t202"><v:textbox style="LAYOUT-FLOW: vertical-ideographic" inset="0,0,0,0"></v:textbox></v:shape><w:wrap type="none"></w:wrap><w:anchorlock></w:anchorlock></v:group><img class="shape" height="79" alt="文本框: 概率分布" width="28" v:shapes="_x0000_s1080" v:dpi="96" src="file:///C:/DOCUME~1/ydong/LOCALS~1/Temp/msohtml1/01/clip_image002.gif" /></span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">图</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">1 </font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">传统设计方法的时限设定</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">综上所述，通讯延迟是传统设计方法的根本性问题，无法避免。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<h2 style="MARGIN: 0cm 0cm 0pt"><font size="6"><span lang="EN-US" style="mso-fareast-language: ZH-CN">2.3</span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">协议修改困难</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h2>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">修改协议在开发过程中不可避免。但是对于传统的设计方法，应用程序和通讯功能实现融合在一起，通讯协议的参数变更会导致软件的重新编译和测试，这就意味着额外的时间和成本，供应商将极不愿意整车厂修改协议。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">因此整车厂修改协议十分困难，即使最后实现了修改也需要很长的时间。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<h2 style="MARGIN: 0cm 0cm 0pt"><font size="6"><span lang="EN-US" style="mso-fareast-language: ZH-CN">2.4 </span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">小结</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h2>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">综上所述，传统设计方法通过拼凑的方法设计通讯协议，并试图通过仿真测试的方法测试协议的正确性。这种方法的特点是以仿真测试为主，而且不可避免数据丢失，难以保证系统的实时性能。随着</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><font face="Times New Roman">ECU</font></span><span style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">数量增多，通讯更复杂，传统设计技术越来越难以满足系统设计的需要。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: black; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<h1 style="MARGIN: 9pt 0cm"><font size="7"><span lang="EN-US" style="mso-fareast-language: ZH-CN">3 Volcano</span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">新技术的特点</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h1>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcnao</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">是适应汽车电子发展趋势的设计技术，其特点是通过系统级设计理论和方法，保证通讯协议的准确性，避免了数据丢失，保证系统的实时性能。其特点概括起来如下：</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<h2 style="MARGIN: 0cm 0cm 0pt"><font size="6"><span lang="EN-US" style="mso-fareast-language: ZH-CN">3.1 </span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">系统级设计，避免数据丢失</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h2>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">采用自上而下的<span style="COLOR: black">系统设计</span>技术，对整个系统的架构进行设计，并进行优化。通过理论设计方法，保证通讯协议的正确性，从根本上解决数据丢失问题。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><v:shape id="_x0000_s1046" style="WIDTH: 405pt; HEIGHT: 229.75pt; mso-position-horizontal-relative: char; mso-position-vertical-relative: line; mso-wrap-style: none" type="#_x0000_t75" fillcolor="none [4]" strokecolor="none [1]"><v:fill color2="none [0]"></v:fill><v:imagedata src="file:///C:\DOCUME~1\ydong\LOCALS~1\Temp\msohtml1\01\clip_image004.jpg" o:title="" cropright="140f"></v:imagedata><v:shadow color="none [2]"></v:shadow><w:wrap type="none"></w:wrap><w:anchorlock></w:anchorlock></v:shape><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><font size="3"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">图</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><font face="Times New Roman">2 </font></span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">自上而下系统级设计</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">如图所示，</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">在系统设计的时候集成了系统级需求。定义功能时间为从数据产生，经过总线传送到接收节点，到接收节点将数据用于控制的完整过程所需要的时间。系统级需求是功能时间必须小于功能时间要求</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Max_Age.</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">在此需求下对整个系统进行设计和优化，从根本上解决了数据丢失问题。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<h2 style="MARGIN: 0cm 0cm 0pt"><font size="6"><span lang="EN-US" style="mso-fareast-language: ZH-CN">3.2 </span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">有效控制消息延迟</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h2>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">如图</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">3</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">所示，响应时间是消息准备发送到最后节点接收到数据的全部时间。它是发送时间和延迟的总和。其中延迟是影响响应时间的主要因素，控制延迟就可以有效控制响应时间。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">如图</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">4</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">所示，</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volclano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">通过对响应时间进行建模，并仔细编排消息的</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">ID</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">和周期以控制延迟时间、响应时间及总线负载。然后用理论方法计算出最差情形下的延迟时间，最大的响应值，以及总线负载。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><v:group id="_x0000_s1026" style="WIDTH: 414pt; HEIGHT: 171.8pt; mso-position-horizontal-relative: char; mso-position-vertical-relative: line" coordorigin="1980,8820" coordsize="8280,3436"><v:group id="_x0000_s1027" style="LEFT: 1980px; WIDTH: 8280px; POSITION: absolute; TOP: 8820px; HEIGHT: 3436px" coordorigin="1573,5552" coordsize="10333,3436"><v:rect id="_x0000_s1028" style="LEFT: 1573px; WIDTH: 3107px; POSITION: absolute; TOP: 5637px; HEIGHT: 3351px; v-text-anchor: middle" fillcolor="silver" strokeweight="2pt"><v:stroke dashstyle="1 1"></v:stroke><v:textbox inset="0,0,0,0"></v:textbox></v:rect><v:rect id="_x0000_s1029" style="LEFT: 8660px; WIDTH: 3108px; POSITION: absolute; TOP: 5552px; HEIGHT: 3350px; v-text-anchor: middle" fillcolor="silver" strokeweight="2.5pt"><v:stroke dashstyle="1 1"></v:stroke><v:textbox inset="0,0,0,0"></v:textbox></v:rect><v:shape id="_x0000_s1030" style="LEFT: 3015px; WIDTH: 6920px; POSITION: absolute; TOP: 6110px; HEIGHT: 1820px" filled="f" stroked="f" type="#_x0000_t202" fillcolor="silver"><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 14pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’; mso-ansi-language: ZH-TW"><o:p>&nbsp;</o:p></span></p>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 14pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’; mso-ansi-language: ZH-TW"><o:p>&nbsp;</o:p></span></p>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 14pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’; mso-ansi-language: ZH-TW"><o:p>&nbsp;</o:p></span></p>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 14pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’; mso-ansi-language: ZH-TW"><o:p>&nbsp;</o:p></span></p>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span lang="ZH-TW" style="FONT-SIZE: 14pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’; mso-ansi-language: ZH-TW"><o:p>&nbsp;</o:p></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:line id="_x0000_s1031" style="POSITION: absolute; flip: y" strokeweight="3pt" from="1623,7282" to="3380,7282"><v:stroke endarrow="block"></v:stroke></v:line><v:shape id="_x0000_s1032" style="LEFT: 5713px; WIDTH: 1707px; POSITION: absolute; TOP: 6885px; HEIGHT: 385px" filled="f" stroked="f" type="#_x0000_t202" fillcolor="silver"><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><font size="3"><strong><span style="COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">车速信号</span></strong><strong><span lang="EN-US" style="COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’"> Speed<o:p></o:p></span></strong></font></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:rect id="_x0000_s1033" style="LEFT: 3632px; WIDTH: 983px; POSITION: absolute; TOP: 6940px; HEIGHT: 592px; v-text-anchor: middle" fillcolor="#39f"><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center; mso-layout-grid-align: none" align="center"><span lang="EN-US" style="FONT-SIZE: 16pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’">ABS<o:p></o:p></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:rect><v:line id="_x0000_s1034" style="POSITION: absolute" strokeweight="3pt" from="4698,7262" to="8700,7265"><v:stroke endarrow="block"></v:stroke></v:line><v:shape id="_x0000_s1035" style="LEFT: 1717px; WIDTH: 1708px; POSITION: absolute; TOP: 6760px; HEIGHT: 385px" stroked="f" type="#_x0000_t202" fillcolor="silver"><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><font size="3"><strong><span style="COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">轮速信号</span></strong><strong><span lang="EN-US" style="COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’">Speed 1<o:p></o:p></span></strong></font></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:shape id="_x0000_s1036" style="LEFT: 9788px; WIDTH: 1314px; POSITION: absolute; TOP: 6895px; HEIGHT: 385px" filled="f" stroked="f" type="#_x0000_t202" fillcolor="#36f"><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><font size="3"><strong><span style="COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">行驶里程</span></strong><strong><span lang="EN-US" style="COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’"><o:p></o:p></span></strong></font></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:line id="_x0000_s1037" style="POSITION: absolute; flip: y" strokeweight="3pt" from="9790,7273" to="11155,7273"><v:stroke endarrow="block"><font size="3"></font></v:stroke></v:line><v:rect id="_x0000_s1038" style="LEFT: 8742px; WIDTH: 983px; POSITION: absolute; TOP: 6950px; HEIGHT: 593px; v-text-anchor: middle" fillcolor="#39f"><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center; mso-layout-grid-align: none" align="center"><span lang="EN-US" style="FONT-SIZE: 16pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’">ECM<o:p></o:p></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:rect><v:shape id="_x0000_s1039" style="LEFT: 1625px; WIDTH: 3045px; POSITION: absolute; TOP: 5570px; HEIGHT: 530px; v-text-anchor: top-baseline" filled="f" stroked="f" type="#_x0000_t202" fillcolor="#39f"><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><font size="3"><strong><span style="COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-size: 16.0pt">发送延迟</span></strong><strong><span lang="EN-US" style="FONT-SIZE: 16pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’"><o:p></o:p></span></strong></font></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:shape id="_x0000_s1040" style="LEFT: 8648px; WIDTH: 3258px; POSITION: absolute; TOP: 5577px; HEIGHT: 531px; v-text-anchor: top-baseline" filled="f" stroked="f" type="#_x0000_t202" fillcolor="#39f"><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><font size="3"><strong><span style="COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-size: 16.0pt">接受延迟</span></strong><strong><span lang="EN-US" style="COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’; mso-bidi-font-size: 16.0pt"><o:p></o:p></span></strong></font></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:line id="_x0000_s1041" style="POSITION: absolute" strokeweight="2pt" from="1655,8412" to="11690,8427"><v:stroke endarrow="open" startarrow="open"><font size="3"></font></v:stroke></v:line><v:shape id="_x0000_s1042" style="LEFT: 4217px; WIDTH: 4966px; POSITION: absolute; TOP: 8178px; HEIGHT: 544px" type="#_x0000_t202"><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoBodyText" style="MARGIN: 0cm 0cm 0pt"><strong><font size="3"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-size: 16.0pt">功能时间要求</span><span lang="EN-US" style="mso-bidi-font-size: 16.0pt">(Max Age)</span><span lang="EN-US" style="FONT-SIZE: 16pt"><o:p></o:p></span></font></strong></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape></v:group><v:group id="_x0000_s1043" style="LEFT: 4500px; WIDTH: 3240px; POSITION: absolute; TOP: 9000px; HEIGHT: 720px" coordorigin="183,225" coordsize="3240,720"><v:line id="_x0000_s1044" style="POSITION: absolute" strokeweight="3pt" from="183,945" to="3423,945"><v:stroke endarrow="block" startarrow="block"><strong><font size="3"></font></strong></v:stroke></v:line><v:shape id="_x0000_s1045" style="LEFT: 768px; WIDTH: 1980px; POSITION: absolute; TOP: 225px; HEIGHT: 540px" filled="f" stroked="f" type="#_x0000_t202"><v:textbox>
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><span><strong><font size="3">响应时间<o:p></o:p></font></strong></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape></v:group><w:wrap type="none"></w:wrap><w:anchorlock></w:anchorlock></v:group></span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><font size="3"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">图</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><font face="Times New Roman">3 </font></span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">系统级需求</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><v:group id="_x0000_s1060" style="WIDTH: 411.15pt; HEIGHT: 189pt; mso-position-horizontal-relative: char; mso-position-vertical-relative: line" coordorigin="2247,3240" coordsize="8223,3780"><v:shape id="_x0000_s1061" style="LEFT: 3036px; WIDTH: 4043px; POSITION: absolute; TOP: 4136px; HEIGHT: 1213px; v-text-anchor: middle" coordsize="2289,635" path="m,635c125,419,250,203,420,107,590,11,837,,1020,59v183,59,285,308,496,402c1727,555,2128,591,2289,625e" filled="f" fillcolor="#0c9" strokeweight="6pt"><font size="3"><v:stroke startarrowwidth="narrow" startarrowlength="short" endarrowwidth="narrow" endarrowlength="short"></v:stroke><v:path arrowok="t"></v:path></font></v:shape><v:line id="_x0000_s1062" style="POSITION: absolute; v-text-anchor: middle; flip: y" strokeweight="6pt" from="2568,3240" to="2568,5349"><v:stroke endarrow="block" startarrowwidth="narrow" startarrowlength="short"><font size="3"></font></v:stroke></v:line><v:line id="_x0000_s1063" style="POSITION: absolute; v-text-anchor: middle; flip: y" strokeweight="6pt" from="2568,5348" to="8333,5349"><v:stroke endarrow="block" startarrowwidth="narrow" startarrowlength="short"><font size="3"></font></v:stroke></v:line><v:shape id="_x0000_s1064" style="LEFT: 7294px; WIDTH: 1095px; POSITION: absolute; TOP: 5374px; HEIGHT: 442px; v-text-anchor: top-baseline" filled="f" stroked="f" type="#_x0000_t202" fillcolor="#0c9" strokeweight="1pt"><v:stroke startarrowwidth="narrow" startarrowlength="short" endarrowwidth="narrow" endarrowlength="short"></v:stroke><v:textbox>
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><span style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-size: 18.0pt">响应时间</span><span lang="EN-US" style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’; mso-bidi-font-size: 18.0pt"><o:p></o:p></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:shape id="_x0000_s1065" style="LEFT: 1731px; WIDTH: 1440px; POSITION: absolute; TOP: 4116px; HEIGHT: 408px; v-text-anchor: top-baseline; rotation: 270" filled="f" stroked="f" type="#_x0000_t202" fillcolor="#0c9" strokeweight="1pt"><v:stroke startarrowwidth="narrow" startarrowlength="short" endarrowwidth="narrow" endarrowlength="short"></v:stroke><v:textbox style="LAYOUT-FLOW: vertical-ideographic"></v:textbox></v:shape><v:shape id="_x0000_s1066" style="LEFT: 6312px; WIDTH: 1533px; POSITION: absolute; TOP: 6188px; HEIGHT: 442px; v-text-anchor: top-baseline" filled="f" stroked="f" type="#_x0000_t202" fillcolor="#0c9" strokeweight="1pt"><v:stroke startarrowwidth="narrow" startarrowlength="short" endarrowwidth="narrow" endarrowlength="short"></v:stroke><v:textbox inset="0,0,0,0">
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justify; mso-layout-grid-align: none"><strong><span style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">最差情形响应时间</span></strong><strong><span lang="EN-US" style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’"><o:p></o:p></span></strong></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:line id="_x0000_s1067" style="POSITION: absolute; v-text-anchor: middle; flip: y" strokecolor="#f60" strokeweight="6pt" from="7061,5348" to="7061,6188"><v:stroke endarrow="block"></v:stroke></v:line><v:line id="_x0000_s1068" style="POSITION: absolute; v-text-anchor: middle; flip: y" strokecolor="#f60" strokeweight="6pt" from="3025,5348" to="3025,6188"><v:stroke endarrow="block"></v:stroke></v:line><v:shape id="_x0000_s1069" style="LEFT: 2347px; WIDTH: 1378px; POSITION: absolute; TOP: 6188px; HEIGHT: 442px; v-text-anchor: top-baseline" filled="f" stroked="f" type="#_x0000_t202" fillcolor="#0c9" strokeweight="1pt"><v:stroke startarrowwidth="narrow" startarrowlength="short" endarrowwidth="narrow" endarrowlength="short"></v:stroke><v:textbox>
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center; mso-layout-grid-align: none" align="center"><strong><span style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">理想响应时间</span></strong><strong><span lang="EN-US" style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: Arial; mso-fareast-language: ZH-CN; mso-bidi-font-family: ’Times New Roman’"><o:p></o:p></span></strong></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:line id="_x0000_s1070" style="POSITION: absolute; v-text-anchor: middle; flip: x y" strokecolor="#33c" strokeweight="6pt" from="7815,6456" to="8536,6456"><v:stroke endarrow="block"></v:stroke></v:line><v:shape id="_x0000_s1071" style="LEFT: 8587px; WIDTH: 1883px; POSITION: absolute; TOP: 5842px; HEIGHT: 1178px" filled="f" stroked="f" type="#_x0000_t202" fillcolor="#0c9" strokeweight="1pt"><v:stroke startarrowwidth="narrow" startarrowlength="short" endarrowwidth="narrow" endarrowlength="short"></v:stroke><v:textbox>
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center; mso-layout-grid-align: none" align="center"><font size="3"><strong><u><span lang="EN-US" style="COLOR: black; FONT-FAMILY: Arial; mso-fareast-language: ZH-CN; mso-bidi-font-family: ’Times New Roman’; mso-bidi-font-size: 18.0pt">Volcnao</span></u></strong><strong><span style="COLOR: black; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-size: 18.0pt">通过计算获得</span></strong><strong><span lang="EN-US" style="COLOR: black; FONT-FAMILY: Arial; mso-bidi-font-family: ’Times New Roman’; mso-bidi-font-size: 18.0pt"><o:p></o:p></span></strong></font></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><w:wrap type="none"></w:wrap><w:anchorlock></w:anchorlock></v:group><font size="3"><img class="shape" height="100" alt="文本框: 概率" width="31" v:shapes="_x0000_s1065" v:dpi="96" src="file:///C:/DOCUME~1/ydong/LOCALS~1/Temp/msohtml1/01/clip_image007.gif" /></font></span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><font size="3"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">图</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><font face="Times New Roman">4 </font></span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">通过模型计算最差情形下的延迟时间</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">由于</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">能够计算出最大总线负载，也能有效控制系统的延迟，因此没有必要再对系统的总线负载作任何限制，理论上可以达到</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">100%</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">。其优势在于保证了确定的通讯行为，可用有效的利用系统资源。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">如图</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">5</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">所示的是</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">2006</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">年上市的一款车型，其最大总线负载达到了</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">95%</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><v:shape id="_x0000_i1030" style="WIDTH: 415.5pt; HEIGHT: 255pt" type="#_x0000_t75"><v:imagedata src="file:///C:\DOCUME~1\ydong\LOCALS~1\Temp\msohtml1\01\clip_image009.emz" o:title=""></v:imagedata></v:shape><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><font size="3"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">图</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><font face="Times New Roman">5 </font></span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">总线负载达到</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><font face="Times New Roman">95%</font></span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">的系统</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p><font face="Times New Roman" size="3">&nbsp;</font></o:p></span></p>
<h2 style="MARGIN: 0cm 0cm 0pt"><font size="6"><span lang="EN-US" style="mso-fareast-language: ZH-CN">3.3 </span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">分隔应用程序和通讯协议，保证变更灵活性</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h2>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">如图</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">6</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">所示，</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">为</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">ECU</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">通讯功能提供了标准的实现组件</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">VTP</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">VTP</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">将应用程序和通讯协议成功分隔开来，使得各自的修改互不影响，保证了协议修改的灵活性。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">VTP</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">提供面向总线、应用程序和通讯协议三方面的标准接口。面向应用程序的接口是基于信号的操作，不包含通讯协议的参数。面向通讯协议的接口负责识别通讯协议。只要遵守接口标准，协议可以进行任意改变，而且不影响应用程序。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><v:group id="_x0000_s1047" style="WIDTH: 414pt; HEIGHT: 243pt; mso-position-horizontal-relative: char; mso-position-vertical-relative: line" editas="canvas" coordorigin="1840,1530" coordsize="8280,4860"><o:lock v:ext="edit" aspectratio="t"></o:lock><v:shape id="_x0000_s1048" style="LEFT: 1840px; WIDTH: 8280px; POSITION: absolute; TOP: 1530px; HEIGHT: 4860px" o:preferrelative="f" type="#_x0000_t75"><v:fill o:detectmouseclick="t"></v:fill><v:path o:extrusionok="t" o:connecttype="none"></v:path><o:lock v:ext="edit" text="t"></o:lock></v:shape><v:rect id="_x0000_s1049" style="LEFT: 3100px; WIDTH: 2700px; POSITION: absolute; TOP: 1890px; HEIGHT: 540px"><v:textbox>
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’"><font size="3">应用程序</font></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:rect><v:rect id="_x0000_s1050" style="LEFT: 3460px; WIDTH: 1980px; POSITION: absolute; TOP: 3645px; HEIGHT: 1260px" filled="f" fillcolor="yellow"><v:textbox>
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p><font face="Times New Roman" size="3">&nbsp;</font></o:p></span></p>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><font face="Times New Roman" size="3">Volcano-VTP</font></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:rect><v:shapetype id="_x0000_t69" coordsize="21600,21600" o:spt="69" path="m,10800l@0,21600@0@3@2@3@2,21600,21600,10800@2,0@2@1@0@1@0,xe" adj="4320,5400"><v:stroke joinstyle="miter"></v:stroke><v:formulas><v:f eqn="val #0"></v:f><v:f eqn="val #1"></v:f><v:f eqn="sum 21600 0 #0"></v:f><v:f eqn="sum 21600 0 #1"></v:f><v:f eqn="prod #0 #1 10800"></v:f><v:f eqn="sum #0 0 @4"></v:f><v:f eqn="sum 21600 0 @5"></v:f></v:formulas><v:path o:connecttype="custom" o:connectlocs="@2,0;10800,@1;@0,0;0,10800;@0,21600;10800,@3;@2,21600;21600,10800" o:connectangles="270,270,270,180,90,90,90,0" textboxrect="@5,@1,@6,@3"></v:path><v:handles><v:h position="#0,#1" xrange="0,10800" yrange="0,10800"></v:h></v:handles></v:shapetype><v:shape id="_x0000_s1051" style="LEFT: 1840px; WIDTH: 5220px; POSITION: absolute; TOP: 5490px; HEIGHT: 360px" filled="f" type="#_x0000_t69" fillcolor="#36f" adj="2954"><font face="Times New Roman" size="3"></font></v:shape><v:rect id="_x0000_s1052" style="LEFT: 6881px; WIDTH: 1439px; POSITION: absolute; TOP: 3285px; HEIGHT: 1980px"><v:textbox style="LAYOUT-FLOW: vertical-ideographic"><font face="Times New Roman" size="3"></font></v:textbox></v:rect><v:shapetype id="_x0000_t32" coordsize="21600,21600" o:spt="32" path="m,l21600,21600e" filled="f" o:oned="t"><v:path o:connecttype="none" arrowok="t" fillok="f"></v:path><o:lock v:ext="edit" shapetype="t"></o:lock></v:shapetype><v:shape id="_x0000_s1053" style="LEFT: 5440px; WIDTH: 1441px; POSITION: absolute; TOP: 4275px; HEIGHT: 1px" type="#_x0000_t32" o:connectortype="straight"><v:stroke endarrow="block" startarrow="block"><font face="Times New Roman" size="3"></font></v:stroke></v:shape><v:shape id="_x0000_s1054" style="LEFT: 4450px; WIDTH: 1px; POSITION: absolute; TOP: 2430px; HEIGHT: 1215px" type="#_x0000_t32" o:connectortype="straight"><v:stroke endarrow="block" startarrow="block"><font face="Times New Roman" size="3"></font></v:stroke></v:shape><v:shape id="_x0000_s1055" style="LEFT: 4450px; WIDTH: 1px; POSITION: absolute; TOP: 4905px; HEIGHT: 675px" type="#_x0000_t32" o:connectortype="straight"><v:stroke endarrow="block" startarrow="block"><font face="Times New Roman" size="3"></font></v:stroke></v:shape><v:line id="_x0000_s1056" style="POSITION: absolute" from="3100,2970" to="4180,2971"><font face="Times New Roman" size="3"></font></v:line><v:line id="_x0000_s1057" style="POSITION: absolute" from="4720,2970" to="5800,2971"><font face="Times New Roman" size="3"></font></v:line><v:shape id="_x0000_s1058" style="LEFT: 5800px; WIDTH: 2520px; POSITION: absolute; TOP: 2730px; HEIGHT: 540px" filled="f" stroked="f" type="#_x0000_t202"><v:textbox>
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’"><font size="3">基于信号的接口</font></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><v:shape id="_x0000_s1059" style="LEFT: 3640px; WIDTH: 2520px; POSITION: absolute; TOP: 5850px; HEIGHT: 540px" filled="f" stroked="f" type="#_x0000_t202"><v:textbox>
<table cellspacing="0" cellpadding="0" width="100%">
    <tbody>
        <tr>
            <td style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; BORDER-TOP-COLOR: #ece9d8; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8">
            <div>
            <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’"><font size="3">通讯总线</font></span></p>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</v:textbox></v:shape><w:wrap type="none"></w:wrap><w:anchorlock></w:anchorlock></v:group><font size="3"><img class="shape" height="138" alt="文本框: 通讯协议
" src="file:///C:/DOCUME~1/ydong/LOCALS~1/Temp/msohtml1/01/clip_image011.gif" width="102" v:shapes="_x0000_s1052" v:dpi="96" /></font></span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font size="3"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">图</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><font face="Times New Roman">6 VTP</font></span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">把应用程序和通讯协议分隔开来</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">其优势在于整车厂可以很容易修改协议，不需要供应商支持，因此保证了系统变更的灵活性。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p><font face="Times New Roman" size="3">&nbsp;</font></o:p></span></p>
<h1 style="MARGIN: 9pt 0cm"><font size="7"><span lang="EN-US" style="mso-fareast-language: ZH-CN">4 Volcano</span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">的汽车电子网络开发平台</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h1>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><font size="7"><v:shape id="_x0000_i1031" style="WIDTH: 414.75pt; HEIGHT: 246pt" type="#_x0000_t75"><v:imagedata src="file:///C:\DOCUME~1\ydong\LOCALS~1\Temp\msohtml1\01\clip_image013.emz" o:title=""></v:imagedata></v:shape><o:p></o:p></font></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><font size="3"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’"><span lang="EN-US" style="FONT-SIZE: 12pt; FONT-FAMILY: ’Times New Roman’; mso-fareast-language: ZH-CN; mso-ansi-language: EN-US; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-bidi-language: AR-SA"><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">&nbsp;<v:stroke joinstyle="miter"></v:stroke><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"></v:f><v:f eqn="sum @0 1 0"></v:f><v:f eqn="sum 0 0 @1"></v:f><v:f eqn="prod @2 1 2"></v:f><v:f eqn="prod @3 21600 pixelWidth"></v:f><v:f eqn="prod @3 21600 pixelHeight"></v:f><v:f eqn="sum @0 0 1"></v:f><v:f eqn="prod @6 1 2"></v:f><v:f eqn="prod @7 21600 pixelWidth"></v:f><v:f eqn="sum @8 21600 0"></v:f><v:f eqn="prod @7 21600 pixelHeight"></v:f><v:f eqn="sum @10 21600 0"></v:f></v:formulas><v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"></v:path><o:lock v:ext="edit" aspectratio="t"></o:lock></v:shapetype><v:shape id="_x0000_i1025" style="WIDTH: 414.75pt; HEIGHT: 246pt" type="#_x0000_t75"><v:imagedata src="file:///C:\DOCUME~1\ydong\LOCALS~1\Temp\msohtml1\01\clip_image001.emz" o:title=""></v:imagedata></v:shape></span></span></font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align="center"><font size="3"><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">图</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><font face="Times New Roman">7 Volcano</font></span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">的产品链</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">是无缝集成的工具链，包括网络协议设计工具</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">VNA(Volcano Network Architect)</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">，嵌入式软件包括</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">VTP(Volcano Target Parckage)</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">和汽车相关软件如网络管理以及测试和验证工具</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Tellus</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">VNA</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">实现自上而下的设计方法，实现系统自动化设计的工具，输出通讯协议规范以及系统测试规范。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">VTP</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">根据通讯协议规范实现系统通讯功能，</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Tellus</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">则根据</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">VNA</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">输出的测试规范实现对节点及系统的自动化测试。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">因此</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">是涵盖系统设计、实现和测试的无缝集成的开发平台。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p><font face="Times New Roman" size="3">&nbsp;</font></o:p></span></p>
<h1 style="MARGIN: 9pt 0cm"><font size="7"><span lang="EN-US" style="mso-fareast-language: ZH-CN">5 </span><span style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">总结</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p></o:p></span></font></h1>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">目前的</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">CAN/LIN</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">开发通过拼凑的方法设计通讯协议，因此数据丢失成为其根深蒂固的弊病。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Mentor Grphics</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">用全新的系统级设计技术对协议进行设计，集成系统级需求，通过理论设计保证协议的正确性；并在设计通讯协议的同时，可以对系统进行全局优化，保证系统实时性能，避免了数据丢失的问题。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><o:p></o:p></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">目前</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">在欧洲广泛应用，得到了大多数整车厂的认可。</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">2005</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">年上汽采用</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">作为新车型开发平台，填补了中国整车厂无法设计整车通讯协议的空白，随着时间的推移，</span><span lang="EN-US" style="FONT-SIZE: 10.5pt; mso-fareast-language: ZH-CN"><font face="Times New Roman">Volcano</font></span><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-ascii-font-family: ’Times New Roman’; mso-hansi-font-family: ’Times New Roman’">必将在中国市场得到进一步推广和应用。</span><span lang="EN-US" style="mso-fareast-language: ZH-CN"><o:p><font face="Times New Roman" size="3"></font></o:p></span></p>]]>
</content>
</entry>

<entry>
<title>汽车电子网络设计——中国整车厂之痛</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/387165.html"/>
<issued>2006-11-18T20-50-14 CST</issued> 
<created>2006-11-18T20-50-14 CST</created>
<modified>2008-07-24T20-02-43Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://387165</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>职业随想</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>汽车电子网络设计是整车开发重要的一环，自主品牌必须跨越的主要障碍之一。</p>
<p>但是汽车电子网络设计却是中国整车厂深深的痛。</p>
<p>首先缺乏经验。整车厂缺乏整车开发经验积累，零部件供应商缺乏电控单元开发经验。CAN协议是公开的，但是怎么做是不公开的。这就是我们所谓的缺乏&quot;Know-How&quot;，这是花钱买不到的。举个例子，SAE J1939可以花钱买到。但是怎么做的呢，能买到吗？我们买到的是结果，但是却永远买不到&quot;Know-How&quot;. 这也是我们汽车工业发展的痛苦流程，招商引资20年，但是我们还是不会造车。有的公司忽然向媒体宣布他们研制成功。。。车型，但是顶多就是别人的车引进之后，改吧改吧(非核心)凑合上市。</p>
<p>其次两难窘境。整车厂要培养自己的供应链，但是国内的供应商又经验缺乏。想让他们做吧，又怀疑其技术力量，最后只好放弃。零部件供应商雄心是有的，有的甚至也很有实力，但是难以进入整车厂的供应链。进入不了供应链，意味着没有资金来源，发展缺乏动力。这也是为什么国内供应商举步维艰的主要原因之一。</p>
<p>最后国外企业的夹攻。国内整车厂要自主研发，没有关系。国外整车厂视你为异己，处处为难你，国内整车厂根本就进不了他们的圈子，更无从说起和人家一起交流、同步发展了。国外的零部件供应商根本就不睬你，就是不给你好的产品。提供的都是过时、停产的产品。把中国市场就当成了废品收购站。你有好的设计，没有关系，它们可以帮你做。但是费用高昂的吓人。</p>
<p>但是我们该怎么办？沿着国外发展的路子一步一步自己摸索，还是另辟侥径？</p>
<p>创新、创造才是硬道理。我接触过很多的外国人，感觉根本没有中国人聪明。但是为什么人家就是能做到，那是因为他们说到做到，就这么简单啊</p>]]>
</content>
</entry>

<entry>
<title>读“零和游戏原理”</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/387147.html"/>
<issued>2006-11-18T20-35-09 CST</issued> 
<created>2006-11-18T20-35-09 CST</created>
<modified>2008-07-24T20-02-43Z</modified>
<id>tag:CarNetwork.blogchina.com,2005://387147</id>
<author>
<name>CarNetwork</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/CarNetwork.html</url>
</author>
<dc:subject>职业随想</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p><span style="FONT-SIZE: 10.5pt; COLOR: #404040; FONT-FAMILY: 宋体; mso-bidi-font-size: 12.0pt; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"><strong>零和游戏原理</strong></span><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: #404040; FONT-FAMILY: &quot;Times New Roman&quot;; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><br /><br />&nbsp; &nbsp;&nbsp; &nbsp;</span><span style="FONT-SIZE: 10pt; COLOR: #404040; FONT-FAMILY: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">零和游戏是指一项游戏中，游戏者有输有赢，一方所赢正是另一方所输，游戏的总成绩永远为零，零和游戏原理之所以广受关注，主要是因为人们在社会的方方面面都能发现与零和游戏类似的局面，胜利者的光荣后面往往隐藏着失败者的辛酸和苦涩。</span><span lang="EN-US" style="FONT-SIZE: 10pt; COLOR: #404040; FONT-FAMILY: &quot;Times New Roman&quot;; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"> 20</span><span style="FONT-SIZE: 10pt; COLOR: #404040; FONT-FAMILY: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">世纪，人类经历两次世界大战、经济高速增长，科技进步、全球一体化以及日益严重的环境污染，零和游戏观念正逐渐被双赢观念所取代。人们开始认识到利已不一定要建立在损人的基础上。通过有效合作皆大欢喜的结局是可能出现的。但从零和游戏走向双赢，要求各方面要有真诚合作的精神和勇气，在合作中不要小聪明，不要总想占别人的小便宜，要遵守游戏规则，否则双赢的局面就不可能出现，最终吃亏的还是合作者自己。</span></p>
<p><span style="FONT-SIZE: 10pt; COLOR: #404040; FONT-FAMILY: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">双赢造就成功，造就财富。一方成功，另一方失败只是财富从一个口袋转移到另一个口袋，财富总量并没有增加。成功一方看似增加了财富，但是在将来它必将转移到别人的口袋里。只有双赢才能使口袋里的财富逐渐增加。</span></p>
<p><span style="FONT-SIZE: 10pt; COLOR: #404040; FONT-FAMILY: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">双赢也是朋友相互信任的纽带，否则这样的朋友不会长久。</span></p>
<p><span style="FONT-SIZE: 10pt; COLOR: #404040; FONT-FAMILY: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">双赢是合作的基础，不然合作终将失败</span></p>]]>
</content>
</entry>

</feed>
