Study and Design of CAN / LIN Hybrid Network of Automotive Body. Peng Huang

Size: px
Start display at page:

Download "Study and Design of CAN / LIN Hybrid Network of Automotive Body. Peng Huang"

Transcription

1 Advanced Materials Research Online: ISSN: , Vol. 940, pp doi: / Trans Tech Publications, Switzerland Study and Design of CAN / LIN Hybrid Network of Automotive Body Peng Huang Hunan Communication Polytechnic, Changsha, Hunan Province, China, cshuangpeng@163.com Keyword: CAN Bus; LIN Bus; Bus network technology; CAN/LIN hybrid network Abstract: Due to the extensive application of automobile electronic control technologies, the demand of automotive network is growing. Automotive operation data sharing has become a feature of the automotive network. CAN network is most widely applied in the automobiles. LIN network is a supplement for CAN network in practical application. The hybrid network of CAN/LIN can improve the stability of the system, and also reduce network cost without influencing the performance of the network. In this paper, through the study of CAN/LIN hybrid network technologies of automotive body, a system scheme of the automotive body network with CAN/LIN dedicated gateway is proposed. Introduction The application of bus technology of automotive network can share a large amount of data in the control unit, and realize real-time transmission and exchange of a large number of control signals in the typical automotive electronic system to improve the safety and reliability of the automobile. Automotive body network technology has become an important component of the automotive network technology, and it is mainly used in the intellectualization and comfort of the automobile. Via the bus, control nodes are connected to form an intelligent automotive body network. The automotive body network realizes all the functions by intelligent sensors and actuators, and corresponding control strategies. On the basis of regular application scheme of automotive body CAN/LIN hybrid network, CAN/LIN dedicated gateway is added and the design of the hardware system of CAN/LIN gateway is completed. CAN Bus Network CAN Bus Network Structure CAN Bus is a kind of computer network with various network topologies. They can freely combine with each other to form different topologies, that is, the hybrid network. According to the protocol, CAN bus can be of any topology, but in general, there are 4 kinds of common topologies. (1) Bus topology: this is the most basic CAN bus topology. Bus topology is formed by a single cable connected to all the nodes in the network. The bus is a single cable and the bus bandwidth can be shared by all the nodes. In the bus network, when data is sent from one node to the target node, it can be intercepted by all the nodes. Only when the data is received and disposed by the target node, will it be ignored by the other nodes. (2) Ring topology: each node is connected to two closest nodes, and the whole network is connected to form a ring. Data is sent in one direction of the ring. The relay node that sends or forwards data signals of the ring can obtain the signals transmitted in the ring and forward it to the next node. (3) Star topology: all the nodes in the network are connected together via a central node, such as the hub. All the data between the nodes in the network is transmitted through the central node. (4) Mesh topology: each node is connected together to form a mesh. The reliability is high, but the cost is also very high. All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: , Pennsylvania State University, University Park, USA-11/05/16,05:36:50)

2 470 Machinery, Materials Science and Engineering Applications 2014 Network Form of CAN Bus CAN bus is a part of the control network and it is a serial communication network, which can support distributed control and real-time control. CAN is a multimaster sending network structure. It is a peer-to-peer network. Any node can send data to other nodes at any time. When a conflict occurs, there is priority arbitration function to deal with the conflict. However, in some specific applications, the principal and slave nodes are distinguished in consideration of the reliability and integrity of the system. The general structure of CAN bus control system is shown in Figure 1. Figure 1 The general structure of CAN bus control system Minimum control system is a simple closed-loop control system, i.e. a single-loop control system consisting of a single sensor, a single controller and a single actuator. Some mutually independent control systems can form network control system based on CAN bus. However, they must share a control network - CAN bus. According to the concept of fieldbus control system, the intelligent node can be the sensor node or the actuator node of integrated controller. Bus nodes of the automobile are mostly intelligent nodes, and the sensor, actuator and controller are integrated to form a real distributed bus control system. LIN Bus Network LIN Bus: automotive bottom network protocol is a low-speed network achieved through low-cost serial communication, which has stable performance and is a supplement for existing automotive CAN bus. LIN falls into the class A network of automobile, with the communication rate lower than 20kbps. In case of low bus bandwidth and no need for multi-function, such as the communication between the intelligent actuator and air-conditioning control system, the application of LIN bus can obviously reduce the cost. Compared with CAN bus, the cost reduction of LIN bus can be attributed to the following reasons. (1) The communication between LIN nodes only needs one signal cable of 12V. (2) The cost of LIN nodes is lower than that of CAN nodes. Each LIN node only needs one transceiver. The communication protocol is relatively simple, and can be realized in the software without extra controllers. Microcontrollers generally have LIN interfaces based on UART/SCI serial interfaces, even if not, it can be achieved through the simulation of common I/O software. (3) Slave nodes of Lin don t need a crystal oscillator or ceramic oscillator to achieve self-synchronization and thus save the hardware cost of slave units. Network Structure of LIN Bus The principal node and several slave nodes of LIN constitute the LIN bus network. Limited by the physical characteristics of the network, the number of nodes in a LIN network is generally less than 12. Each LIN node consists of microprocessor, sensor/actuator and transceiver. The network structure of LIN is shown in Figure 2.

