基于嵌入式系统的高压共轨控制软件研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
高压共轨电控燃油喷射系统是一种高度柔性的燃油系统,为柴油机和车辆的性能优化提供了非常大的自由空间,高压共轨电控燃油喷射技术已成为国外各大柴油机制造商研究的热点和未来柴油机技术的发展方向,GD-1高压共轨电控燃油喷射系统为国内正在自主研发的系统之一。本文将嵌入式实时操作系统引入到高压共轨系统控制软件的研究中,在控制软件的总体设计、多任务设计、控制软件程序设计、标定监测系统设计和硬件在环仿真系统设计等方面开展了具体的工作。
     1.基于嵌入式实时操作系统对GD-1高压共轨系统的控制软件进行深入研究,采用分层式的模块化思想设计了控制策略,并对控制算法进行设计。将嵌入式实时操作系统引入到GD-1高压共轨系统控制软件研究中,对GD-1控制软件进行了总体设计,整个控制软件分成多个功能模块进行设计,每个控制模块执行相对简单和独立的功能;将控制策略的各模块进行组合,划分为12个任务并确定了各任务的优先级;对任务进行了详细设计,设计了基于任务优先级的调度策略和任务流,保证了各任务基于优先级占用CPU,充分利用软硬件资源。
     2.利用Matlab/Simulink工具对控制软件进行编程,利用Targetlink工具自动生成程序代码,缩短了调试阶段;利用该工具的仿真分析功能,在PC机上及时发现、分析和解决控制模型存在的问题。编写了makefile文件,利用make命令对控制软件进行编译,缩短了编译时间,使得控制软件的编译连接过程简单高效。最终完成了基于嵌入式实时操作系统的控制软件编制。
     3.基于嵌入式实时操作系统设计了标定监测系统。设计了基于CAN通信的硬件电路和通信信息码;采用定时方式调度监测任务,采用中断方式产生事件来控制标定任务的起停,并将两者的任务优先级和总线优先级设为较低,以满足柴油机控制的实时性、精确性要求;设计了在线标定存储区,直接对标定RAM区的控制参数进行在线更改,实现了真正的在线标定;设计了控制器信息数据文件,形成了FLASH标定数据区、标定RAM区和镜像内存区的映射关系,大大减少了读写ECU的次数。
     4.基于CAN总线和多线程技术设计了用于高压共轨系统的硬件在环仿真系统。硬件方面,设计了仿真ECU,成功实现了转速信号的输出、D/A转换和目标ECU输出信号的准确测量。软件方面,采用了多线程技术,监控界面作为主线程,采用Labview完成,实现了监控数据显示、参数设定、工况调整及数据保存等功能;模型线程和通讯线程采用Visual C++开发,作为子线程。通讯方面,分别对仿真ECU和PC机进行CAN通讯编程,通过USBCAN转换卡,实现了两者之间准确可靠的数据通讯,通讯速率达500Kps。
     5.形成了自主开发的基于嵌入式实时操作系统的V型控制软件开发平台,大大改善了电控发动机控制软件的开发环境。用控制框图实现控制策略,降低了文字说明的不准确性;自动生成程序代码,缩短了调试阶段;硬件在环仿真系统对ECU软硬件测试和验证,降低了发动机控制软件的开发费用及周期;高效的标定监测系统提高了控制器的优化效率;控制软件划分为多个任务,由实时操作系统调度和管理,使得应用程序的设计和扩展变得容易。
     6.本V型开发平台成功应用于GD-1高压共轨系统的研发,进行了一系列试验和调试,包括硬件在环仿真系统试验、油泵试验台试验和柴油机台架试验,实现了GD-1高压共轨柴油机的快速起动、稳定怠速、良好的瞬态性能。试验证明,设计的控制软件和基于任务优先级的调度策略是合理的,具有良好的控制功能,基于嵌入式实时操作系统研发的GD-1高压共轨系统的控制软件是可行的,取得了阶段性进展。
