Additional Slides (informative)

Size: px
Start display at page:

Download "Additional Slides (informative)"

Transcription

1 Automation Systems Discrete Event Control Systems and Networked Automation Systems Additional Slides (informative) Application Automotive Networks (LIN, CAN, FlexRay, MOST)

2 Vorlesungstitel Vehicle Bus System: Motivation, Benefits AT 3 Circumstance and Trend in the evolution of automotive Current luxury class vehicles have: 100 servo drives (actuators) >100 sensors > 50 controllers > 2 km cables Up to 5 bus systems Increasing electronic devices and communication between them. Advantages of bus systems in automotive area Costs reduce Improved Communication (faster, more reliable) 404

3 Vehicle Bus System: Common Technologies Modern motor vehicles exhibit a multiplicity of different serial Bus systems. Common used techniques including CAN, LIN, MOST and FlexRay (recently) Based on different characteristics, they have different application areas. Cross-link between different Buses. 405

4 Vorlesungstitel Common Technologies AT 3 Application sub-areas: CAN ( Controller Area Network ) Applied in actuation, motor, comfort Normally several CAN-Buses exist LIN ( Local Interconnect Network ) Slow, small Used as a sub-network of a CAN bus to integrate sensor/actuator Most ( Media Oriented Systems Transport ) for interconnecting multimedia components (CD, Navi, Telephone) FleyRay High performance (high data rates, redundancy, safety and fault tolerance ) safety-critical sub systems (Break, Airbag) 406

5 CAN CAN-BUS (Controller Area Network) Originally developed in the 1986 by Robert Bosch GmbH / INTEL. Is a high-integrity serial data communications bus for real-time applications Operates at data rates of up to 1 Megabits per second Has excellent error detection and confinement capabilities Is an international standard: ISO Application in automotive: Begin of 1990s. Is now being used in many other industrial automation and control applications 407

6 Vorlesungstitel CAN AT 3 Motivation Connecting and sharing data among ECUs (Electronic Control Units) Number of ECUs in a today s upper class car approx. 70 ECUs (constantly rising) 408

7 CAN: Key Characteristics Multi-Master, Broadcast BUS (Producer-consumer principle) All nodes have control over bus line All nodes read all network messages CSMA / CR medium access protocol Carrier Sense Multiple Access / Collision Resolution Line structure topology Real-Time capable Message based priorities Highest priority messages always arrive on time Two speed modes Low speed CAN: 125 kbit/s High speed CAN: 1MBit /s Bus length from 40m to 1 km with up to 32 nodes Plain custom data length Up to 8 bytes Robust in electromagnetically noisy environments 409