3 Advanced Materials Research Vol Figure 2 LIN network structure Network Form of LIN Bus When LIN bus is used in the automotive body control, the nodes are mainly in the four door-control modules and the body control module (BCM). Single LIN network, multiple LIN network and CAN/LIN hybrid network are the three LIN network forms that can be used by the automobiles. Solely relying on LIN cannot overcome all the limitations. Thus, how LIN is applied to the automotive? LIN is a complement for CAN, but doesn t entirely replace CAN. LIN-layered CAN is shown in Figure 3. Figure 3 LIN-layered CAN Generally, BCM is connected with four doors via CAN network, with each door as a single LIN network. CAN/LIN hybrid network is the typical solution employed by the current manufacturers. Although this solution may increase the number of microcontrollers, a distributed system with stronger functions and more flexibility can be obtained if microcontrollers and LIN state machines are chosen properly. With LIN structure, smaller microcontrollers can be chosen to achieve the door function. Besides supplying the CAN interface needed by BCM communication, there are enough resources to control the single LIN network. In this case, the microcontroller of the driver door is the CAN interface of BCM, and also the primary node of LIN network, which is used to control the manipulation of the rear mirrors, the keyboard, the door locks and the window lifters. Gateway Model of Automotive CAN/LIN Hybrid Network The cost of each LIN node is generally 1/3 or 1/2 of the cost of each CAN node, suggesting it has a great cost advantage. Because there are a large number of nodes used to control the automotive body, the total cost saved is very large. The communication within the LIN subnets can obviously relieve the burden of the communication of CAN backbone network and relieve the data jam of the backbone network, which is of great importance for the real-time control system. Therefore, automobile manufacturers always use CAN/ LIN hybrid network as solution. CAN and LIN are two different types of network protocol, which have different transmission rates. Gateway is used to accomplish the data exchange between them. Automotive gateway is an interface device to connect different types of networks, and can explain and interpret different protocols of both sides on the physical layer, data link layer and application layer of OSI reference model. The gateway mainly processes the information by three steps: read the information received from the first network, translate the information and transmit processed information to the second network. If necessary, the process should be reversible, that is, bidirectional communication. The gateway model of CAN / LIN is shown in Figure 4.

4 472 Machinery, Materials Science and Engineering Applications 2014 Figure 4 CAN/LIN gateway model Implementation Scheme Design of Automotive Body CAN/LIN Hybrid Network System Regular Application Scheme of Automotive Body CAN/LIN Hybrid Network Regular application scheme of automotive body CAN/LIN hybrid network is shown in Figure 5. In this scheme, four light controllers are used as CAN/LIN gateway. CAN network control system consists of four light controller nodes, air-conditioning control unit, instrument control unit, seat control unit, luggage compartment control unit, sunroof control unit and central control unit. The subsystem of each door is realized via LIN protocol. Each door module uses a controller, i.e. the rear mirrors, door locks and window lifters are controlled via a controller. Figure 5 Regular application scheme of automotive body CAN/LIN hybrid network In view of feasibility and cost, the door control system is placed in the LIN network, and four light controllers are used as gateways, which necessarily increases the workload for designing the software program of the whole network. However, in this scheme, the processing programs of the four nodes as gateways are almost the same, and the connection approach of LIN network is also the same. Thus, the development difficulty is reduced in some degree.

5 Advanced Materials Research Vol Optimization Design of Automotive CAN/LIN Hybrid Network Microcontroller is becoming increasingly powerful. In order to reduce the complexity of light control unit and improve the stability of network system, on the basis of traditional application scheme, a special CAN/LIN gateway module is designed to connect CAN to LIN, which makes the design hierarchy of the whole automotive body network system clearer and the structure simpler. The gateway microcontroller and its corresponding CAN and LIN interface devices can realize the conversion of the network protocol. Thus, it is highly cost-effective. When dedicated CAN/LIN gateway is employed, the data transmission between LIN nodes is more convenient and the structure becomes simpler. Its anti-interference ability is strong enough to improve the system stability. This scheme facilitates the expansion of subsequent functions and the development of subsequent programs. The optimization design scheme of the automotive body network is shown in Figure 6. Dedicated gateway is established to form CAN network and LIN network. CAN network control system consists of four light control modules, instrument control module, seat memory control module (driver), luggage compartment control module, air-conditioning control module, and comfort system central control module (CAN/LIN dedicated gateway). The LIN network controlled by CAN/LIN dedicated gateway consists of four door-control units. Figure 6 Optimization design of the automotive body network Dedicated CAN/LIN gateway is established between CAN and LIN to connect them. In this way, CAN/LIN gateway becomes the control center of the whole network. It can communicate with four light control units via CAN, and can also forward control signal to LIN network via CAN/LIN gateway to indirectly control the door system. CAN/LIN gateway is in charge of the bus hibernation and the control of conversion and transmission between various control signals. Conclusion In this paper, the network form of CAN bus and LIN bus are analyzed respectively. Both bus network technologies are studied. The difference between the structures is compared. The gateway model of CAN/LIN hybrid network is proposed. Based on the study of regular application scheme of automotive body network, an automotive body hybrid network system scheme with CAN/LIN dedicated gateway is optimized and designed. The scheme features simple structure, low cost and