High pressure common rail fuel system is a high flexible fuel system, delegates the developing tendency of diesel engine fuel injection technology and has been the researching hotspot for famous diesel producers all over the world. Its excellent performance provides enormous possibility to optimize diesel engine performance. GD-1 (the first generation green diesel)is one of the high pressure common rail systems, which are developed independently in China. Embedded real-time operating system (RTOS) was introduced in the control software of GD-1 high pressure common rail system, this paper describes the researching work on control software overall design, multitask design, control program realization, code generator, calibration and monitoring system design, hardware-in-loop simulation system design.
     1. Based on RTOS, the control software of high pressure common rail system was studied, the control strategy was designed in hierarchy structural programming mode and corresponding control algorithm was studied. Embedded RTOS was introduced to study control software of GD-1 high pressure common rail system, based on this RTOS, the control software was designed as a whole and divided into many modules. All modules of control strategy were compartmentalized into 12 tasks; every task was detailedly designed and assigned specific priority. Tasks were managed and scheduled, the priority-based scheduler made better use of software/hardware resources of ECU, and allowed all events to be handled as quickly and as efficiently as possible.
     2. The control algorithms and functions were graphically designed and written in Matlab/Simulink, and transformed into ANSI C codes by a automatic code generation software Targetlink, which shorten the debugging peirod and even ease of development process. They also provide with powerful simulation and analysis functions, help to find, analyze and settle those problems on control model during the developing process. The“makefile”file was hand written to ease the compiling process and to shorten the compiling time by“make”instruction. Consequently the control software was completed based on embedded RTOS.
     3. A calibration and monitoring system was designed and developed firstly in china based on embedded RTOS. CAN communication hardware is realized, and corresponding programs were designed: controller area network (CAN) driver, CAN calibration protocol (CCP) driver, monitoring task and calibration task were designed: The cyclic mode was used in monitoring task and the interrupt mode was used in calibration task, and their task priorities were assigned lowest, which ensured the real-time communication and interruption for main control program simultaneously. The online calibration memory was designed and online calibration was carried out to those data in calibration RAM. Mirror memory and calibration RAM optimized write and read accesses to the controller.
     4. A hardware-in-loop (HIL) simulation system for high pressure common rail diesel engine was designed based on CAN communication and multithread technology. The simulation ECU was developed to convert and send all necessary parameters for object ECU and PC. An accurate measurement was achieved to actuator signals with no-contact current sensors. Multithread technology was used: Labview was used to develop the monitor-control interface as main thread; diesel model and communication threads were programmed by Visual C++ and ran in the background as sub threads. CAN communication protocol was adopted and communication programs were developed separately for simulation ECU and PC, communication data were converted with an USBCAN card and an accurate, reliable and quick communication was achieved between simulation ECU and PC, with baud rate up to 500k bit/s.
     5. Finally V-type development platform based RTOS was achieved independently. Function modules were implemented by Matlab/Simulink, and program code were generated by Targetlink, cut down debug phase and development period. HIL simulation system was used to test ECU, reduced the development period and costs. Highly efficient calibration and monitoring system reduced the developing period of engine and improved efficiency of the ECU. Based on embedded RTOS, compartmentalizing the control software into separate tasks simplified design process; Function modules were managed and scheduled by RTOS, made the control system be easily designed and expanded during developing process of control software.
     6. This platform has been successfully used in studying the control software of GD-1 high pressure common rail system. After the following test and debugging, HIL simulation, fuel pump test bench and diesel test bench, GD-1 high pressure common rail diesel engine has achieved quick start, steady idle control and good transient performance. The results showed that the control software and scheduling strategy were rational, and accomplished good control function. The control software of GD-1 high pressure common rail system was feasible.
