999精品在线视频,手机成人午夜在线视频,久久不卡国产精品无码,中日无码在线观看,成人av手机在线观看,日韩精品亚洲一区中文字幕,亚洲av无码人妻,四虎国产在线观看 ?

Intelligent automobile pedal controller based on CAN bus

2014-03-09 03:31:56QianWANGHuizhongYANGZhaoboQING
機(jī)床與液壓 2014年12期
關(guān)鍵詞:踏板智能分析

Qian WANG,Hui-zhong YANG,Zhao-bo QING

College of Mechanical Engineering,China Jiliang University,Hangzhou 310018,China

Intelligent automobile pedal controller based on CAN bus

Qian WANG?,Hui-zhong YANG,Zhao-bo QING

College of Mechanical Engineering,China Jiliang University,Hangzhou 310018,China

This paper is mainly aboutautomobile door pedalused in the production.It carried out the research of CAN bus(controller area network-bus),analyzed its working principle,hierarchical structure and protocol.Combined with the analysis of the door pedaloperating principle,this paper designed a distributed CAN bus controlsystem.The system consists of a master CPU and four distributed control units,adopting CAN transceiver PCA82C250 to connectwith each other.The method of software imp lementation of the CAN communication system was carried out,and comparatively the algorithm of the anti-pinch and anti-collision function was analyzed.Finally it verifies the running effect of the controller with LabVIEW.

CAN bus,Intelligent car pedal controller,Anti-pinch function,Anti-collision function,PCA82C250 transceiver

? Qian WANG,E-mail:1013177030@qq.com

1.Introduction

Abroad automatic telescopic pedal is already in application on many public transport equipments,such as public bus,luxury bus,city light rail.While auto intelligent pedal system used on the cars and limos is just appeared recently,such as that of Range rover,but the installation cost is too high.The largest domestic company focusing on automobile intelligent adjustable pedal system is T-Max,whose imitation ismore,the cost is high.That requires research and development of new smart car pedal controller.Figure 1 is one kind of producing car door pedal for SUVs.This paper introduces Microchip Company's single-chip microcomputer PIC18F25K80 with internal CAN module as the core,as well as the design process of CAN bus intelligent car pedal controller hardware and software program.

2.CAN bus technology

CAN(controller area network)is a multiple hosts local network system exploited by Bosch company for automotive application.Bus adopts differential signal serial communication to work,whose anti-jamming capability is strong,which has non-destructive arbitration function based on priority,can realize multiple addressmessage transmission.In addition to automotive electronics,CAN bus has been widely used in areas,such as industrial automation and control equipment,medical instrument and environment detection.CAN bus users have become accustomed to the traditional independent CAN controller.With the development of the various application requirements and technology,more and more CAN modules of controllers appear in the form of inside and outside the chip.CAN bus communication system based on embedded microcontroller controller(MCU)has some advantages such as simple interface circuit,flexible operation,powerful features[1].

The topology[2]of the CAN bus is a typical serial bus structure.CAN bus protocol resolves bus conflict by a way of non-destructive arbitration.CAN bus is a protocol based on message rather than site address.CAN protocol is based on the ISO/OSImodel,but only takes the physical layer of the OSI bottom,data link layer and application layer of the OSI top,whose transmission medium is the twisted-pair cable.Communication rate is up to 1 Mbps/40 m.Direct transmission distance is as far as 10 km/5 kbps.Articulated devices number can reach 110.Signal transmission of CAN adopts the short frame structure,whose effective number of bytes per frame is eight,transmission time is short,and the probability of interference is low.When nodes have seriousmistakes,it has automatic shutdown function,to cut off the node with the bus connection,which strong antiinterference ability.

Figure 1.Pedal out

In CAN system design,themost used microcontroller is external independent CAN controller,such as Philips company PCA82C200,SJA1000 and Intel's 82526,82527[3] and other chips.Using such chip is harmful for system integration.This paper selected microcontroller PIC18F25K80 which embedded CAN controller as the CPU.

3.The Com position of Car Pedal Controller Communication Network

Electric pedal control system communication network with a total of four CAN node electronic controllers,which are left front doors controller,right front doors controller,the left rear doors controller,and right rear doors controller.The CAN bus communication technology can realize the communication between the four door controllers,as shown in Figure 2.

The way that controller realizes the function is shown as follows:function of CAN bus to send and receive data,read analog on-board network signal in the door,battery voltage signal.The basic function of normal telescopic pedal is when the pedal stretches out and meets the collision objects,it stops and reversely recovers;when the pedal takes back and meets the collision objects,it stops back,back out.Pedal has collision and clampingmaterial information completely from the feedback signal to themotor currentof the controller.For differentobstacles,themotor current curve is different.

Figure 2.Communication network structure

4.Controller hardware design

Car pedal controller ismainly composed of single chip microcomputerminimum system,power supplymodule,motor drivermodule,motor current samplingmodule,CAN bus network interface circuit.