6 474 Machinery, Materials Science and Engineering Applications 2014 high stability, which facilitates the expansion of subsequent functions and the development of subsequent programs. This paper is one of the research results of General Program of Scientific Research Project of Colleges and Universities in Hunan Province: Study and Design of Intelligent Automotive Body Network System Based on CAN/LIN (Project # 12C1071). References [1] Gong Jinfeng, Wu Zheng. CAN/LIN hybrid network in the car door control system in the application of [J]. automotive engineering, [2] Rao Yuntao. Principle and application of CAN field bus technology [M]. Beijing: Beihang University press, [3] Guo Chuansheng, Pan Ming et al. The vehicle interior network embedded CAN bridge design based on [J]. instrument technique and sensor, [4] What Jingneng, Cheng Anyu et al. The MC68HC908GZ32 design of CAN-LIN gateway based on [J]. microcontroller and embedded system application, [5] Qin Guihe, Ge Anlin. The automobile network technology ( J ). Automotive engineering, [6] Wang Fenghua. Research and application of automobile CAN/LIN hybrid networking technology. Master Thesis of Jiangsu University, 2006 [7] Jiang Shuxia, Han Zhigang. CAN /LIN bus network optimization design and CAN communication ( J ) based on. Instrument technique and sensor, [8] Javier Diaz, Elias Rodriguez, Luis Hurtado, Hugo Cacique. CAN Bus Embedded System for Lighting Network Applications,IEEE,2002 [9] LIN Consortium.LIN Specification Package Revision2.0.Sep23,2003 [10] Ma Jimin, Chen Hui. Intelligent light control system based on CAN/LIN bus.process Automation Instrumentation, 2009, 30(9)

7 Machinery, Materials Science and Engineering Applications / Study and Design of CAN/LIN Hybrid Network of Automotive Body /

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e*

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e* Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1076-1080 doi:10.4028/www.scientific.net/amr.971-973.1076 2014 Trans Tech Publications, Switzerland AN WIRELESS COLLECTION

More information

Serial Communication Based on LabVIEW for the Development of an ECG Monitor

Serial Communication Based on LabVIEW for the Development of an ECG Monitor Advanced Materials Research Online: 2013-08-16 ISSN: 1662-8985, Vols. 734-737, pp 3003-3006 doi:10.4028/www.scientific.net/amr.734-737.3003 2013 Trans Tech Publications, Switzerland Serial Communication

More information

Lecture 2. Basics of networking in automotive systems: Network. topologies, communication principles and standardised protocols

Lecture 2. Basics of networking in automotive systems: Network. topologies, communication principles and standardised protocols Lecture 2. Basics of networking in automotive systems: Network topologies, communication principles and standardised protocols Objectives Introduce basic concepts used in building networks for automotive

More information

, ,China. Keywords: CAN BUS,Environmental Factors,Data Collection,Roll Call.

, ,China. Keywords: CAN BUS,Environmental Factors,Data Collection,Roll Call. Advanced Materials Research Online: 2013-09-04 ISS: 1662-8985, Vols. 765-767, pp 1693-1696 doi:10.4028/www.scientific.net/amr.765-767.1693 2013 Trans Tech Publications, Switzerland The design of artificial

More information

The House Intelligent Switch Control Network based On CAN bus

The House Intelligent Switch Control Network based On CAN bus The House Intelligent Switch Control Network based On CAN bus A.S.Jagadish Department Electronics and Telecommunication Engineering, Bharath University Abstract The Embedded Technology is now in its prime

More information

Design and Implementation of unified Identity Authentication System Based on LDAP in Digital Campus

Design and Implementation of unified Identity Authentication System Based on LDAP in Digital Campus Advanced Materials Research Online: 2014-04-09 ISSN: 1662-8985, Vols. 912-914, pp 1213-1217 doi:10.4028/www.scientific.net/amr.912-914.1213 2014 Trans Tech Publications, Switzerland Design and Implementation

More information

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2 Applied Mechanics and Materials Online: 2013-01-11 ISSN: 1662-7482, Vol. 273, pp 722-725 doi:10.4028/www.scientific.net/amm.273.722 2013 Trans Tech Publications, Switzerland The Application of Programmable

More information

The Design of Wireless Data Collector based on WIA-PA Ligang Li 1,2,a, Zhongfeng Wang 1,2,b, Jianlong Huang 1,2,c

The Design of Wireless Data Collector based on WIA-PA Ligang Li 1,2,a, Zhongfeng Wang 1,2,b, Jianlong Huang 1,2,c Advanced Materials Research Online: 04-06-5 ISSN: 66-8985, Vols. 97-97, pp 79-794 doi:0.408/www.scientific.net/amr.97-97.79 04 Trans Tech Publications, Switzerland The Design of Wireless Data Collector

More information

Research and Realization of HART Protocol Based on Wireless Short Range Network Technology Kaiyuan Meng 1, a, Qingnian Cao 2, b

Research and Realization of HART Protocol Based on Wireless Short Range Network Technology Kaiyuan Meng 1, a, Qingnian Cao 2, b 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Research and Realization of Protocol Based on Short Range Network Technology Kaiyuan Meng 1, a, Qingnian Cao

More information

Applied mechanics and applied technology in fuel injection pump bench. Rotational speed measurement system design based on CPLD

Applied mechanics and applied technology in fuel injection pump bench. Rotational speed measurement system design based on CPLD Advanced Materials Research Online: 2014-03-24 ISSN: 1662-8985, Vol. 910, pp 316-319 doi:10.4028/www.scientific.net/amr.910.316 2014 Trans Tech Publications, Switzerland Applied mechanics and applied technology

More information

The Design of CAN Bus Communication System Based on MCP2515 and S3C2440 Jinmei Liu, Junhong Wang, Donghui Sun

The Design of CAN Bus Communication System Based on MCP2515 and S3C2440 Jinmei Liu, Junhong Wang, Donghui Sun Advanced Materials Research Online: 2014-05-21 ISSN: 1662-8985, Vol. 933, pp 516-520 doi:10.4028/www.scientific.net/amr.933.516 2014 Trans Tech Publications, Switzerland The Design of CAN Bus Communication

More information

The Controller Development of Multi-layer Parking Equipment Based on STM32

The Controller Development of Multi-layer Parking Equipment Based on STM32 Vol.8, o.1 (2014), pp.303-310 http://dx.doi.org/10.14257/ijsh.2014.8.1.31 The Controller Development of Multi-layer Parking Equipment Based on STM32 Zhang ongde 1, Zhang Qinxiang 1, Jiang Jingang 1, b,

More information

The Study of Intelligent Scheduling Algorithm in the Vehicle ECU based on CAN Bus

The Study of Intelligent Scheduling Algorithm in the Vehicle ECU based on CAN Bus Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 1461-1465 1461 Open Access The Study of Intelligent Scheduling Algorithm in the Vehicle ECU based

More information

Analyses of Subway BAS System Network Framework and IP Address Allocation Xin-hong YANG 1,* and Yuan GAO 2

Analyses of Subway BAS System Network Framework and IP Address Allocation Xin-hong YANG 1,* and Yuan GAO 2 2016 International Conference on Applied Mechanics, Electronics and Mechatronics Engineering (AMEME 2016) ISBN: 978-1-60595-357-1 Analyses of Subway BAS System Network Framework and IP Address Allocation

More information

Realization of Automatic Keystone Correction for Smart mini Projector Projection Screen

Realization of Automatic Keystone Correction for Smart mini Projector Projection Screen Applied Mechanics and Materials Online: 2014-02-06 ISSN: 1662-7482, Vols. 519-520, pp 504-509 doi:10.4028/www.scientific.net/amm.519-520.504 2014 Trans Tech Publications, Switzerland Realization of Automatic

More information

Design of the Control System about Central Signals in Electric Vehicle

Design of the Control System about Central Signals in Electric Vehicle J. Electromagnetic Analysis & Applications, 2010, 2: 189-194 doi:10.4236/jemaa.2010.23027 Published Online March 2010 (http://www.scirp.org/journal/jemaa) 1 Design of the Control System about Central Signals

More information

A Compatible Public Service Platform for Multi-Electronic Certification Authority

A Compatible Public Service Platform for Multi-Electronic Certification Authority Applied Mechanics and Materials Submitted: 2014-04-26 ISSN: 1662-7482, Vol. 610, pp 579-583 Accepted: 2014-05-26 doi:10.4028/www.scientific.net/amm.610.579 Online: 2014-08-11 2014 Trans Tech Publications,

More information

Design and Implementation of CNC Operator Panel Control Functions Based on CPLD. Huaqun Zhan, Bin Xu

Design and Implementation of CNC Operator Panel Control Functions Based on CPLD. Huaqun Zhan, Bin Xu Advanced Materials Research Online: 2013-07-31 ISSN: 1662-8985, Vol. 722, pp 428-432 doi:10.4028/www.scientific.net/amr.722.428 2013 Trans Tech Publications, Switzerland Design and Implementation of CNC

More information

The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG 3, C, Dongxu XIANG 4,D

The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG 3, C, Dongxu XIANG 4,D International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG

More information

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e Advanced Materials Research Online: 2012-12-13 ISSN: 1662-8985, Vols. 605-607, pp 2375-2378 doi:10.4028/www.scientific.net/amr.605-607.2375 2013 Trans Tech Publications, Switzerland The Design of the Sensor

More information

The Application of PLC in the automatic Packing Machine Control System Lixia Guo a, Zhengzhong Li b

The Application of PLC in the automatic Packing Machine Control System Lixia Guo a, Zhengzhong Li b Advanced Materials Research Online: 2013-09-04 ISS: 1662-8985, Vols. 765-767, pp 1813-1817 doi:10.4028/www.scientific.net/amr.765-767.1813 2013 Trans Tech Publications, Switzerland The Application of PLC

More information

Research and Design of Universal Proportional Valve Controller

Research and Design of Universal Proportional Valve Controller Open Access Library Journal 2018, Volume 5, e4588 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Research and Design of Universal Proportional Valve Controller Qiyu Zhang, Xiaoxiao Cao, Minghai Duan, Xiaohui

More information

LIN Protocol-Emerging Trend in Automotive Electronics

LIN Protocol-Emerging Trend in Automotive Electronics Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 5 (2013), pp. 561-568 Research India Publications http://www.ripublication.com/aeee.htm LIN Protocol-Emerging Trend in Automotive

More information

Integrating Information Systems: Technology, Strategy, and Organizational Factors

Integrating Information Systems: Technology, Strategy, and Organizational Factors MASSACHUSETTS INSTITUTE OF TECHNOLOGY SLOAN SCHOOL OF MANAGEMENT 15.565 Integrating Information Systems: Technology, Strategy, and Organizational Factors 15.578 Global Information Systems: Communications

More information

Design of PC Remote Monitoring System for Standby Generators Chuanhong Zhou 1,a,Jinjie Xiao 1,b, Wei Ren 1,c

Design of PC Remote Monitoring System for Standby Generators Chuanhong Zhou 1,a,Jinjie Xiao 1,b, Wei Ren 1,c Advanced Materials Research Submitted: 2014-06-03 ISSN: 1662-8985, Vol. 1039, pp 197-202 Accepted: 2014-07-14 doi:10.4028/www.scientific.net/amr.1039.197 Online: 2014-10-31 2014 Trans Tech Publications,

More information

Design of the Software for Wirelessly Intercepting Voices

Design of the Software for Wirelessly Intercepting Voices Advanced Materials Research Online: 2014-05-23 ISSN: 1662-8985, Vols. 926-930, pp 2470-2473 doi:10.4028/www.scientific.net/amr.926-930.2470 2014 Trans Tech Publications, Switzerland Design of the Software

More information

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c Applied Mechanics and Materials Online: 2013-06-13 ISSN: 1662-7482, Vols. 325-326, pp 1750-1753 doi:10.4028/www.scientific.net/amm.325-326.1750 2013 Trans Tech Publications, Switzerland Research Of Data

More information

The Application Analysis and Network Design of wireless VPN for power grid. Wang Yirong,Tong Dali,Deng Wei

The Application Analysis and Network Design of wireless VPN for power grid. Wang Yirong,Tong Dali,Deng Wei Applied Mechanics and Materials Online: 2013-09-27 ISSN: 1662-7482, Vols. 427-429, pp 2130-2133 doi:10.4028/www.scientific.net/amm.427-429.2130 2013 Trans Tech Publications, Switzerland The Application

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

Automobile Design and Implementation of CAN bus Protocol- A Review S. N. Chikhale Abstract- Controller area network (CAN) most researched

Automobile Design and Implementation of CAN bus Protocol- A Review S. N. Chikhale Abstract- Controller area network (CAN) most researched Automobile Design and Implementation of CAN bus Protocol- A Review S. N. Chikhale Abstract- Controller area network (CAN) most researched communication protocol used for automotive industries. Now we are

More information

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Xu Li a, *, Chen Meng, Huixia Jiang, Cheng Wang Army Engineering University, Shijiazhuang 050003,

More information

Research of 3D parametric design system of worm drive based on Pro/E. Hongbin Niu a, Xiaohua Li b

Research of 3D parametric design system of worm drive based on Pro/E. Hongbin Niu a, Xiaohua Li b Advanced Materials Research Online: 2013-06-27 ISSN: 1662-8985, Vols. 712-715, pp 1107-1110 doi:10.4028/www.scientific.net/amr.712-715.1107 2013 Trans Tech Publications, Switzerland Research of 3D parametric

More information

Research Article. ISSN (Print) *Corresponding author Chen Hao

Research Article. ISSN (Print) *Corresponding author Chen Hao Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 215; 3(6):645-65 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

The Design of Embedded Remote Intelligent Automotive Monitoring System based on GSM. Lijun Gao

The Design of Embedded Remote Intelligent Automotive Monitoring System based on GSM. Lijun Gao 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) The Design of Embedded Remote Intelligent Automotive Monitoring System based on GSM Lijun Gao Beijing Information

More information

The Golf 2004 Electrical system

The Golf 2004 Electrical system Service Training Self-study programme 319 The Golf 2004 Electrical system Design and function The most striking change compared with the previous model is the rear lighting of the Golf 2004. The one-piece

More information

Design of Underground Current Detection Nodes Based on ZigBee

Design of Underground Current Detection Nodes Based on ZigBee MATEC Web of Conferences 22, 0104 5 ( 2015) DOI: 10.1051/ matecconf/ 20152201045 C Owned by the authors, published by EDP Sciences, 2015 Design of Underground Current Detection Nodes Based on ZigBee Deyu

More information

WIRELESS SENSOR NETWORK

WIRELESS SENSOR NETWORK 1 WIRELESS SENSOR NETWORK Dr. H. K. Verma Distinguished Professor (EEE) Sharda University, Greater Noida (Formerly: Deputy Director and Professor of Instrumentation Indian Institute of Technology Roorkee)

More information

Wireless Smart Home Security System Based on Android

Wireless Smart Home Security System Based on Android 2017 2 nd International Conference on Artificial Intelligence and Engineering Applications (AIEA 2017) ISBN: 978-1-60595-485-1 Wireless Smart Home Security System Based on Android LIANGYU CHEN, SEN ZHANG

More information

DEVELOPMENT OF DISTRIBUTED AUTOMOTIVE SOFTWARE The DaVinci Methodology

DEVELOPMENT OF DISTRIBUTED AUTOMOTIVE SOFTWARE The DaVinci Methodology DEVELOPMENT OF DISTRIBUTED AUTOMOTIVE SOFTWARE The DaVinci Methodology Dr. Uwe Honekamp, Matthias Wernicke Vector Informatik GmbH, Dep. PND - Tools for Networks and distributed Systems Abstract: The software

More information

The RTP Encapsulation based on Frame Type Method for AVS Video

The RTP Encapsulation based on Frame Type Method for AVS Video Applied Mechanics and Materials Online: 2012-12-27 ISSN: 1662-7482, Vols. 263-266, pp 1803-1808 doi:10.4028/www.scientific.net/amm.263-266.1803 2013 Trans Tech Publications, Switzerland The RTP Encapsulation

More information

Constructing an University Scientific Research Management Information System of NET Platform Jianhua Xie 1, a, Jian-hua Xiao 2, b

Constructing an University Scientific Research Management Information System of NET Platform Jianhua Xie 1, a, Jian-hua Xiao 2, b Applied Mechanics and Materials Online: 2013-12-04 ISSN: 1662-7482, Vol. 441, pp 984-988 doi:10.4028/www.scientific.net/amm.441.984 2014 Trans Tech Publications, Switzerland Constructing an University

More information

The IIC interface based on ATmega8 realizes the applications of PS/2 keyboard/mouse in the system

The IIC interface based on ATmega8 realizes the applications of PS/2 keyboard/mouse in the system Available online at www.sciencedirect.com Procedia Engineering 16 (2011 ) 673 678 International Workshop on Automobile, Power and Energy Engineering The IIC interface based on ATmega8 realizes the applications

More information

The Design of Distributed File System Based on HDFS Yannan Wang 1, a, Shudong Zhang 2, b, Hui Liu 3, c

The Design of Distributed File System Based on HDFS Yannan Wang 1, a, Shudong Zhang 2, b, Hui Liu 3, c Applied Mechanics and Materials Online: 2013-09-27 ISSN: 1662-7482, Vols. 423-426, pp 2733-2736 doi:10.4028/www.scientific.net/amm.423-426.2733 2013 Trans Tech Publications, Switzerland The Design of Distributed

More information

Research on Data Transmission and Information Integration Technology in the Distributed Wind Farm SCADA System

Research on Data Transmission and Information Integration Technology in the Distributed Wind Farm SCADA System Applied Mechanics and Materials Online: 2014-03-24 ISSN: 1662-7482, Vols. 543-547, pp 2641-2646 doi:10.4028/www.scientific.net/amm.543-547.2641 2014 Trans Tech Publications, Switzerland Research on Data

More information

Privilege Separation in Browser Extensions Based on Web Workers

Privilege Separation in Browser Extensions Based on Web Workers Advanced Materials Research Submitted: 2014-05-24 ISSN: 1662-8985, Vols. 989-994, pp 4675-4679 Accepted: 2014-05-30 doi:10.4028/www.scientific.net/amr.989-994.4675 Online: 2014-07-16 2014 Trans Tech Publications,

More information

The engine temperature real-time monitoring instrument based on Microcontroller. Wang Jiayue, Yue Yuntao, Luan Ru, Zhang Jianghui Qin Xin

The engine temperature real-time monitoring instrument based on Microcontroller. Wang Jiayue, Yue Yuntao, Luan Ru, Zhang Jianghui Qin Xin nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 06) The engine temperature real-time monitoring instrument based on Microcontroller Wang Jiayue, Yue Yuntao, Luan Ru, Zhang