8 CAN: Physical Layer CAN Controller CAN Controller Transceiver Transceiver CAN_H CAN_H 120 Ω CAN_L U CAN_L 120 Ω Terminating resistor: Avoid reflections on the bus line Bit value (differential voltage: U > 1V 0 (dominant) U <= 1V 1 (recessive) 410

9 Start of Frame (SOF) Identifier-Field (ID) Remote Transmission Request (RTR) Identifier Extension Bit (IDE) Reserved Data Length Field (DLF) Data Field (DATA) CRC Sum (CRC) CRC Sum Delimiter Acknowledgment Bit (ACK) Acknowledgment Delimiter End of Frame (EOF) Intermission Frame Space Vorlesungstitel CAN: Data Frame 1/3 AT SOF Arbitration Field Control Field Data Field CRC Field Acknowledgment Field EOF IFS Total message length: 47 to 111 bits Overhead in CAN Of interest: Ratio between data length and total message length Worst ID (11 Bits) + 0 bytes payload 1-11/47 = 76,6 % overhead Best ID (11 Bits) + 8 bytes payload 1 75/111 = 32,4 % overhead 411

10 Start of Frame (SOF) Identifier-Field (ID) Remote Transmission Request (RTR) Identifier Extension Bit (IDE) Reserved Data Length Field (DLF) Data Field (DATA) CRC Sum (CRC) CRC Sum Delimiter Acknowledgment Bit (ACK) Acknowledgment Delimiter End of Frame (EOF) Intermission Frame Space Vorlesungstitel CAN: Data Frame 2/3 AT SOF Arbitration Field Control Field Data Field CRC Field Acknowledgment Field EOF IFS Arbitration Field Message Identifier (what kind of information is transmitted) Resolution of conflicts Control Field IDE: Bit to switch between ordinary (shown above) and extended frame DLF: number of Bytes stored in Data Field (0.. 8 Bytes) Data Field The actual data stored in the in the frame CRC Field Check sum to verify integrity of data received 412

11 Start of Frame (SOF) Identifier-Field (ID) Remote Transmission Request (RTR) Identifier Extension Bit (IDE) Reserved Data Length Field (DLF) Data Field (DATA) CRC Sum (CRC) CRC Sum Delimiter Acknowledgment Bit (ACK) Acknowledgment Delimiter End of Frame (EOF) Intermission Frame Space Vorlesungstitel CAN: Data Frame 3/3 AT SOF Arbitration Field Control Field Data Field CRC Field Acknowledgment Field EOF IFS Acknowlegdment Field Based on the CRC checksum calculation nodes confirm correct reception of messages All nodes acknowledge a correctly received frame (ACK Bit) Sender sends recessive bit value Nodes correctly receiving message set dominant bit value Nodes detecting transmission error set recessive bit value Receiving nodes set acknowledgment bit in frame of sender node If sender detects dominant value, at least one node received message correctly Nodes detecting an error, send special error frame as next message 413

12 CAN: Medium Access CAN uses CSMA As in Ethernet all sending nodes sense the bus at the same time For collision handling Collision Resolution is used In contrast to Collision Detection (e.g. Ethernet) one network message will win the conflict and will be transmitted Conflict occur, but conflict is resolved (one node wins) CR is based on bitwise arbitration on the bus line One bit value (usually 0 ) is dominant compared to its inversed (recessive) value (usually 1 ), i.e. when 0 and 1 are written on the bus line the dominant value transcribes the recessive value When two or more nodes are sending at the same time, nodes that are writing recessive bits on bus line when at least one other node is writing a dominant bit will see a collision and will stop sending. The node sending the dominant bit will continue. The collision is resolved! CR in CAN In CAN CR is based on the arbitration field Message identifier encodes information type and message priority Message with ID has highest priority! 414

13 CAN: CSMA / CR example Collision Resolution Example 0..dominant 1..recessive 1. Node 1,2 and 3 start transmitting simultaneously. 2. Node 2 sense a dominant level on bus, stop transmitting 3. Node 1 sense a dominant level on bus, stop transmitting 4. End of arbitration phase, only node 3 continues to transmit. 415

14 CAN: Cyclic Redundancy Check (CRC) CRC is based on modulo polynomial division Basic idea 1. Interpret data as gains of a polynomial e.g : 2. Determine a special purpose generator polynomial e.g. 1011: x x 1 3. Multiply data polynomial by x r with r is grade of generator polynomial Extended polynomial: 3 x 1 4. Perform modulo polynomial division with extended and generator polynomials ( x 8 x 6 x 3 5. Remainder of division (100 ) 2 x is checksum for data Sender and Receiver use same generator polynomial Sender transmits his result in the CRC field 5 )%( x 3 x 3 x 8 x 1) x 6 x Receiver performs calculation on data field and CRC field (remainder 0 OK)

15 CAN: Cyclic Redundancy Check (CRC) Receiver calculation Shifted data field: x Remainder: ( x 8 x 6 x x 3 2 x 2 8 x 6 )%( x x 3 3 x 1) If data is transmitted and received correctly, remainder is 0 CRC in CAN Generator polynomial used in CAN x 15 + x 14 + x 10 + x + x + x Polynomial is especially designed to detect the following errors Single bit errors Burst errors (bit errors in a row) x

16 LIN LIN-Bus (Local Interconnect Network) Is a bus-system used within current automotive network architectures. Released in 1999 by LIN-consortium Small, slow, low costs sub-network to CAN Integrate intelligent sensors and actuators Single master/multiple slave (Max.16) Broadcast network, no collision detect mechanism, no arbitration Communication based on SCI (UART) data format. Speed up to 20Kbit/s (limited for EMI-reasons) Low cost silicon implementation based on common UART interface hardware which means that almost any microcontroller has necessary hardware on chip 418

17 LIN Communication concept All nodes include a slave communication task that is split in a transmit and a receive task Master node includes an additional master transmit task Communication is initialed by the master task master sends out a message header which comprises of the synchronization break, the synchronization byte, and the message identifier Exactly one slave task is activated upon reception and filtering of the identifier and starts the transmission of the message response The response comprises two, four, or eight data bytes and one checksum byte The header and the response part form one message frame 419

18 Vorlesungstitel MOST AT 3 MOST (Media Oriented Systems Transport ) Motivation Mordern automobiles have a variety of sophisticated information systems that need to communicate and interact with each other and with a human user Devices developed by different vendors. Digital interoperability will be required. 420

19 MOST Features Multimedia fiber-optic network optimized for automotive applications Suitable for delivering streaming data Ease of use, simple connectors, Plug-n-Play with auto initialization Transmision rates from a few kbps up to 24.8Mbps Support up to 64 devices simultaneous transmission of multiple data streams High degree of data integrity with low jitter Support of asynchronous and synchronous data transfer variable arbitration mechanisms Synergy with Consumer and PC Industry Low Implementation Cost MOST150 bietet Ethernet im Auto Die MOST Cooperation hat den neuen Multimedia-Standard für Automobile vorgestellt. Er erlaubt Datentransfer mit 150 MBit/s, unterstützt komplexe Videoanwendungen und enthält einen Ethernet-Kanal. Der Ethernet-Kanal überträgt unmodifizierte Ethernet-Datenblöcke, so dass sich Software- Stacks und Anwendungen aus dem Consumer- und IT-Bereich nahtlos in Fahrzeuge einbinden lassen. MOST150 ist damit einsatzbereit als Physical Layer für Ethernet im Auto. 421

20 MOST Applications Analog Audio Interface Analog Video Interface Digital Video Display 422

21 Vorlesungstitel FlexRay AT 3 FlexRay is a future automotive network communications protocol under development by the FlexRay Consortium FlexRay complements existing automotive networks such as CAN and LIN 423

22 FlexRay Flexibility Scalable Architectures free choice of bus topology (nodes,connections) definable data rates, message priorities and identifiers extendable for new or rearranged systems Optimal Behavior in Failure Modes neutral behavior of non supplied or defective nodes quick self-healing after temporary disturbances failure localization and analysis Combined Event- and Time-triggered Communication Efficiency Optimal Cost Architectures Optimized standards without overengineering Short Development Times Available chips, protocols and tools Reusable Systems Off-the-shelf for rapid deployment across multiple platforms Top-Quality Excellent Test Coverage including automation-driven verification 424

23 Vorlesungstitel FlexRay AT 3 Typical FlexRay Topologie FlexRay Communication cycle (fixed time slot and variable time slot) 425

24 FlexRay High performance Message exchange service that provides deterministic cycle based message transport (deterministic delay) Synchronization service that provides a common time base to all nodes (Clock synchronization) Startup service that provides an autonomous startup procedure Error management service that provides error handling and error signaling Wakeup service that addresses the power management needs Clock synchronization FlexRay system has time triggered behavior Each ECU (electronic control units ) has its own independent clock Clock drift must be no more than 0.15% from the reference clock Fault-tolerant clock synchronization is used to ensure time difference between nodes stay within the precision Both offset (phase)-correction and rate (frequency)-correction are employed. 426

25 Vorlesungstitel FlexRay AT 3 The first production vehicle with FlexRay is the 2006 BMW X5, the technology is applied for the pneumatic damping system. 427

26 Summary (11 th Lecture) This lecture gave an introduction to Application Automotive Networks What you should know now: The major applied vehicle BUS systems Their major properties and application sub-areas 428

Grundlagen der Automatisierungstechnik. 10. Signale und Kommunikation in der Automatisierungstechnik

Grundlagen der Automatisierungstechnik. 10. Signale und Kommunikation in der Automatisierungstechnik Grundlagen der Automatisierungstechnik (Automatisierungstechnik 1) 10. Signale und Kommunikation in der Automatisierungstechnik Outline Signals analogue vs. digital cyclic vs. event-driven Analogue vs.

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

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

FlexRay and Automotive Networking Future

FlexRay and Automotive Networking Future FlexRay and Automotive Networking Future Chris Quigley Warwick Control Technologies Presentation Overview High Speed and High Integrity Networking Why FlexRay? CAN Problems Time Triggered Network Principles

More information

The Controller Area Network (CAN) Interface

The Controller Area Network (CAN) Interface The Controller Area Network (CAN) Interface ARSLAB - Autonomous and Robotic Systems Laboratory Dipartimento di Matematica e Informatica - Università di Catania, Italy santoro@dmi.unict.it L.S.M. Course

More information

Communication Networks for the Next-Generation Vehicles

Communication Networks for the Next-Generation Vehicles Communication Networks for the, Ph.D. Electrical and Computer Engg. Dept. Wayne State University Detroit MI 48202 (313) 577-3855, smahmud@eng.wayne.edu January 13, 2005 4 th Annual Winter Workshop U.S.

More information

Today. Last Time. Motivation. CAN Bus. More about CAN. What is CAN?

Today. Last Time. Motivation. CAN Bus. More about CAN. What is CAN? Embedded networks Characteristics Requirements Simple embedded LANs Bit banged SPI I2C LIN Ethernet Last Time CAN Bus Intro Low-level stuff Frame types Arbitration Filtering Higher-level protocols Today

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

Serial Buses in Industrial and Automotive Applications

Serial Buses in Industrial and Automotive Applications Serial Buses in Industrial and Automotive Applications Presented by Neelima Chaurasia Class: #368 1 Overview As consumer electronics, computer peripherals, vehicles and industrial applications add embedded

More information

Controller area network

Controller area network Controller area network From Wikipedia, the free encyclopedia (Redirected from Controller area network) Controller area network (CAN or CAN-bus) is a vehicle bus standard designed to allow microcontrollers

More information

Controller Area Network

Controller Area Network Controller Area Network 1 CAN FUNDAMENTALS...3 1.1 USER BENEFITS...3 1.1.1 CAN is low cost...3 1.1.2 CAN is reliable...3 1.1.3 CAN means real-time...3 1.1.4 CAN is flexible...3 1.1.5 CAN means Multicast

More information

CAN bus and NMEA2000 1

CAN bus and NMEA2000 1 NMEA2000 relation to CAN and how Warwick Control can help Richard McLaughlin B.Sc., M.Sc., CEng Dr Chris Quigley Warwick Control NMEA Conference 2016, Naples, Florida CAN bus and NMEA2000 1 Company Profile

More information

CAN-FD Flexible Data Rate CAN

CAN-FD Flexible Data Rate CAN FD CAN-FD Flexible Data Rate CAN A Short Primer and Update V. 202-08-27 Agenda > Why CAN-FD? What is CAN-FD? Basic Concepts CAN-FD Specifics Data Frame Operating Modes/States Physical Layer Considerations

More information

Course Introduction. Purpose. Objectives. Content. Learning Time

Course Introduction. Purpose. Objectives. Content. Learning Time Course Introduction Purpose This training course provides an overview of Message Frames and hardware issues of the Controller Area Network (CAN) technology used to build networked, multiprocessor embedded

More information

Introduction to Controller Area Network (CAN)

Introduction to Controller Area Network (CAN) Introduction to Controller Area Network (CAN) 2003 Microchip Technology Incorporated. All Rights Reserved. Introduction to Controller Area Network (CAN) 1 Topics CAN Protocol Overview What is CAN? CAN

More information

Field buses (part 2): time triggered protocols

Field buses (part 2): time triggered protocols Field buses (part 2): time triggered protocols Nico Fritz Universität des Saarlandes Embedded Systems 2002/2003 (c) Daniel Kästner. 1 CAN and LIN LIN CAN Type Arbitration Transfer rate Serial communication

More information

Introduction of CAN FD into the next generation of vehicle E/ E architectures. Vector CAN FD Symposium 2017, Marc Schreiner, Daimler AG

Introduction of CAN FD into the next generation of vehicle E/ E architectures. Vector CAN FD Symposium 2017, Marc Schreiner, Daimler AG Introduction of CAN FD into the next generation of vehicle E/ E architectures Vector CAN FD Symposium 2017, 16.2.2017 Marc Schreiner, Daimler AG Agenda Introduction Future Vehicle Architectures Integration

More information

An Introduction to CAN by Peter Bagschik (I+ME ACTIA)

An Introduction to CAN by Peter Bagschik (I+ME ACTIA) 1 of 11 24.10.00 14:36 An Introduction to CAN by Peter Bagschik (I+ME ACTIA) The CAN (Controller Area Network) protocol was developed in Europe for the use in passenger cars. Through the successful use

More information

CAN Protocol Implementation

CAN Protocol Implementation CAN Protocol Implementation Arun Pasupathi, Gaurav Agalave Electrical and Computer Engineering Department School of Engineering and Computer Science Oakland University, Rochester, MI e-mails: apasupathi@oakland.edu,

More information

Systems. Roland Kammerer. 10. November Institute of Computer Engineering Vienna University of Technology. Communication Protocols for Embedded

Systems. Roland Kammerer. 10. November Institute of Computer Engineering Vienna University of Technology. Communication Protocols for Embedded Communication Roland Institute of Computer Engineering Vienna University of Technology 10. November 2010 Overview 1. Definition of a protocol 2. Protocol properties 3. Basic Principles 4. system communication

More information

DEFINITION AND IMPLEMENTATION OF AN ARCHITECTURAL CONCEPT FOR CONFIGURING A CAN NETWORK

DEFINITION AND IMPLEMENTATION OF AN ARCHITECTURAL CONCEPT FOR CONFIGURING A CAN NETWORK Bachelor's thesis Degree Programme in Information Technology Internet Technology 2015 Daria Shevchenko DEFINITION AND IMPLEMENTATION OF AN ARCHITECTURAL CONCEPT FOR CONFIGURING A CAN NETWORK BACHELOR S

More information

Recommended readings

Recommended readings Recommended readings Dominique Paret, Multiplexed Networks for Embedded Systems: CAN, LIN, FlexRay, Safe-by-Wire..., ISBN: 978-0- 470-03416-3, 434 pages, WILEY, UK, 2007. Wolfhard Lawrenz, CAN System Engineering:

More information

Implementation and validation of SAE J1850 (VPW) protocol solution for diagnosis application

Implementation and validation of SAE J1850 (VPW) protocol solution for diagnosis application Implementation and validation of SAE J1850 (VPW) protocol solution for diagnosis application Pallavi Pandurang Jadhav 1, Prof. S.N.Kore 2 1Department Of Electronics Engineering, Walchand College Of Engineering,

More information

Content. Deterministic Access Polling(1) Master-Slave principles: Introduction Layer 2: Media Access Control

Content. Deterministic Access Polling(1) Master-Slave principles: Introduction Layer 2: Media Access Control Content Introduction Layer 2: Frames Error Handling Media Access Control General approaches and terms Network Topologies Media Access Principles (Random) Aloha Principles CSMA, CSMA/CD, CSMA / CA Media

More information

Introduction of CAN FD into the next generation of vehicle E/E architectures

Introduction of CAN FD into the next generation of vehicle E/E architectures Introduction of CAN FD into the next generation of vehicle E/E architectures 16 th international CAN Conference, March 7-8 2017, Nuremberg Marc Schreiner, Daimler AG Agenda Introduction Future Vehicle

More information

How to Hack Your Mini Cooper: Reverse Engineering CAN Messages on Passenger Automobiles

How to Hack Your Mini Cooper: Reverse Engineering CAN Messages on Passenger Automobiles How to Hack Your Mini Cooper: Reverse Engineering CAN Messages on Passenger Automobiles Jason Staggs Who is this guy? Jason Staggs Graduate Research Assistant Institute for Information Security (isec)

More information

Embedded Systems. 8. Communication

Embedded Systems. 8. Communication Embedded Systems 8. Communication Lothar Thiele 8-1 Contents of Course 1. Embedded Systems Introduction 2. Software Introduction 7. System Components 10. Models 3. Real-Time Models 4. Periodic/Aperiodic

More information

CONTROLLER AREA NETWORK (CAN)

CONTROLLER AREA NETWORK (CAN) GROUP 54C CONTROLLER AREA NETWORK (CAN) CONTENTS GENERAL INFORMATION........ 54C-2 STRUCTURE................... 54C-3 SELF-DIAGNOSIS............... 54C-6 CAN BUS DIAGNOSTICS......... 54C-6 OPERATION...................

More information

Automotive and industrial use cases for CAN FD

Automotive and industrial use cases for CAN FD Improved CAN Automotive and industrial use cases for CAN FD Dr. Tobias Lorenz Author Dr. Tobias Lorenz Etas GmbH PO Box 300220 DE-70442 Stuttgart Tel.: +49-711-89661-0 Fax: +49-711-89661-107 tobias.lorenz@etas.com

More information

Digital communication technology for teaching automatic control: the level control case

Digital communication technology for teaching automatic control: the level control case Digital communication technology for teaching automatic control: the level control case Nicolás H. Beltrán, Manuel A. Duarte-Mermoud and Pablo A. Kremer Department of Electrical Engineering, University

More information

Data Link Networks. Hardware Building Blocks. Nodes & Links. CS565 Data Link Networks 1

Data Link Networks. Hardware Building Blocks. Nodes & Links. CS565 Data Link Networks 1 Data Link Networks Hardware Building Blocks Nodes & Links CS565 Data Link Networks 1 PROBLEM: Physically connecting Hosts 5 Issues 4 Technologies Encoding - encoding for physical medium Framing - delineation

More information

BOSCH. CAN Specification. Version , Robert Bosch GmbH, Postfach , D Stuttgart

BOSCH. CAN Specification. Version , Robert Bosch GmbH, Postfach , D Stuttgart CAN Specification Version 2.0 1991, Robert Bosch GmbH, Postfach 30 02 40, D-70442 Stuttgart CAN Specification 2.0 page 1 Recital The acceptance and introduction of serial communication to more and more

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

ISO INTERNATIONAL STANDARD. Road vehicles Controller area network (CAN) Part 3: Low-speed, fault-tolerant, medium-dependent interface

ISO INTERNATIONAL STANDARD. Road vehicles Controller area network (CAN) Part 3: Low-speed, fault-tolerant, medium-dependent interface INTERNATIONAL STANDARD ISO 11898-3 First edition 2006-06-01 Road vehicles Controller area network (CAN) Part 3: Low-speed, fault-tolerant, medium-dependent interface Véhicules routiers Gestionnaire de

More information

A Reliable Gateway for In-vehicle Networks

A Reliable Gateway for In-vehicle Networks Proceedings of the 17th World Congress The International Federation of Automatic Control A Reliable Gateway for In-vehicle Networks S. H. Seo*, J. H. Kim*, T. Y. Moon* S. H. Hwang**, K. H. Kwon*, J. W.

More information

Figure 1. ECU Access to CAN bus

Figure 1. ECU Access to CAN bus Welcome to our 4th CAN Tech Tips feature (Sort of a Chinese New Year edition). In December we showed how the CAN frame is packaged before sending over the physical bus. In the edition we will cover the

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 Framework Of Milk Dairy Automation Using CAN Protocol

A Framework Of Milk Dairy Automation Using CAN Protocol Reviewed Paper Volume 2 Issue 7 March 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 A Framework Of Milk Dairy Automation Using CAN Protocol Paper ID IJIFR/ V2/

More information

Controller Area Network (CAN)

Controller Area Network (CAN) Controller Area Network (CAN) EECS 461, Fall 2008 J. A. Cook J. S. Freudenberg 1 Introduction Up until now, we ve considered our embedded control system to be self-contained: an algorithm implemented in

More information

Links. CS125 - mylinks 1 1/22/14

Links. CS125 - mylinks 1 1/22/14 Links 1 Goals of Today s Lecture Link-layer services Encoding, framing, and error detection Error correction and flow control Sharing a shared media Channel partitioning Taking turns Random access Shared

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

in Mainz (Germany) Sponsored by Allen Bradley National Semiconductor Philips Semiconductors Organized by

in Mainz (Germany) Sponsored by Allen Bradley National Semiconductor Philips Semiconductors Organized by 1 st international CAN Conference icc 1994 in Mainz (Germany) Sponsored by Allen Bradley National Semiconductor Philips Semiconductors Organized by CAN in Automation (CiA) international users and manufacturers

More information

An Introduction to FlexRay as an Industrial Network

An Introduction to FlexRay as an Industrial Network An Introduction to FlexRay as an Industrial Network Robert Shaw, Brendan Jackman Automotive Control Group, Waterford Institute of Technology, Waterford, Ireland. E-mail: rshaw@wit.ie, bjackman@wit.ie Website:

More information

CAN FD. An Introduction V

CAN FD. An Introduction V CAN FD An Introdction V.02 208-0- Agenda Why CAN FD? What is CAN FD? CAN FD Use Cases Atomotive Application Domains CAN FD Controller CAN FD Performance CAN FD Devices CAN FD Standardization Smmary References

More information

CAN with Flexible Data-Rate

CAN with Flexible Data-Rate CAN with Flexible Data-Rate Florian Hartwich, Robert Bosch GmbH Ever increasing bandwidth requirements in automotive networks impede the applicability of CAN due to its bit rate limitation to 1 MBit/s.

More information

Real-Time Communications. LS 12, TU Dortmund

Real-Time Communications. LS 12, TU Dortmund Real-Time Communications Prof. Dr. Jian-Jia Chen LS 12, TU Dortmund 20, Jan., 2016 Prof. Dr. Jian-Jia Chen (LS 12, TU Dortmund) 1 / 29 Random Access no access control; requires low medium utilization Prof.

More information

Computer and Network Security

Computer and Network Security CIS 551 / TCOM 401 Computer and Network Security Spring 2009 Lecture 6 Announcements First project: Due: 6 Feb. 2009 at 11:59 p.m. http://www.cis.upenn.edu/~cis551/project1.html Plan for Today: Networks:

More information

Networking with CAN FD have you also thought about testing?

Networking with CAN FD have you also thought about testing? Networking with CAN FD have you also thought about testing? Test environment for manufacturer-independent control unit tests Introduction The introduction of new technologies in the automotive industry

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

CAN FD with Dynamic Multi-PDU-to-Frame Mapping

CAN FD with Dynamic Multi-PDU-to-Frame Mapping CAN FD with Dynamic Multi-PDU-to-Frame Mapping Flexible Network Architectures V0.1 2015-09-25 E/E Trends and Challenges Why is Dynamic Multi-PDU-to-Frame Mapping required? The Trend: Demand for communication

More information

Data Link Layer Technologies

Data Link Layer Technologies Chapter 2.2 La 2 Data Link La Technologies 1 Content Introduction La 2: Frames Error Handling 2 Media Access Control General approaches and terms Aloha Principles CSMA, CSMA/CD, CSMA / CA Master-Slave

More information

DeviceNet - CIP on CAN Technology

DeviceNet - CIP on CAN Technology The CIP Advantage Technology Overview Series DeviceNet - CIP on CAN Technology DeviceNet has been solving manufacturing automation applications since the mid-1990's, and today boasts an installed base

More information

CAN (Controller Area Network) Physical Layer

CAN (Controller Area Network) Physical Layer CAN (Controller Area Network) Physical Layer Technical Training Systems Engineering Industrial Interface Networking Overview Networking: OSI 7 Layer Model Open Systems Interconnection Basic Reference Model

More information

Ch 7. Network Interface

Ch 7. Network Interface EE414 Embedded Systems Ch 7. Network Interface Part 1/2 Byung Kook Kim School of Electrical Engineering Korea Advanced Institute of Science and Technology Overview 7.1 Advanced Communication Principles

More information

Understanding and Using the Controller Area Network Communication Protocol

Understanding and Using the Controller Area Network Communication Protocol Marco Di Natale Haibo Zeng Paolo Giusto Arkadeb Ghosal Understanding and Using the Controller Area Network Communication Protocol Theory and Practice ^Spri ringer Contents..? 1 The CAN 2.0b Standard 1

More information

FlexRay International Workshop. Protocol Overview

FlexRay International Workshop. Protocol Overview FlexRay International Workshop 4 th March 2003 Detroit Protocol Overview Dr. Christopher Temple - Motorola FlexRay principles Provide a communication infrastructure for future generation highspeed control

More information

Lecture Computer Networks

Lecture Computer Networks Prof. Dr. H. P. Großmann mit M. Rabel sowie H. Hutschenreiter und T. Nau Sommersemester 2012 Institut für Organisation und Management von Informationssystemen Lecture Computer Networks Networks for Multimedia

More information

Communication (III) Kai Huang

Communication (III) Kai Huang Communication (III) Kai Huang Ethernet Turns 40 12/17/2013 Kai.Huang@tum 2 Outline Bus basics Multiple Master Bus Network-on-Chip Examples o SPI o CAN o FlexRay o Ethernet Basic OSI model Real-Time Ethernet

More information

CIS 551 / TCOM 401 Computer and Network Security. Spring 2007 Lecture 7

CIS 551 / TCOM 401 Computer and Network Security. Spring 2007 Lecture 7 CIS 551 / TCOM 401 Computer and Network Security Spring 2007 Lecture 7 Announcements Reminder: Project 1 is due on Thursday. 2/1/07 CIS/TCOM 551 2 Network Architecture General blueprints that guide the

More information

Module 5. Embedded Communications. Version 2 EE IIT, Kharagpur 1

Module 5. Embedded Communications. Version 2 EE IIT, Kharagpur 1 Module 5 Embedded Communications Version 2 EE II, Kharagpur 1 Lesson 26 Network Communication Version 2 EE II, Kharagpur 2 Instructional Objectives After going through this lesson the student would be

More information

BMW Group Technology Office Palo Alto Automotive Use Cases AVB in a vehicular environment.

BMW Group Technology Office Palo Alto Automotive Use Cases AVB in a vehicular environment. 1722.1 Automotive Use Cases. 802.1 AVB in a vehicular environment. Current Car Bus Technologies. 1. Current Car Bus/Link Technologies 2. Future Ethernet Use Cases 3. Key Requirements and Assumptions 4.

More information

Development of a CAN Slave Module with SystemC. Igor Sachs Shang Qihua

Development of a CAN Slave Module with SystemC. Igor Sachs Shang Qihua Development of a CAN Slave Module with SystemC Igor Sachs Shang Qihua Agenda 0. Motivation 1. Introduction to the CAN-Bus 1.1 The CAN Message Format (Frame) 1.2 Bus Arbitration 1.3 Bit Stuffing 2. Development

More information

Debugging CAN, LIN, and FlexRay Automotive Buses with an Oscilloscope

Debugging CAN, LIN, and FlexRay Automotive Buses with an Oscilloscope Debugging CAN, LIN, and FlexRay Automotive Buses with an Oscilloscope Introduction Embedded systems applications growing rapidly in the automotive industry. Many vehicle designs use CAN, LIN or FlexRay

More information

Design of Serial Interface for Neuron Base Smart Sensors

Design of Serial Interface for Neuron Base Smart Sensors Design of Serial Interface for Neuron Base Smart Sensors B. Donchev, Member, IEEE, K. Hristov, Member, IEEE, A. Cordery Member, IEEE and M. Hristov, Member, IEEE Abstract LIN interface module for neuron

More information

Simplify CAN and LIN In-vehicle Network Testing

Simplify CAN and LIN In-vehicle Network Testing Simplify CAN and LIN In-vehicle Network Testing An in-vehicle network integrates many modules that interact with the environment, and process high and low speed information. As a result, testing this network

More information

2.1 CHANNEL ALLOCATION 2.2 MULTIPLE ACCESS PROTOCOLS Collision Free Protocols 2.3 FDDI 2.4 DATA LINK LAYER DESIGN ISSUES 2.5 FRAMING & STUFFING

2.1 CHANNEL ALLOCATION 2.2 MULTIPLE ACCESS PROTOCOLS Collision Free Protocols 2.3 FDDI 2.4 DATA LINK LAYER DESIGN ISSUES 2.5 FRAMING & STUFFING UNIT-2 2.1 CHANNEL ALLOCATION 2.2 MULTIPLE ACCESS PROTOCOLS 2.2.1 Pure ALOHA 2.2.2 Slotted ALOHA 2.2.3 Carrier Sense Multiple Access 2.2.4 CSMA with Collision Detection 2.2.5 Collision Free Protocols 2.2.5.1

More information

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2012/45

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (43) Date of publication: Bulletin 2012/45 (19) (12) EUROPEAN PATENT APPLICATION (11) EP 2 521 319 A1 (43) Date of publication: 07.11.2012 Bulletin 2012/45 (51) Int Cl.: H04L 12/40 (2006.01) H04L 1/00 (2006.01) (21) Application number: 11164445.6

More information

CSMC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala Set 4. September 09 CMSC417 Set 4 1

CSMC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala Set 4. September 09 CMSC417 Set 4 1 CSMC 417 Computer Networks Prof. Ashok K Agrawala 2009 Ashok Agrawala Set 4 1 The Data Link Layer 2 Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control

More information

Time Triggered CAN, Implementations, Development and Testing Tools

Time Triggered CAN, Implementations, Development and Testing Tools Time Triggered CAN, Implementations, Development and Testing Tools Chris Quigley, Ben Pope, James Finney, Richard T. McLaughlin Warwick Control Technologies ABSTRACT The Controller Area Network (CAN) has

More information

CAN protocol enhancement

CAN protocol enhancement Protocols CAN protocol enhancement This article describes the enhanced CAN protocol called CAN-HG and the features of the IC circuitry from Canis that implement it. CAN-HG has been designed to meet two

More information

Point-to-Point Links. Outline Encoding Framing Error Detection Sliding Window Algorithm. Fall 2004 CS 691 1

Point-to-Point Links. Outline Encoding Framing Error Detection Sliding Window Algorithm. Fall 2004 CS 691 1 Point-to-Point Links Outline Encoding Framing Error Detection Sliding Window Algorithm Fall 2004 CS 691 1 Encoding Signals propagate over a physical medium modulate electromagnetic waves e.g., vary voltage

More information

Sri Vidya College of Engineering and Technology. EC6703 Embedded and Real Time Systems Unit IV Page 1.

Sri Vidya College of Engineering and Technology. EC6703 Embedded and Real Time Systems Unit IV Page 1. Sri Vidya College of Engineering and Technology ERTS Course Material EC6703 Embedded and Real Time Systems Page 1 Sri Vidya College of Engineering and Technology ERTS Course Material EC6703 Embedded and

More information

An Encapsulated Communication System for Integrated Architectures

An Encapsulated Communication System for Integrated Architectures An Encapsulated Communication System for Integrated Architectures Architectural Support for Temporal Composability Roman Obermaisser Overview Introduction Federated and Integrated Architectures DECOS Architecture

More information

Lecture 5. Homework 2 posted, due September 15. Reminder: Homework 1 due today. Questions? Thursday, September 8 CS 475 Networks - Lecture 5 1

Lecture 5. Homework 2 posted, due September 15. Reminder: Homework 1 due today. Questions? Thursday, September 8 CS 475 Networks - Lecture 5 1 Lecture 5 Homework 2 posted, due September 15. Reminder: Homework 1 due today. Questions? Thursday, September 8 CS 475 Networks - Lecture 5 1 Outline Chapter 2 - Getting Connected 2.1 Perspectives on Connecting

More information

or between microcontrollers)