Among them,the power supply module is to convert the 12 V supply of the car to give standard voltage of 5 V for controller,as shown in Figure 3.Considering the cost and function need,motor driver module used the H bridge drivingmode,which saves the cost,also can achieve the required functionality,as shown in Figure 4.Motor current samplingmodule adopts the amplifier for resistance voltage,to represent themotor current feedback value.CAN bus network interfacemodule adopts PCA82C250 transceiver(TTL signals of single chip microcomputer is converted to differential signal of CAN bus).Current is limited by resistor to protect the transceiver from the impact of the flow.Small capacitance can rise to filter outhigh frequency interference and electromagnetic radiation on the bus,as shown in Figure 5.

Figure 3.Power supply module

Figure 4.Motor drivermodule

Figure 5.CAN bus interfacemodule

5.Sensorless control clip anti-collision function im p lementation

Sensorless implementation of anti-pinch and anti-collision function reliesmainly on the recognition of motor currentwaveform figure,as shown in Figure 6.There are three ways for the motor current waveform recognition:the slopemethod and amplitude method and integralmethod[4].

Figure 6.Motor currentwaveform figure

6.The pedal control unit software design and im p lementation

The software design of the system is very important.Tools used in the design are:software MPLAB IDE,the emulator ICD2.5.In order to improve the reliability and understandability,the paper adopts modularization program design idea,and the whole program is divided into five parts:① the main program,including system initialization program and monitoring program;② the CAN communication program,includingmessage program,message receiving and sending CAN errormanagement procedures,etc;③ the clip collision prevention program,using integral algorithm,discrimination encountered obstacles,and make the right response;④ the peripheral interface program,mainly includes the current signal acquisition program,switch signal recognition,received message analysis program and display;⑤interrupt program.

The Program②,③mentioned above are the keys of the design.Figure 7 is the CAN communica-tion program(the left figure is the initial subprogram,the intermediate one is node data sending program,the right one is the node data reception procedures).Figure 8 is the clip collision prevention program.

The initialization program of the CAN interface design is important.If the design is not good,the system will notwork properly.

PIC18F25K80 MCU CAN interface initialization should set the first control registers,status register in configurationmode,the baud rate registers,I/O control register,receiving and filtering themask registers set according to requirements of the system,to ensure the smooth of CAN bus.

Figure 7.CAN communication program

Data is sent to subroutine.Data is sent automatically by the CAN controller based on CAN bus protocol.Data is sent by data query,that is,to send the information frame to sending buffer,and set up request identifier in the command register,then start the sending button.

Receiving and sending the data are similar,which are done automatically by the CAN controller.The receiving application program only receives the data read from the receiving buffer,then follows the corresponding processing.Receiving data adopts interruptmode,that is,when receiving amessage,the information will go through the filter of the acceptance,that produce a receiving interrupt,then the data received from receiving register is transferred to the specified storage area and save up,finally the interrupt returns.

Figure 8.Clip collision prevention program

Clip collision prevention program adopts integral algorithm,that is,to calculate integral value ofmotor current curve,then compare the integral value with the threshold,then make the corresponding action.

Master CPU(as shown in Figure 9)is responsible for collecting gating signals,battery voltage,determining the doors'open and close status,and sending commands to the subunit,thereafter receiving the subunit feedback information,monitoring subunit,which has the effect of the eye and brain.

Figure 9.Car stepping control themain unit

In order to guarantee the stability of the controller,it needs to monitor several key parts of the controller circuit,so dedicated test bed for signal acquisition is set up with PC software LabVIEW and USB acquisition card.PCmonitor screen is shown in Figure 10.Figure in the collection of information has a motor currentwaveform diagram,PIC18F25K80 controlmotor output pin status,control relay status,etc.So it is beneficial for finding interference problems in the circuit and optimizing the controller.

Figure 10.PCmonitor screen

7.Conclusion

Intelligent vehicle pedal based on CAN bus will become the development trend of limo and SUV,which has a broad application prospect.This design adopts the single chip microcomputer PIC18F25K80 embedded CAN controller, CAN transceiver PCA82C250,whose circuit is simple and reliable,which monitors state of the door through CAN bus communication,then accordingly reacts quickly and accurately.CAN bus communication network in the design makes the pedal controller to integrate onboard network one step further.

[1] Yang Chun-jie,Wang Shu-guang,Kang Hong-bo.CAN BUSTechnolegy[M].Beijing:Beijing University of Aeronautics and Astronautics Press,Commun.2003.

[2] Shu Yan,An Ping,The implementation of CAN bus system[J].Computer application research,1998(2):58-62.

[3] Wang Li-ming,Xia Li,Shao Ying.The design of the CAN field bus system and application[M].Electronic industry press,2008.

[4] Zhao Shu-peng,Wang Xu-dong,Car door control system based on CAN bus design[J].Journalof Harbin university of science and technology,2008(2):80.

[5] Huang Hua-ping,The electric car door control system based on low speed CAN bus development[D].Tianjin:Tianjin university of technology,2010.