More information

Application of Theory and Technology of Wireless Sensor Network System for Soil Environmental Monitoring

Application of Theory and Technology of Wireless Sensor Network System for Soil Environmental Monitoring Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Application of Theory and Technology of Wireless Sensor Network System for Soil Environmental Monitoring 1,2,3 Xu Xi, 3 Xiaoyao Xie, 4 Zhang

More information

A CNC equipment distributed monitoring system based on cloud computing technology RangYong Zhang a, Geng Ma b, GuangHe Cheng c

A CNC equipment distributed monitoring system based on cloud computing technology RangYong Zhang a, Geng Ma b, GuangHe Cheng c Advanced Materials Research Submitted: 2014-07-26 ISSN: 1662-8985, Vol. 1022, pp 392-395 Accepted: 2014-07-28 doi:10.4028/www.scientific.net/amr.1022.392 Online: 2014-08-28 2014 Trans Tech Publications,

More information

Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network

Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network Hui Cheng, Zhongyang Sun, * Xiaobing Zhang,

More information

Mixed-Criticality Systems based on a CAN Router with Support for Fault Isolation and Selective Fault-Tolerance

Mixed-Criticality Systems based on a CAN Router with Support for Fault Isolation and Selective Fault-Tolerance IFAC 2014 Mixed-Criticality Systems based on a Router with Support for Fault Isolation and Selective Fault-Tolerance Roland Kammerer 1, Roman Obermaisser², Mino Sharkhawy 1 1 Vienna University of Technology,