or between microcontrollers) : Communication Interfaces in Embedded Systems (e.g., to interface with sensors and actuators or between microcontrollers) Spring 2016 : Communication Interfaces in Embedded Systems Spring (e.g., 2016

More information

Enhanced Error-Recovery CAN Bus System Using Reed-Solomon Codec

Enhanced Error-Recovery CAN Bus System Using Reed-Solomon Codec Journal of Network Intelligence c 2017 ISSN 2414-8105 (Online) Taiwan Ubiquitous Information Volume 2, Number 4, November 2017 Enhanced Error-Recovery CAN Bus System Using Reed-Solomon Codec Shi-Huang

More information

Workshop on In Vehicle Network using CAN By

Workshop on In Vehicle Network using CAN By Workshop on In Vehicle Network using CAN By Modern CAR Modern CAR INTRODUCTION 1. Controller Area Network (CAN) was initially created by German automotive system supplier Robert Bosch in the mid-1980s.

More information

Chances and challenges

Chances and challenges Chances and challenges CAN FD for commercial vehicles Holger Zeltwanger Commercial vehicles CAN in mobile machinery Truck network architecture Trunk, fuel Switches CAN (FD) Instrumentation train (125 or

More information

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY COMPUTER NETWORKS UNIT - II DATA LINK LAYER

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY COMPUTER NETWORKS UNIT - II DATA LINK LAYER SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY COMPUTER NETWORKS UNIT - II DATA LINK LAYER 1. What are the responsibilities of data link layer? Specific responsibilities of

More information

CAN-Viewer (de) (en) of version 1.10 Operating Instructions

CAN-Viewer (de) (en) of version 1.10 Operating Instructions CAN-Viewer 446 301 585 0 (de) 446 301 599 0 (en) of version 1.10 Operating Instructions 2nd Edition This publication is not subject to any update service. You will find the new version in INFORM under

More information

Vehicle Networks. Multimedia Protocols. Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl

Vehicle Networks. Multimedia Protocols. Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl Vehicle Networks Multimedia Protocols Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl Outline Introduction to media-oriented networking: Media Oriented Systems Transport (MOST) Physical Layer

More information

Schedule Integration for Time-Triggered Systems

Schedule Integration for Time-Triggered Systems Schedule Integration for Time-Triggered Systems Outline Motivation Automotive software Automotive architectures Integration Challenge Time-triggered automotive systems Sychronization Schedule Integration

More information

Implementation of automotive CAN module requirements

Implementation of automotive CAN module requirements Implementation of automotive CAN module requirements Alan Devine, freescale semiconductors At first glance all CAN modules are very similar, the only difference being the number of message buffers which

More information

J1939-based application profiles

J1939-based application profiles J1939-based application profiles Holger Zeltwanger J1939 reference model 7 6 Application Profile Presentation 5 4 Session Transport 3 etwork J1939/31 - Truck and Bus etwork Layer 2 Data Link J1939/21 -

More information

1. Data Link Layer (Layer 2)

1. Data Link Layer (Layer 2) 1. Data Link Layer (Layer 2) The Data Link layer provides a means for exchanging data over a common local media. The Data Link layer performs two basic services: Allows the upper layers to access the media

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

Communication in Automotive Networks Illustrated with an Example of Vehicle Stability Program: Part I - Control Area Network

Communication in Automotive Networks Illustrated with an Example of Vehicle Stability Program: Part I - Control Area Network DOI 10.7603/s40707-013-0013-8 Communication in Automotive Networks Illustrated with an Example of Vehicle Stability Program: Part I - Control Area Network Grzejszczyk Elżbieta, Ph.D.eng. Docent, Electrical

More information

The CAN Bus From its Early Days to CAN FD By Friedhelm Pickhard (ETAS/P)

The CAN Bus From its Early Days to CAN FD By Friedhelm Pickhard (ETAS/P) By Friedhelm Pickhard (ETAS/P) 1 ETAS Introduction to ETAS Group ETAS Group Corporate Profile Founded 1994 Shareholder Headquarters 100 % Robert Bosch GmbH Stuttgart, Germany 18 additional offices worldwide

More information

COMPUTER NETWORKS UNIT I. 1. What are the three criteria necessary for an effective and efficient networks?

COMPUTER NETWORKS UNIT I. 1. What are the three criteria necessary for an effective and efficient networks? Question Bank COMPUTER NETWORKS Short answer type questions. UNIT I 1. What are the three criteria necessary for an effective and efficient networks? The most important criteria are performance, reliability

More information

CSE 461: Framing, Error Detection and Correction

CSE 461: Framing, Error Detection and Correction CSE 461: Framing, Error Detection and Correction Next Topics Framing Focus: How does a receiver know where a message begins/ends Error detection and correction Focus: How do we detect and correct messages

More information

Implementation of CAN Bus Protocol

Implementation of CAN Bus Protocol Implementation of CAN Bus Protocol Ms. Ashwini S. Shinde ashushinde16@gmail.com Ms. Aarti S. Deshpande aartideshpande11@gmail.com Mr. Pradnyant N Kalamkar pnkalamkar4587@gmail.com Mr. Arjun R. Nichal arjunnichal@gmail.com

More information

ISO INTERNATIONAL STANDARD. Road vehicles FlexRay communications system Part 2: Data link layer specification

ISO INTERNATIONAL STANDARD. Road vehicles FlexRay communications system Part 2: Data link layer specification INTERNATIONAL STANDARD ISO 17458-2 First edition 2013-02-01 Road vehicles FlexRay communications system Part 2: Data link layer specification Véhicules routiers Système de communications FlexRay Partie

More information

Using CAN Arbitration for Electrical Layer Testing

Using CAN Arbitration for Electrical Layer Testing Using CAN Arbitration for Electrical Layer Testing Sam Broyles and Steve Corrigan, Texas Instruments, Inc. The Controller Area Network (CAN) protocol incorporates a powerful means of seamlessly preventing

More information

in Mainz (Germany) Sponsored by Allen Bradley National Semiconductor Philips Semiconductors Organized by

in Mainz (Germany) Sponsored by Allen Bradley National Semiconductor Philips Semiconductors Organized by 1 st international Conference icc 1994 in Mainz (Germany) Sponsored by Allen Bradley National Semiconductor Philips Semiconductors Organized by in Automation (CiA) international users and manufacturers

More information

CANCore-I/II. User Manual. Industrial grade CAN module. Ver.:V3.02 (2016/10/22)

CANCore-I/II. User Manual. Industrial grade CAN module. Ver.:V3.02 (2016/10/22) CANCore-I/II Industrial grade CAN module User Manual Ver.:V3.02 (2016/10/22) Contents 1. Introduction... 3 1.1 Functional Overview... 3 1.2 Properties at a Glance...3 1.3 Typical application... 4 2. Installation...

More information

INTER INTRA VEHICULAR COMMUNICATION

INTER INTRA VEHICULAR COMMUNICATION INTER INTRA VEHICULAR COMMUNICATION Neethu P P 1 and Siddharth Shelly 2 Department of Electronics& Communication, Mar Athanasius College of Engineering, A.P.J Abdul Kalam Technological University, Kerala,

More information

CS 640 Introduction to Computer Networks. Role of data link layer. Today s lecture. Lecture16

CS 640 Introduction to Computer Networks. Role of data link layer. Today s lecture. Lecture16 Introduction to Computer Networks Lecture16 Role of data link layer Service offered by layer 1: a stream of bits Service to layer 3: sending & receiving frames To achieve this layer 2 does Framing Error

More information

Link Layer and LANs 안상현서울시립대학교컴퓨터 통계학과.

Link Layer and LANs 안상현서울시립대학교컴퓨터 통계학과. Link Layer and LANs 안상현서울시립대학교컴퓨터 통계학과 ahn@venus.uos.ac.kr Data Link Layer Goals: understand principles behind data link layer services: error detection, correction sharing a broadcast channel: multiple

More information

Real-Time (Paradigms) (47)

Real-Time (Paradigms) (47) Real-Time (Paradigms) (47) Memory: Memory Access Protocols Tasks competing for exclusive memory access (critical sections, semaphores) become interdependent, a common phenomenon especially in distributed

More information

M242 COMPUTER NETWORS AND SECURITY

M242 COMPUTER NETWORS AND SECURITY M242 COMPUTER NETWORS AND SECURITY 2.1. Network Models: UNIT - II OSI MODEL AND LAN PROTOCOLS 1. Explain Network model A network is a combination of hardware and software that sends data from one location

More information