[6] Liu Xiao-ming,Shao Ya-h(huán)ui,Wu Hao-wei,et al.Sensorlessmotor car anti clamp design[J].Journal ofmicromotor,2007(4):48 -49.

基于CAN總線的智能車踏控制器

王 謙?,楊惠忠,卿兆波
中國計(jì)量學(xué)院機(jī)電工程學(xué)院,杭州 310018

以某款用于生產(chǎn)的汽車門踏板為例,展開了對CAN總線的研究。分析了CAN總線的工作原理、分層結(jié)構(gòu)以及協(xié)議,又結(jié)合對門踏板工作原理的分析,設(shè)計(jì)了一種分布式CAN總線控制系統(tǒng)。系統(tǒng)硬件包括一個主控CPU和4個分布式控制單元,采用CAN收發(fā)器PCA82C250進(jìn)行互聯(lián)。系統(tǒng)軟件提出了CAN通信的實(shí)現(xiàn)方法,對比分析了車踏防夾防撞算法。最后運(yùn)用LabVIEW軟件對控制器的運(yùn)行效果進(jìn)行了驗(yàn)證。

CAN總線;智能車踏控制;防夾功能;防撞功能;PCA82C250收發(fā)器

U270.1+4

10.3969/j.issn.1001-3881.2014.12.020

2014-01-20

猜你喜歡
踏板智能分析
單踏板不可取
車主之友(2022年6期)2023-01-30 07:58:16
隱蔽失效適航要求符合性驗(yàn)證分析
淺談延音踏板在鋼琴演奏中的用法
黃河之聲(2019年23期)2019-12-17 19:08:43
淺談汽車制動踏板的型面設(shè)計(jì)
智能前沿
文苑(2018年23期)2018-12-14 01:06:06
電力系統(tǒng)不平衡分析
電子制作(2018年18期)2018-11-14 01:48:24
智能前沿
文苑(2018年19期)2018-11-09 01:30:14
智能前沿
文苑(2018年17期)2018-11-09 01:29:26
智能前沿
文苑(2018年21期)2018-11-09 01:22:32
淺談鋼琴踏板的運(yùn)用
黃河之聲(2017年13期)2017-01-28 13:30:17
主站蜘蛛池模板: 亚洲国产成人麻豆精品| 一级黄色网站在线免费看| 99热这里只有精品免费| 欧美啪啪精品| 国产成人亚洲欧美激情| 人妻丰满熟妇av五码区| 国产草草影院18成年视频| 欧美特级AAAAAA视频免费观看| 久草视频中文| 美女免费精品高清毛片在线视| 国产又粗又爽视频| 香蕉久久国产精品免| 亚洲国产精品一区二区第一页免| 青青青视频免费一区二区| 亚洲成a人片| 熟妇丰满人妻| 小蝌蚪亚洲精品国产| 伊人久久大香线蕉aⅴ色| 日韩精品免费在线视频| 久久毛片免费基地| 色综合久久久久8天国| 一级毛片不卡片免费观看| 欧美在线综合视频| 日本午夜三级| 国产亚洲欧美在线中文bt天堂 | 国产三级毛片| 91精品专区国产盗摄| 国产av色站网站| Jizz国产色系免费| 国产成人精品一区二区三区| 国产区精品高清在线观看| 国产午夜人做人免费视频中文| 日韩精品无码免费一区二区三区| 精品人妻系列无码专区久久| 国产亚洲高清在线精品99| 99热这里只有精品5| 国产96在线 | 国产精品99在线观看| 日韩黄色大片免费看| 免费亚洲成人| 久久不卡国产精品无码| 亚洲国产成熟视频在线多多| 国产成人精品18| 理论片一区| vvvv98国产成人综合青青| 亚洲视频免费播放| 日韩中文无码av超清| 欧美一级高清片欧美国产欧美| 亚洲AV无码乱码在线观看裸奔| 中文字幕欧美日韩| 亚洲第一成年免费网站| 亚洲男人的天堂在线观看| 超清无码熟妇人妻AV在线绿巨人| 国产农村1级毛片| 一本大道无码日韩精品影视| 狠狠久久综合伊人不卡| 成人综合网址| 国产a v无码专区亚洲av| 国产成人无码AV在线播放动漫| 国产精品久久久久无码网站| 久久伊人色| 亚洲午夜久久久精品电影院| 亚洲一区波多野结衣二区三区| 久久久久亚洲AV成人人电影软件| 国产精品男人的天堂| 色综合五月婷婷| 国产区精品高清在线观看| a级毛片在线免费| 99久久精品国产麻豆婷婷| 日韩亚洲高清一区二区| 女人18毛片水真多国产| 91精品国产91久无码网站| 国产精品理论片| 久久黄色一级视频| 无码福利日韩神码福利片| 国产特级毛片aaaaaaa高清| 欧美亚洲日韩中文| 无码视频国产精品一区二区| 野花国产精品入口| 久视频免费精品6| 欧美亚洲国产精品久久蜜芽| 国产日韩欧美一区二区三区在线|