More information

A design of real-time image processing platform based on TMS320C6678

A design of real-time image processing platform based on TMS320C6678 Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1454-1458 doi:10.4028/www.scientific.net/amr.971-973.1454 2014 Trans Tech Publications, Switzerland A design of real-time

More information

Design of Coal Mine Power Supply Monitoring System

Design of Coal Mine Power Supply Monitoring System 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Design of Coal Mine Power Supply Monitoring System Lei Shi 1, Guo Jin 2 and Jun Xu 3 1 2 Department of electronic

More information

WeVe: When Smart Wearables Meet Intelligent Vehicles

WeVe: When Smart Wearables Meet Intelligent Vehicles WeVe: When Smart Wearables Meet Intelligent Vehicles Jiajia Liu School of Cyber Engineering, Xidian University, Xi an, China Smart wearables and intelligent vehicles constitute indispensable parts of Internet

More information

Marine fuel boiler system design platform. Hou Ying-ying

Marine fuel boiler system design platform. Hou Ying-ying Advanced Materials Research Submitted: 2014-05-11 ISSN: 1662-8985, Vols. 986-987, pp 1218-1221 Accepted: 2014-05-19 doi:10.4028/www.scientific.net/amr.986-987.1218 Online: 2014-07-18 2014 Trans Tech Publications,