引文
1 席跃进,刘建华,车用内燃机环保节能技术的新进展,北京汽车,2004,(3):p17-p19
    2 Noboru,Hikosaka,车用柴油机未来展望,国外内燃机,1999,(4):p3-p11
    3 周龙保,刘巽俊,高宗英,内燃机学,北京,机械工业出版社,1999
    4 奚国伟,冯明志,从 24th CIMAC 国际会议看世界内燃机技术发展趋势,柴油机,2005,(1):p6-p9
    5 黄介之,国内内燃机行业发展展望,柴油机设计与制造,2004,(2):p3-p8
    6 史照熙,柴油机高压喷射燃烧过程的研究,国家自然科学基金重大项目—工程热物理中关键性问题的研究,第一部分,1992,6
    7 胡华,范亦工,汽车排放法规和内燃机油发展的新趋势,汽车工艺与材料,2005,(1):p26-p28
    8 Buom-Sik Shin, Myung-Seok Lyu, Combution System Development in a Small Bore HSDI Diesel Engine for Low Fuel Consuming Car, SAE 2001-01-1257
    9 胡林峰,柴油喷射系统的发展现状及潜力,现代车用动力,2004,(4):p1-p5
    10 Minami T,Yamaguchi I,Shintani M,et al. Analysis of Fuel Spray Characteristics and Combustion Phenomena under High Pressure Fuel Injection. SAE Paper 900438
    11 S.Shundoh, NOX Reduction from Diesel Combustion Using Pilot Injection with High Pressure Fuel Injection, 1992, SAE 920461
    12 Kakegawa T,Suzuki T,Tsujimura L,etc. A Study on Comgustion of High Pressure Fuel Injection for Direct Injection Diesel Engine, SAE Paper 890422
    13 Kurt Oblander,Larl Kollmann,Michael Kramer etc.The Influence of High Pressure Fuel Injection on Performance and Exhaust Emission of a High Speed Direct Injection Diesel Engine, SAE Paper 890438
    14 杨明,卫振彪,尹少辉,装甲车用发动机高压共轨喷油系统设计研究,车辆与动力技术,2005,(5):p24-29
    15 姚春德,高喷射压力与涡流强度对直喷式柴油机性能的影响,内燃机学报,1998,16(2):p4-9
    16 Shigeru Shundon,Toshiaki Kakegtawa,Kinji Tsujimura,etc. The Effect of Injection Parameters and swirl on Diesel Combustion with High Pressure Fuel Injection, SAE Paper 910489
    17 杨天新,田洪彪,客车发动机在中国的现状和发展趋势,柴油机设计与制造, 2005,(2):p2-4
    18 杨天新,田洪彪,客车发动机在世界的现状和发展趋势,柴油机设计与制造, 2005,(2):p5-7
    19 周宽伟,高速直喷柴油机电控喷油系统的现状和发展(Ⅰ),国外内燃机,1998,(2):p29-p39
    20 周宽伟,高速直喷柴油机电控喷油系统的现状和发展(Ⅱ),国外内燃机,1998,(3):p28-p35
    21 张晓力,王尚勇,张幽彤,柴油机电控共轨发展现状,内燃机,2002,(2):p3-5
    22 陆家祥,王钧效,王桂华,电控柴油机高压共轨系统分析,车用发动机,2000,128(4): p26-p30
    23 Karl-Heinz Hoffmann,方先明,共轨式喷油系统—柴油机喷油技术的新篇章,内燃机燃油喷射与控制,1998,(3):p5-16
    24 Guerrassi N, A Common Rail Injection System for High-Speed Direct-Injection Diesel Engines,SAE Special 980803
    25 Maiorana G,Sebastino G R,Ugaglia C,Fiat 公司的共轨发动机,国外内燃机,1999,(1):p49-54
    26 范金宇,李晶芳,黄加亮,直喷式柴油机颗粒排放控制研究,交通环保,2005,(3):p50-52
    27 田中泰,长田耕治,柴油机用 180Mpa 共轨系统,国外内燃机,2005,(2):p23-26
    28 周伟宽,高速直喷柴油机电控喷油系统的现状和发展,国外内燃机,1998,(3): p28-p36
    29 尚宇辉,车用柴油机电控燃油喷射系统的研究现状和发展趋势,柴油机,1999(4): p17-p23
    30 宓浩祥,国内外柴油机电控技术发展动态及我国今后发展的方向,现代车用动力,1996,(1):p4-p24
    31 Komiyama K,Electronically Controlled High Pressure Injection System for Heavy-duty Diesel Engine—KOMPICS, SAE Paper 810997
    32 S.F.Glassey, A.R.Stockner, and M.A.Flinn, HEUI-A New Direction for Diesel Engine Fuel System, SAE Paper 930270
    33 Stockner A R, Development of the HEUI Fuel System Integration of Design,Simulation,Test and Manufacturing, SAE Paper 930271
    34 董尧清,柴油机共轨式电控喷射系统的进展,国外内燃机,2000,(5):p26~p35
    35 王桂华,车用柴油机排放和中压共轨燃油喷射系统研究[学位论文],上海,上海交通大学,1998
    36 Masahiko Miyaki, Hideya Fujisawa, Akira Masuda etc. Development of New Electronically Controlled Fuel Injection System ECU-U2 for Diesel Engines, SAE Paper 910252,1991, p312~328
    37 钱人一,日本电装公司的 ECD-U2 柴油机共轨喷油系统(一),汽车与配件,2003,(18):p31~33
    38 钱人一,日本电装公司的 ECD-U2 柴油机共轨喷油系统(二),汽车与配件,2003,(19):p29~31
    39 钱人一,日本电装公司的 ECD-U2 柴油机共轨喷油系统(三),汽车与配件,2003,(20):p31~33
    40 钱人一,日本电装公司的 ECD-U2 柴油机共轨喷油系统(四),汽车与配件,2003,(21):p29~31
    41 Masahiko Miyaki, Development of New Electronically Controlled Fuel Injection System ECD-U2 for Diesel Engines, SAE Paper 910252
    42 徐家龙,藤泽英也,日本电装的电控高压共轨喷油系统—ECD-U2, 国外内燃机,2000,(2):p22~36
    43 董尧清, 柴油机共轨式电控喷射系统的进展, 国外内燃机,2000,(5):p22~36
    44 Endo Shin,Adachi Yusuke,Ihara Yoshiki 等,J 系列发动机的开发及共轨式喷油系统的应用, 国外内燃机,1999,(6):p20~31
    45 杜传进,欧阳明高,刘峥,电控直列泵-管-阀-嘴(PPVI)柴油喷射系统研究, 内燃机学报,1998,16(3):p29~p35
    46 Hoffmann K H,Hummul K,Maderstein T 等,柴油机共轨式喷油系统,国外内燃机,1998,(3):p18~28
    47 Boehner W,Common Rail Injection System for Commercial Diesel Vehicle, SAE Paper 970345
    48 Arndt P,The New CDI-Diesel Engines of Mercedes Benz with Common Rail Technology—an Innovation for the DI-Engine. International Seminar’98 on Electronic Control Technology for ICE,Beijing,P.R. China,Dec. 1998
    49 Boehner W, Hummel K,货车柴油机用共轨式喷油系统,国外内燃机,1997,(6):p45~51
    50 Klingmann R, Fick W, Brüggemann H, 用于模块式控制的 E 级车新型共轨式直喷柴油机第二部分:燃烧和发动机控制技术,国外内燃机,2000,(4):p4~p12
    51 Boehner W,Hummel K, 货车柴油机用共轨式喷油系统,国外内燃机,1997,No.6,p45~p51
    52 Russell M F,Greeves,,Guerrassi,高扭矩低排放低噪声柴油机,国外内燃机,2001,(4):p9~p12
    53 Netterscheid M,Herrmann H O,Dusterhoft M 等,压电控制共轨喷射系统的潜力,国外内燃机,2005,(2):p19~p22
    54 K.Gebert, D.D.Wickman, R.l.Barkhimer etc. An Evaluation of Common Rail, Hydraulically Intensified Diesel Fuel Injection System Concepts and Rate Shapes, SAE Paper 981930,1998, p1901~1923
    55 范明强编译,新颖的德尔福共轨喷射系统及其低排放控制策略(上),现代车用动力,2003,(2):p1-5
    56 范明强编译,新颖的德尔福共轨喷射系统及其低排放控制策略(上),现代车用动力,2003,(2):p6-9
    57 李萌,张振东,郭辉,高压共轨喷油系统改善柴油机排放性能的分析,上海理工大学学报,2004,(4):p48-51
    58 徐伦峰,熊光泽,实时操作系统及其发展过程,计算机应用,1996,(12):p1-3
    59 康玉东,基于 DSP 的嵌入式实时操作系统研究[学位论文],西安,西北工业大学, 2000.3
    60 吴学军,嵌入式实时内核调度算法研究及其在无线数据收发器中的应用[学位论文],天津,天津工业大学, 2000.3
    61 李兵,嵌入式系统及其在车桥校直检测系统中的应用[学位论文],合肥,合肥工业大学, 2004.4
    62 武海巍,惠凯,刘亚侠,μC/OS-II 在军用 FM80386EX 处理器上的移植应用,北华大学学报,2005.2,(1):p82-86
    63 张东升,陈兴林,多任务技术在嵌入式系统中的应用,电脑与信息技术,2004,(1):p31-34
    64 郑玉全,陈杰,沈为,RTOS在涡喷发动机控制系统中的应用,微计算机信息,2005,21(9):p11-13
    65 李仕涌,谭南林,多任务操作系统在嵌入式系统开发中的应用,北方交通大学学报,2002,26(4):p80-82
    66 刘先祥,单片机实时多任务系统,高性能计算技术,2004,(166):p54-57
    67 孙德明,何正,嘉高强,基于LabVIEW平台的在线监测诊断系统多任务调度策略,计算机工程与应用,2003,(4):p69-71
    68 尹大勇,卢青春,聂圣芳,基于实时嵌入式操作系统的电涡流测功机控制器开发,内燃机工程,2005,26(4):p77-80
    69 夏旭丰,丁文杰,朱善君,实时多任务嵌入系统的实现,计算机应用研究,2003,(9):p120-122
    70 楚红雨,李磊民,黄玉清,实时操作系统uC/OS-II 在ARM9 上移植的实现,计算机工程,2005,31(20):p226-228
    71 曲延滨,苏健勇,冯立国,实时操作系统μC/OS-Ⅱ在DSP上的移植,微处理机,2005,(3):p43-45
    72 北京麦克泰软件技术有限公司,嵌入式实时多任务操作系统培训教材,电子科技大学嵌入式软件中心,1999.11
    73 晨风,嵌入式实时多任务软件开发基础,北京,清华大学出版社,2003
    74 Jean J.Labrosse,μC/OS-II 源码公开的实时嵌入式操作系统,北京,中国电力出版社,2003
    75 Raj Kamal 著,陈曙晖等译,嵌入式系统—体系结构、编程与设计,北京,清华大学出版社,2005
    76 邵贝贝,单片机嵌入式应用的在线开发方法,北京,清华大学出版社,2004
    77 楚育军,刘守印,利用实时内核开发嵌入式多任务程序,单片机与嵌入式系统应用,2001,(6):p12-15
    78 闫茂德,陈金平,许化龙等,嵌入式实时操作系统内核的设计与实现,长安大学学报,2004,No.3,p95-99
    79 郑玉全,微型抢占式多任务实时内核设计,单片机与嵌入式系统应用,2004,(1):p21-25
    80 88 吴冬书,实时多任务操作系统在微型打印机上的应用[学位论文],北京,北京工业大学, 2003.5
    81 贺彩琴,实时多任务操作系统及其在机载相控阵雷达系统中的开发应用,现代雷达,2004,(2):p18-22
    82 刘波澜,基于 RTOS 思想的单体泵柴油机电控系统研究与开发[学位论文],北京,北京理工大学,2003
    83 冒晓建,GD-1 高压共轨喷油系统电子控制的研究与电控供油泵的开发[学位论文],上海,上海交通大学,2002
    84 常久鹏,新型高压共轨柴油机电控系统 ECU 的开发与研制[学位论文],上海,上海交通大学,2001
    85 虞金霞,柴油机高压共轨喷油系统仿真与研究[学位论文],上海,上海交通大学,2001
    86 [德]SchuckertM,Schulze L,Tschoke H,共轨柴油喷射系统的设计,国外内燃机,1999,(3):p28-34
    87 郭海涛,高压共轨喷油系统喷油规律与控制研究[学位论文],上海,上海交通大学,2001
    88 黄毅,高压共轨电控柴油机启动控制研究[学位论文],上海,上海交通大学,2005
    89 卓斌,刘启华,车用汽油机燃料喷射与电子控制,北京,机械工业出版社,1999
    90 唐航波,高压共轨柴油机 ECU 硬件在环仿真系统研究[学位论文],上海,上海交通大学,2005
    91 Katsuhiko Ogata 著,卢伯英,于海勋等译,现代控制工程(第四版),北京,电子工业出版社,2003
    92 杨天怡,黄勤,微型计算机控制技术,重庆,重庆大学出版社,1996
    93 熊世和,机电系统计算机控制技术,西安,电子科技大学出版社,1993
    94 谭文春,电控柴油机高压共轨系统 32 位控制器的研究[学位论文],上海,上海交通大学,2005
    95 周文华,何文华,邵千均,柴油机电控技术综合研究,汽车工程,2002,24(4):p306-309
    96 陆家祥,王均效,王桂华,电控柴油机高压共轨系统分析,车用发动机,2000,(4):p24-28
    97 杨林,郭海涛,冒晓建,柴油机高压共轨电控系统喷油器电磁系统仿真研究,内燃机工程,2005,(1):p8-12
    98 冒晓建,郭海涛,常久鹏,车用柴油机共轨燃料喷射系统的设计,内燃机工程,2002,23(3):p54-57
    99 Control strategies for heavy-duty diesel engine emissions , IEEE Instrumentation&Measurement Magazine,2001,p11-15
    100 段军,机车柴油机数字式电子调速系统智能PID控制理论和技术研究[学位论文],大连,大连理工大学,2000
    101 卢兰光,张小军,李智,中压共轨系统油压控制中PID参数的整定方法,武汉理工大学学报,2001,25(1):p63-66
    102 杨林,冒晓建,郭海涛,柴油机喷油压力的智能开关型模糊PID复合控制,车用发动机,2002,(4):p12-15
    103 唐永良,肖文雍,黄毅,两种模糊PID 油压控制方法在GD-1高压共轨柴油机上的应用和比较,柴油机,2005,27(1):p7-10
    104 肖文雍,杨林,梁峰,GD-1高压共轨式电控柴油机燃油喷射压力控制策略的研究,2004,22(3):p235-240
    105 杨林,冒晓建,卓斌,车用柴油机高压共轨燃油喷射压力控制技术,车用发动机,2001,(5):p1-5
    106 王好战,肖文雍,冒晓建,车用柴油机共轨油压模拟及其控制策略分析,柴油机,2005,(5):p17-20
    107 王尚勇,杨青,柴油机电子控制技术,北京,机械工业出版社,2005
    108 肖文雍,冒晓建,杨林,GD-1 高压共轨式电控柴油机急减速控制策略的研究,车用发动机,2005,(4):p35-37
    109 Hengqing, Liu, Simulation model for steady state and transient cold starting operation of diesel engines [Dissertation], Graduate school of Wayne State University, 2001
    110 肖文雍,冒晓建,王好战等,GD-1高压共轨式电控柴油机的起动控制策略研究,内燃机学报,2003,21(2):p97-100
    111 Zhiping Han, Naeim Henein, Bogdan Nitu, Diesel Engine Cold Start Combustion Instability and Control Strategy, SAE 2001-01-1237
    112 王占友,欧阳光耀,高压共轨电喷柴油机调速控制策略研究,车用发动机,2003,(6):p15-17
    113 李建秋,欧阳明高,周明,柴油机各缸不均匀程度对性能的影响分析,交通运输工程学报,2001,1(3)::p50-53
    114 刘颖,船舶柴油机原理,北京,国防工业出版社,1980
    115 顾宏中,邬静川,柴油机增压及其优化控制,上海,上海交通大学出版社,1995
    116 冒晓建,肖文雍,杨林等,GD-1高压共轨式电控柴油机的怠速控制策略研究,内燃机学报,2002,20(4):p324-328
    117 王军,张幽彤,高压共轨喷油器喷油量均匀性研究,车用发动机,2005,(3):p18-20
    118 朱挺,低功耗有限状态机的综合与优化研究[学位论文],浙江,浙江大学, 2004
    119 俞莉琼,付宇卓,有限状态机的 Verilog 设计与研究,微电子学与计算机,2004,No.11,p146-148
    120 李侠,低功耗嵌入式微处理器的 VLSI 设计研究[学位论文],上海,复旦大学, 2004
    121 眭永波,基于有限状态机模型的协议一致性测试[学位论文],北京,北京科技大学, 2004
    122 孙骏,混合系统理论及其在汽车电子工程中的应用[学位论文],上海,同济大学, 2004
    123 温武,钟沃坚,离散数学及应用,广州,华南理工大学出版社,1996
    124 耿素云,屈婉玲,张立昂,离散数学,北京,清华大学出版社,1999
    125 Martin Kropp, Hans-ChristophMagel, BerndMahr, 喷油率形状可变的增压式压电共轨喷射系统,现代车用动力,2005,(1):p6-11
    126 林铁坚,汪洋,苏万华,高压共轨喷油器设计参数对性能影响的研究,内燃机学报,2001,9(4):p289-294
    127 王俊席,杨林,于世涛等,GD-1高压共轨燃油喷射系统的应用研究,中国内燃机学会大功率柴油机分会五届二次学术年会,2004.10
    128 张红光,于晶,范伯元,电控蓄压式喷油系统对喷油量和喷油压力的控制,农业机械学报,2000,31(1):p15-18
    129 Yoshihisa Yamaki,Kazutoshi Mori,Application of Common Rail Fuel Injection System to a Heavy Duty Diesel Engine,SAE Paper 942294,1994, p1977~1988
    130 蔡国瑞,张雷,汽车故障自诊断技术,机械研究与应用,2005,18(4):p12-13
    131 Yong-Wha Kim, Giorgio Rizzoni, Vadim Utkin, Automotive Engine diagnosis and control via nonlinear estimation, IEEE control systems, 1998, p84-99
    132 薛定宇,陈阳泉,基于 MATLAB/Simulink 的系统仿真技术与应用,北京,清华大学出版社,2002
    133 姚俊,马松辉,Simulink 建模与仿真,西安,西安电子科技大学出版社,2002
    134 李人厚,张平安等译校,精通 MATLAB-综合辅导与指南,西安,西安交通大学出版社,1998
    135 苏金明,阮沈勇,MATLAB 6.1 实用指南(上下册),北京,电子工业出版社,2002
    136 迪安·K·弗雷德里克著,张彦斌译,反馈控制问题,西安,西安交通大学出版社,2001
    137 汽车电子开发和测试综合工具平台,北京九州恒润科技有限公司,2004
    138 Herbert Hanselmann, Ulrich Kiffmeier, etc. Automatic Generation of Production Quality code for ECUs, SAE 1999-01-1168
    139 Wooltaik Lee, Seungbum Park, Myoungho Sunwoo, Towards a seamless development process for automotive engine control sytem, Control Engineering Practice, 2004
    140 Roberto Bucher, Silvano Balemi, Rapid controller prototyping with Matlab/Simulink and Linux, Control Engineering Practice, 2006
    141 TargetLink Advanced Practices Guide,dSPACE GmbH, April 2004
    142 J-X Wang, J Feng, X-J Mao, Development of a new calibration and monitoring system for in-vehicle electronic control units based on controller area network calibration protocol, Journal of AUTOMOBILE ENGINEERING, 2005, 219(12): p1381-1390
    143 王俊席,杨林,冯静,A Calibration and Monitoring System for GD-1 diesel engine,上海交通大学学报,2004,9(2):p45-49
    144 冯静,车载控制器标定监测系统的研究[学位论文],上海,上海交通大学,2003
    145 冯静,王俊席,卓斌,Development of A New Calibration Tool for In-Vehicle Electronic Control Units Based On KWP2000. 内燃机学报, 2003, (3):p265-271.
    146 张跃涛,王绍光,张云龙,发动机自动化性能试验和标定系统,清华大学学报,2001,(8):p94-96
    147 霍宏煜,刘李骏,徐波,电控柴油机的标定和性能优化,内燃机学报,1998,(1):p18-24
    148 Beham M, Etzel M, Yu DL. Development of a new automatic calibration method for control of variable valve timing. IMechE Journal of Automobile Engineering 218 (D7), 2004, p707-718.
    149 CAN Specification version 2.0. Philips Semiconductors, Germany, 1991
    150 H. Kleinknecht, CCP CAN Calibration Protocol, ASAP Standard, Version 2.1, Vector Informatik GmbH, Germany 18. Feb. 1999.
    151 MOTOROLA. MC68336/68376 User’s Manual, http//www.motorola.com/ emiconductor/ automotive.pdf. 2000.
    152 Philips PCA82C250 CAN Controller Interface. DATA SHEET. 1997
    153 窦振中.单片机外围器件实用手册,北京,北京航空航天大学出版社,2000
    154 李广军,王厚军,实用接口技术,四川,电子科技大学出版社,1998
    155 邬宽明,CAN 总线原理和应用系统设计,北京航空航天大学出版社,2001
    156 王俊席,杨林,张毅,基于 CAN 总线的 QR 电动汽车监测系统的研发,计算机测量与控制,2005,13(2):120-125
    157 CANdb++ Manual, Version 2.5. Vector Informatik GmbH, 2001
    158 CANape User Manual Version 3.5. Vector Informatik GmbH, Germany, 2001
    159 CAN-Driver Vector, Documentation, Volker Ebner, Version 1.18 6.8.98.
    160 冯静,王俊席,卓斌,基于 CCP 协议的电控发动机标定系统 CAN 通信模块的研发,内燃机工程,2003,(5):33-38
    161 Pinho Luis Miguel, Vasques Francisco, Reliable Real-Time Communication in CAN Networks, IEEE Transactions on Computers, vol. 52, No. 12, pp. 1594-1607, 2003
    162 CCP Driver Implementation, Version 1.0. Vector Informatik GmbH, 1998
    163 Technical Specifications of Am29F400B, AMD Inc. 2000
    164 Junxi WANG, Lin YANG, Keqing ZHU, Study of Online Calibration Memory for Online Calibration System,Proceedings of the International Conference on Mechanical Engineering and Mechanics, October,2005, Nanjing, China, p591-597
    165 dSPACE, Real-Time Interface (RTI and RTI-MP) Implementation Guide, Release3.3, Paderborn:dSPACE GmbH,2001
    166 ETAS, Labcar White Paper,ETAS Gmbh&CoK.KG
    167 李彬轩,柴油机电控单元硬件在环仿真系统的设计及其相关研究[学位论文],浙江,浙江大学,2001
    168 Junxi Wang, Hangbo Tang, Keqing Zhu, Development of A New Hardware-In-Loop Simulation Platform for GD-1 Diesel Engine Based on CAN and Multithread Technologies,2005 IEEE International Conference on Vehicular Electronics and Safety,2005, Xi'an, China, p52-58
    169 MAX5306-MAX5307 datasheet, MAXIM, 2001
    170 李泽勇,王文生,闭环霍尔电流传感器在车用电源系统中的应用,电源技术应用,2003
    171 USBCAN 智能 CAN 接口卡用户手册]. 广州,广州周立功单片机发展有限公司,2003.
    172 刘君华,基于 LabVIEw 的虚拟仪器设计,北京,电子工业出版社,2003
    173 杨乐平,李海涛,LabVIEW 高级程序设计,北京,清华大学出版社,2003
    174 Kruglinski D J,朱继满译,Visual C++ 6.0 技术内幕[M],北京,北京希望电子出版社,2001
    175 北京博彦科技发展有限公司,Windows 程序设计,北京,北京大学出版社,1999
    176 曾芷德,数字系统测试与可测性,国防科技大学出版社,1992
    177 王俊席,杨林,祝轲卿,基于实时操作系统的发动机控制软件开发平台设计,农业机械学报,已录用
    178 Diab C/C++ Compiler for 68k/CPU32 USER’S GUIDE, Version 4.4, U.S.A, Wind River Systems, Inc., 2002
    179 EST’s High-Performance BDM/JTAG Software Debugger Rev. 2.0, U.S.A, Embedded Support Tools Corporation, 1999

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700