More information

Internet/Intranet Based Remote Condition Monitoring and Fault. Diagnosis Scheme and System for Steam Turboset

Internet/Intranet Based Remote Condition Monitoring and Fault. Diagnosis Scheme and System for Steam Turboset Key Engineering Materials Vols. 293-294 (2005) pp 365-372 online at http://www.scientific.net (2005) Trans Tech Publications, Switzerland Online available since 2005/Sep/15 Internet/Intranet Based Remote

More information

Study on the Application of CAN Technology in Elevator Control System

Study on the Application of CAN Technology in Elevator Control System Study on the Application of CAN Technology in Elevator Control System Li Liu* Institute of Information Engineering, Anhui Xinhua University, Heifei230088, Anhui Province, China *Corresponding author(e-mail:

More information

Web-Based Monitoring for Frequency Converters with USS Interface

Web-Based Monitoring for Frequency Converters with USS Interface Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1866-1869 doi:10.4028/www.scientific.net/amr.971-973.1866 2014 Trans Tech Publications, Switzerland Web-Based Monitoring

More information

Design of Smart home System Based on Basic Radio Frequency Wireless Sensor Network

Design of Smart home System Based on Basic Radio Frequency Wireless Sensor Network Design of Smart home System Based on Basic Radio Frequency Wireless Sensor Network https://doi.org/10.3991/ijoe.v14i04.8389 Fang Tian!! " Hunan Institute of Science and Technology, Yueyang, China 3151088628@qq.com

More information

Automotive Networks Are New Busses and Gateways the Answer or Just Another Challenge? ESWEEK Panel Oct. 3, 2007

Automotive Networks Are New Busses and Gateways the Answer or Just Another Challenge? ESWEEK Panel Oct. 3, 2007 Automotive Networks Are New Busses and Gateways the Answer or Just Another Challenge? ESWEEK Panel Oct. 3, 2007 Automotive Networks complex networks hundreds of functions 50+ ECUs (Electronic Control Unit)

More information

Path Planning with Motion Optimization for Car Body-In-White Industrial Robot Applications

Path Planning with Motion Optimization for Car Body-In-White Industrial Robot Applications Advanced Materials Research Online: 2012-12-13 ISSN: 1662-8985, Vols. 605-607, pp 1595-1599 doi:10.4028/www.scientific.net/amr.605-607.1595 2013 Trans Tech Publications, Switzerland Path Planning with

More information

AUTOMOBILE APPLICATIONS USING CAN PROTOCOL

AUTOMOBILE APPLICATIONS USING CAN PROTOCOL AUTOMOBILE APPLICATIONS USING CAN PROTOCOL 1 VEERESH B M, 2 JEEVAN C N, 3 MAHESH PATIL 1,2,3 Department of Electronics and Communication, G.S.S.I.T, Bangalore, India Abstract- The main objective of the

More information

Design and Implementation of Smart Gateway Based on Wireless Communication Technique

Design and Implementation of Smart Gateway Based on Wireless Communication Technique International Conference on Education, Management and Computer Science (ICEMC 2016) Design and Implementation of Smart Gateway Based on Wireless Communication Technique Zhongxiang Xiao1, a, Tengxue Rong1,

More information

Remote Monitoring System of Ship Running State under Wireless Network

Remote Monitoring System of Ship Running State under Wireless Network Journal of Shipping and Ocean Engineering 7 (2017) 181-185 doi 10.17265/2159-5879/2017.05.001 D DAVID PUBLISHING Remote Monitoring System of Ship Running State under Wireless Network LI Ning Department

More information

1 November Basics of In-Vehicle Networking (IVN) Protocols

1 November Basics of In-Vehicle Networking (IVN) Protocols 1 November 2011 Basics of In-Vehicle Networking (IVN) Protocols Available IVN Protocols There are many Bus Systems used in a car but... "It is becoming clear that regardless of carmaker, new vehicles will

More information

A Template-Matching-Based Fast Algorithm for PCB Components Detection Haiming Yin

A Template-Matching-Based Fast Algorithm for PCB Components Detection Haiming Yin Advanced Materials Research Online: 2013-05-14 ISSN: 1662-8985, Vols. 690-693, pp 3205-3208 doi:10.4028/www.scientific.net/amr.690-693.3205 2013 Trans Tech Publications, Switzerland A Template-Matching-Based

More information

Keywords: Interactive electronic technical manuals; GJB6600; XML markup language; Automatic control equipment

Keywords: Interactive electronic technical manuals; GJB6600; XML markup language; Automatic control equipment Applied Mechanics and Materials Submitted: 2014-06-11 ISSN: 1662-7482, Vols. 602-605, pp 1165-1168 Accepted: 2014-06-11 doi:10.4028/www.scientific.net/amm.602-605.1165 Online: 2014-08-11 2014 Trans Tech

More information

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication Yujie Zhang, Liang Han, and Yuanyuan Zhang College of Electrical and Information Engineering, Shaanxi University

More information

Study on Improving the Quality of Reconstructed NURBS Surfaces

Study on Improving the Quality of Reconstructed NURBS Surfaces Study on Improving the Quality of Reconstructed NURBS Surfaces Shufeng jiang, Shigang Wang, Yong Yan School of Mechatronic Engineering, Qiqihar University, Qiqihar 161006, China Abstract In aspect of surface

More information

Through the years we ve come

Through the years we ve come A Closer Look at Vehicle Data Communications A Closer Look at Vehicle Data Communications by Steve Garrett members.atra.com Through the years we ve come to depend on the information we can collect with

More information

The Design of Embedded MCU Network Measure and Control System

The Design of Embedded MCU Network Measure and Control System Available online at www.sciencedirect.com Energy Procedia 17 (2012 ) 983 989 2012 International Conference on Future Electrical Power and Energy Systems The Design of Embedded MCU Network Measure and Control

More information

The Four Layers Elevator Control System Design Based on S7-200 PLC Xianjie Feng

The Four Layers Elevator Control System Design Based on S7-200 PLC Xianjie Feng Advances in Engineering Research (AER), volume 107 2nd International Conference on Materials Engineering and Information Technology Applications (MEITA 2016) The Four Layers Elevator Control System Design

More information

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) ARINC - 429 airborne communications transceiver system based on FPGA implementation Liu Hao 1,Gu Cao 2,MA

More information

Prepayment Electric Energy Meter with Multi-functional for Multi-user based on STC11F52XE Sun Wei 1,a and Tuo Jianzhi 1,b

Prepayment Electric Energy Meter with Multi-functional for Multi-user based on STC11F52XE Sun Wei 1,a and Tuo Jianzhi 1,b pplied Mechanics and Materials Online: 2013-08-16 ISSN: 1662-7482, Vol. 367, pp 211-215 doi:10.4028/www.scientific.net/mm.367.211 2013 Trans Tech Publications, Switzerland Prepayment Electric Energy Meter

More information

Design of Temperature and Humidity Data Acquisition System. Based on ARM

Design of Temperature and Humidity Data Acquisition System. Based on ARM 2017 International Conference on Computational Science and Engineering (ICCSE 2017) Design of Temperature and Humidity Data Acquisition System Based on ARM Pei-xue Liu 1, a, Yu-jie Chen 1, b, Bao-hua Jiang

More information

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang 7th International Conference on Education, Management, Computer and Medicine (EMCM 2016) A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang Xi an Fanyi University, Xi an

More information

Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT

Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT Network Basics Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT E-mail :Agha.m@mcit.gov.af Cell:0700148122 After this lesson,you will be able to : Define

More information

CONTROLLER AREA NETWORK AS THE SECURITY OF THE VEHICLES

CONTROLLER AREA NETWORK AS THE SECURITY OF THE VEHICLES INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) ISSN 0976 6367(Print) ISSN 0976

More information

Jacquard Control System of Warp Knitting Machine Based on Embedded System

Jacquard Control System of Warp Knitting Machine Based on Embedded System IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Control System of Warp Knitting Machine Based on Embedded System To cite this article: Li Ce et al 2018 IOP Conf. Ser.: Mater.

More information

Design of an Intelligent PH Sensor for Aquaculture Industry

Design of an Intelligent PH Sensor for Aquaculture Industry Design of an Intelligent PH Sensor for Aquaculture Industry Haijiang Tai 1, Qisheng Ding 1,2,*, Daoliang Li 1,**, and aoguang Wei 1 1 College of Information and Electrical Engineering, China Agricultural

More information

UNDERSTANDING THE CONTROLLER AREA NETWORK (CAN)

UNDERSTANDING THE CONTROLLER AREA NETWORK (CAN) UNDERSTANDING THE CONTROLLER AREA NETWORK (CAN) The unsuspecting troops had come under heavy enemy fire just before dawn and the garrison was caught totally by surprise. The fort commander had been awakened

More information

Study on GA-based matching method of railway vehicle wheels

Study on GA-based matching method of railway vehicle wheels Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(4):536-542 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on GA-based matching method of railway vehicle

More information

PD215 Mechatronics. Week 3/4 Interfacing Hardware and Communication Systems

PD215 Mechatronics. Week 3/4 Interfacing Hardware and Communication Systems PD215 Mechatronics Week 3/4 Interfacing Hardware and Communication Systems Interfacing with the physical world A compute device (microprocessor) in mechatronic system needs to accept input information

More information

Temperature Control System of Cold Storage

Temperature Control System of Cold Storage International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) Temperature Control System of Cold Storage Ting Lu 1 and Zeliang Liu 2 School of Electronic Engineering,

More information

Construction of the Library Management System Based on Data Warehouse and OLAP Maoli Xu 1, a, Xiuying Li 2,b

Construction of the Library Management System Based on Data Warehouse and OLAP Maoli Xu 1, a, Xiuying Li 2,b Applied Mechanics and Materials Online: 2013-08-30 ISSN: 1662-7482, Vols. 380-384, pp 4796-4799 doi:10.4028/www.scientific.net/amm.380-384.4796 2013 Trans Tech Publications, Switzerland Construction of

More information

ICCS Controllers Intelligent Control and Command Systems

ICCS Controllers Intelligent Control and Command Systems ICCS Controllers Intelligent Control and Command Systems Intelligent controllers for realization of functions in vehicles Powerful Versatile Easy to program Standardized ICCS Controllers Overview ICCS

More information

6.1.2 Repeaters. Figure Repeater connecting two LAN segments. Figure Operation of a repeater as a level-1 relay

6.1.2 Repeaters. Figure Repeater connecting two LAN segments. Figure Operation of a repeater as a level-1 relay 6.1.2 Repeaters A single Ethernet segment can have a maximum length of 500 meters with a maximum of 100 stations (in a cheapernet segment it is 185m). To extend the length of the network, a repeater may

More information

REGIONAL COUNTRY INFORMATION SERVICE PLATFORM BASED ON HYBRID NETWORK

REGIONAL COUNTRY INFORMATION SERVICE PLATFORM BASED ON HYBRID NETWORK REGIONAL COUNTRY INFORMATION SERVICE PLATFORM BASED ON HYBRID NETWORK Songbin Zhou 1,2,*, Guixiong Liu 1, Taobo Cheng 1, 2 1 School of Mechanical Engineering, South China University of Technology, Guangzhou

More information

Design of Communication Function Test System for Intelligent Low Voltage Electrical Apparatus Based on LabVIEW and Modbus RTU Protocol

Design of Communication Function Test System for Intelligent Low Voltage Electrical Apparatus Based on LabVIEW and Modbus RTU Protocol 2017 Asia-Pacific Engineering and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 Design of Communication Function Test System for Intelligent Low Voltage Electrical Apparatus Based on LabVIEW

More information

The Touran Electrical system

The Touran Electrical system Service. Self-study programme 307 The Touran Electrical system Design and function The networking technology, used until now only in luxury class vehicles, will be a feature in compact vans, such as the

More information

Embedded Smart Home System Based on ZigBee Song Chi

Embedded Smart Home System Based on ZigBee Song Chi International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) Embedded Smart Home System Based on ZigBee Song Chi Liaoning Jidian Polytechnic North Gold and Jewelry

More information

Agricultural Collection System Based on Zigbee

Agricultural Collection System Based on Zigbee 301 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 46, 2015 Guest Editors: Peiyu Ren, Yancang Li, Huiping Song Copyright 2015, AIDIC Servizi S.r.l., ISBN 978-88-95608-37-2; ISSN 2283-9216 The

More information

Monitoring System of Marine Engine Using Dynamic ID priority Allocation base on CAN

Monitoring System of Marine Engine Using Dynamic ID priority Allocation base on CAN , pp.460-465 http://dx.doi.org/10.14257/astl.2016.139.91 Monitoring System of Marine Engine Using Dynamic ID priority Allocation base on CAN Hyun Lee 1 and Kun Su Yoon 1 1 Seongnam Campus of Korea Polytechnic,

More information

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Xi Wang 1 and Hui Gao 2 1 Heilongjiang Bayi Agricultural Reclamation University, Daqing 163319, China 2 Lanzhou Jiaotong

More information

Model the P2P Attack in Computer Networks

Model the P2P Attack in Computer Networks International Conference on Logistics Engineering, Management and Computer Science (LEMCS 2015) Model the P2P Attack in Computer Networks Wei Wang * Science and Technology on Communication Information

More information

Study on the Quantitative Vulnerability Model of Information System based on Mathematical Modeling Techniques. Yunzhi Li

Study on the Quantitative Vulnerability Model of Information System based on Mathematical Modeling Techniques. Yunzhi Li Applied Mechanics and Materials Submitted: 2014-08-05 ISSN: 1662-7482, Vols. 651-653, pp 1953-1957 Accepted: 2014-08-06 doi:10.4028/www.scientific.net/amm.651-653.1953 Online: 2014-09-30 2014 Trans Tech

More information

Synchronization Time Division Multiplexing Bus Communication Method Using Serial Communication Interface

Synchronization Time Division Multiplexing Bus Communication Method Using Serial Communication Interface Synchronization Time Division Multiplexing Bus Communication Method Using Serial Communication Interface Xi Liu, Ruihai Dai and Bifu Qian * State Grid Wenzhou Electric Power Supply Company, Zhejiang, Wenzhou,

More information

Operating Systems, Concurrency and Time. real-time communication and CAN. Johan Lukkien

Operating Systems, Concurrency and Time. real-time communication and CAN. Johan Lukkien Operating Systems, Concurrency and Time real-time communication and CAN Johan Lukkien (Courtesy: Damir Isovic, Reinder Bril) Question Which requirements to communication arise from real-time systems? How

More information

An intelligent LED landscape lighting system

An intelligent LED landscape lighting system An intelligent landscape lighting system Lei Zhang 1,2,*, Jie Fang 1,2 and Ping Yu 1,2 1 School of electrical and photoelectrical Engineering. West Anhui University, Lu an, Anhui, 237012 2 Intelligent

More information

Overvoltage protection with PROTEK TVS diodes in automotive electronics

Overvoltage protection with PROTEK TVS diodes in automotive electronics Ian Doyle Protek / Zoltán Kiss Endrich Bauelemente Vertriebs GmbH Overvoltage protection with PROTEK TVS diodes in automotive electronics A utomotive electronics is maybe the area of the automotive industry,

More information

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model)

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model) Data Communication Introduction of Communication The need to communicate is part of man s inherent being. Since the beginning of time the human race has communicated using different techniques and methods.

More information