Introduction to. LIN (Local Interconnect Network)
|
|
|
- Elmer Lewis
- 10 years ago
- Views:
Transcription
1 Introduction to LIN (Local Interconnect Network) Stéphane REY Revision ay 13 th, 2003
2 Table of content 1 INTRODUCTION PURPOSE OF THE DOCUENT ACRONYOUS RELATED DOCUENTS REFERENCE DOCUENTS OVERVIEW INTRODUCTION AIN FEATURES TOPOLOGY EXAPLE OF LIN IPLEENTATION LIN ADVANTAGES PROTOCOL STRUCTURE OF A ESSAGE Synchronization break Synchronization byte Identifier byte Data byte Cheksum byte WAKE-UP / SLEEP ODES Sleep mode conditions Wake-up conditions ERRORS DETECTION aster error detection Slave error detection...11
3 1 INTRODUCTION 1.1 Purpose of the document This document is intended to give a general introduction to the LIN. It s a compilation of informations from the lin specifications. It describes the features and highlights the main advantages of this communication bus. 1.2 Acronymous CRC CAN CPLD ECU ISO LIN LSB SB OSI SCI UART Cyclic Redundant Code Control Area Network Complex Programmable Logic Device Electronic Control Unit International Standard Organisation Local Interconnect Network Lower Significant Bit ost Significant Bit Open Systems Interconnections Serial Communication Interface Universal Asynchronous Receiver Transmitter 1.3 Related documents LIN consortium steering committee : Reference documents LIN specification package revision 1.3 december 12 th, 2002 LIN consortium Page 3/11
4 2 OVERVIEW 2.1 Introduction LIN was designed by the LIN consortium and the first specification has been published in The consortium members are mainly European cars constructors : Audi AG, BW AG, Daimler Chrysler AG, Volkswagen AG, Volvo Cars Corporation AB, otorola and Volcano Communications Technologies. any car constructors are currently implementing LIN in their vehicles like PSA. It was particularly designed for low-cost communication between smart sensors and actuators in automotive applications. It's intended to be used when high bitrates communications as CAN bus are not needed. It can be based on the UART/SCI hardware interface, software UART or state-machine. Applications may be Instrument cluster, air conditioning, seats, mirrors, rain sensors, light sensors, door locking, windows,... Bitrates (bits/s) LIN vs others Automotive bus protocols 25 2 TTx,Flexray Time triggered 2x2 wires Fault tolerant D2B,OST Token ring Optical bus 1 125K 20K LIN aster-slave Single wire No crystal J1850 CAN-C ulti-master Two wires CAN-B ulti-master Two wires Fault tolerant Bluetooth Wireless Cost index per node 2.2 ain features ono-master, up to 15 slaves 1 wire bus Bitrates from 1 to 20 Kbits/s : 2.4, 9.6 and 19.2 Kbits are usually used in automotive applications ulticast (broadcast) messages Page 4/11
5 Self-synchronization of the slave (only the master has an accurate clock as crystal) essages with 2,4 or 8 data bytes, 3 control bytes Error detection by 8 bits checksum and 2 parity bits in identifier Physical layer : ISO9141 Sleep / wake-up capability The LIN allows to implement a serial communication in state-machine, small microcontrollers or CPLDs. A slave ECU doesn t need an accurate clock and crystals or resonators could be replaced by RC cell. This is a way to design some smart actuators or sensors, or smart connectors very cost effective. The specifications describes 3 of the 7 layers of the OSI model : physical layer, data link and application layers. 2.3 Topology A LIN network consists of a LIN master and one or several LIN slaves. Usually in automotive application, the LIN bus is connected between smart sensor or actuators and an Electronic Control Unit (ECU) which is often a gateway with CAN bus. You may find several LIN busses not interconnected between them as shown in the figure below. This is a major difference with other low-cost busses as K-line which was intended to link all the ECUs to an external analyse tool for diagnosis purpose. Page 5/11
6 A LIN bus length is limited to 40 meters and up to 16 ECUs could be connected. aster Slave Slave Slave LIN 2.4 Example of LIN implementation Source : Infineon Technologies CAN bus CAN bus Door odule Universal panel LIN Universal panel Turn signal Flap X axis Y axis Door lock Power window Deadbolt Turn signal Flap X axis Y axis Door lock Deadbolt Power window 2.5 LIN advantages Easy to use, Components available, Cheaper than CAN and other communications busses, Harness reduction, ore reliable vehicles, Extension easy to implement. Page 6/11
7 3 PROTOCOL The LIN master knows the sequential order of all data to be transmitted and sends requests to slaves. These requests are achieved by sending a header. 3.1 Structure of a message The recessive and dominant level are defined like this : The bus is in recessive level when not busy. A message contains the following fields : Synchronization break, Synchronization byte, Identifier byte, Data bytes, Ckecksum byte. The data are INTEL coded which means that LSB are sent first. BREAK IDENT. DATA 2, 4 or 8 S CHECK. Header from master data from master or slave Synchronization break A slave can detect a synchronization break by measuring the low phase duration which is higher than a databyte length. BREAK FIELD FIELD = T SYNBRK T SYNDEL BREAK FIELD LEVEL NAE IN [T ] NO [T ] AX [T ] Synch. Br eak low phase dominant T SYNBRK 13 a - Synch. Break delimiter recessive T SYNDEL 1 a - Synch. Break threshold slave Dominant T SBRKTS 10 b Clock timing from : (a) master, (b) slave with crystal or resonator, (c) slave without crystal or resonator 9 c Page 7/11
8 3.1.2 Synchronization byte The synchronization byte is only sent by the master. It s used for slave selfsynchronization. FIELD 8 T 2 T 2 T 2 T 2 T START 0 LSB SB STOP A slave defines a bit duration by measuring the 8 bits length and dividing by 8. This defines the baudrate Identifier byte The identifier byte defines the containt and length of the following data. There is 64 identifiers sorted in 4 groups of 16 messages. IDENTIFIER FIELD Identifier bits Parity bits START ID0 LSB ID1 ID2 ID3 ID4 ID5 P0 ID [0...3] = message number P1 SB STOP This is the message identifier. There is identifiers from the specification which covers the LIN protocol. Some identifiers are reserved for future extension and custom messages. ID [4...5] = data length This is the length of the following data bytes. ID4 ID5 data length bytes bytes bytes bytes P [0...1] = parity bits The parity is computed on the identifier bits only. P0 is the even parity bit, P1 is the odd parity bit. Page 8/11
9 P0 = not (ID1 ID3 ID4 ID5) P1 = ID0 ID1 ID2 ID Data byte The data length is defined by ID5 and ID6 from the identifier field. It can be 2, 4 or bytes. The data can be transmitted either by the master or the slave. DATA FIELD START D0 LSB D1 D2 D3 D4 D5 D6 D7 SB STOP Cheksum byte The checksum (CRC) is computed only on the data field. All other fields are not included. CHECKSU FIELD START C0 LSB C1 C2 C3 C4 C5 C6 C7 SB The value of the checksum is equal to the inverted modulo 256 sum. This means : Checksum = (1 - data ) mod 256. The carry of the previous addition is added to the LSB of the next addition. STOP 3.2 Wake-up / Sleep modes The LIN protocol allows to be in sleep mode to be compliant with the standards and the environmental constraints. When the vehicle isn t used, the consumption of the whole vehicle have to be less than a few milliamps in order to not discharge the battery. So, each ECU has to enter in sleep mode. Thus, strategies have been implemented to manage the sleep/wake-up modes on the communication busses. Page 9/11
10 3.2.1 Sleep mode conditions Request from the master The master has to send three times the sleep mode request : identifier 0x3C and data byte 0x00. The slaves have to enter in sleep mode in less than BitTime and then the bus remains to the recessive level. DATA 2, 4 or 8 S CHECK. SLEEP CD SLEEP CD SLEEP CD T sleep Previous message Sleep mode request from master Sleep mode The time between the first sleep command and the effective sleep mode is below 30ms+T sleep Bus inactivity When the bus remains in the recessive level during a specified time, the ECUs have to enter in sleep mode Wake-up conditions message from the slave after an event If an event occurs, a slave can awake the master and the communication will start again. It will use the wake-up identifier 0x80. The master has to manage a bad wakeup signal. When the bus becomes dominant, it s a wake-up condition. However, the master has to check the wake-up message validity to start again the normal operation. WAKE-UP CD WAKE-UP CD WAKE-UP CD BREAK IDENT. Sleep mode Wake-up request from a slave Header from master message from the master The master can awake the slaves by sending the wake-up message 0x80. Once the request has been sent, the master starts again its normal communication. WAKE-UP CD BREAK IDENT. Sleep mode Wake-up request from master Header from master Page 10/11
11 3.3 Errors detection There is no error diagnosis thru the LIN. This means that the detected errors are not sent on the LIN. However, the following errors have to be managed by the ECUs : - bit error : the monitored output bit is different from the transmitted one, - checksum error, - identifier parity error, - slave no answer, - bad synchronization frame, - inactive bus = sleep mode. The master has to manage most of the errors recovering. It means that it has to apply a specified faliure mode when needed aster error detection During transmission During transmission the master has to detect the following errors : - bit error, - identifier parity error During reception When receiving messages from slaves, the master has to detect : - checksum errors, - no slave answer Slave error detection During transmission When transmitting a message, the slave has to monitor the follwing error : - bit error During reception When receiving, the slave has to detect : - identifier parity errors, - checksum errors, - no slave answer, - bad synchronisation frame. - End Of Document - Page 11/11
LIN (Local Interconnect Network):
LIN (Local Interconnect Network): History: LIN (Local Interconnect Network) was developed as cost-effective alternate to CAN protocol. In 1998 a group of companies including Volvo, Motorola, Audi, BMW,
In-Vehicle Networking
In-Vehicle Networking SAE Network classification Class A networks Low Speed (
Local Interconnect Network Training. Local Interconnect Network Training. Overview
Overview Local Interconnect Network Training History and introduction Technical features The ISO/OSI reference model and LIN Frames Message Frames Communication concept of LIN Command Frames and Extended
www.imprezer.tk Introduction to www.union88.tk RACE FUELS Hans-Christian von der Wense Munich, Germany
Introduction to Hans-Christian von der Wense Munich, Germany Overview Progress in Automotive Electronics and it s Impacts on Networking LIN Consortium LIN Concept Physical Layer Data Link Layer LIN Network
Microcomputer Protocol Implementation at Local Interconnect Network Georgi Krastev
Microcomputer Protocol Implementation at Local Interconnect Network Georgi Krastev Abstract: The paper discusses the issues of microcomputer protocol implementation at local interconnect network for automobile
LOCAL INTERCONNECT NETWORK (LIN)
54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION........ 54B-2............ 54B-3 STRUCTURE................... 54B-2 54B-2 LIN refers to "Local Interconnect Network," which
Introduction to LIN. Webinar
Introduction to LIN Webinar V2.2.07 2014-03-03 Agenda > Information 4 Overview 6 LIN Workflow 9 LIN Physical Layer 12 LIN Communication 14 Synchronization of the LIN nodes 16 LIN Message & Scheduling 19
LIN. Specification Package. Revision 2.0. This specification is provided on an "AS IS" basis only and cannot be the basis for any claims.
LIN Specification Package September 23, 2003; Page 1 LIN Specification Package This specification is provided on an "AS IS" basis only and cannot be the basis for any claims. LIN Consortium, 2003. All
Bluetooth in Automotive Applications Lars-Berno Fredriksson, KVASER AB
Bluetooth in Automotive Applications Lars-Berno Fredriksson, KVASER AB ABSTRACT There is a potential for 50-400 million per year Bluetooth nodes within the car market if Bluetooth can be integrated into
LIN (Local Interconnected Network)
Slide 1 LIN (Local Interconnected Network) Fundamentals of the LIN Protocol Ralf Schwering,, Software Development Engineer Vector Informatik GmbH www.lin-subbus.org -1- Slide 2 Agenda Communication Principle
In-Vehicular Communication Networking Protocol
In-Vehicular Communication Networking Protocol ABSTRACT Renu Sharma Indiana University, Purdue University Indianapolis, IN [email protected] Today s modern vehicles contain a complex symbiosis of intelligent
Comparison of FlexRay and CAN-bus for Real-Time Communication
Comparison of FlexRay and CAN-bus for Real-Time Communication Andreas Forsberg Mälardalen University Högskoleplan 1 721 23 Västerås +46 768011236 [email protected] Johan Hedberg Mälardalen University
Process Control and Automation using Modbus Protocol
Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has
LOCAL INTERCONNECT NETWORK (LIN)
54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION 54B-2 SPECIAL TOOLS 54B-3 54B-4 DIAGNOSIS FUNCTION 54B-4 DIAGNOSTIC TROUBLE CODE CHART 54B-5 DIAGNOSTIC TROUBLE CODE PROCEDURES
LOW COST AUTOMOTIVE NETWORKS. Local Interconnect Network (LIN)
LOW COST AUTOMOTIVE NETWORKS Local Interconnect Network (LIN) TTP/A 1 J. Kaiser, IVS-EOS Cost-Performance Trade-off! 2 J. Kaiser, IVS-EOS LIN (Local Interconnect Network)! LIN Specification Package, Revision
Distributed Real-Time Systems (TI-DRTS) Track 2. CAN-BUS Introduction. Version 9.11.2009 Ref. VECTOR application note & Motorola note
Distributed Real-Time Systems (TI-DRTS) Track 2 CAN-BUS Introduction Version 9.11.2009 Ref. VECTOR application note & Motorola note What is CAN? Controller Area Network (CAN) is a common, small area network
LOCAL INTERCONNECT NETWORK (LIN)
54C-1 GROUP 54C LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION...54C-2 SPECIAL TOOL...54C-3...54C-4 DIAGNOSTIC FUNCTION...54C-4 DIAGNOSTIC TROUBLE CODE CHART...54C-6 DIAGNOSTIC TROUBLE CODE
Vorlesung Kommunikationsnetze Fieldbus Systems
Vorlesung Kommunikationsnetze Fieldbus Systems Prof. Dr. H. P. Großmann mit B. Wiegel sowie A. Schmeiser und M. Rabel Sommersemester 2009 Institut für Organisation und Management von Informationssystemen
Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive
Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive Products Group within Microchip. This web seminar today
LOCAL INTERCONNECT NETWORK (LIN)
54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION 54B-2 SPECIAL TOOLS 54B-3 54B-4 DIAGNOSIS FUNCTION 54B-4 DIAGNOSTIC TROUBLE CODE CHART 54B-6 DIAGNOSTIC TROUBLE CODE PROCEDURES
Road Vehicles - Diagnostic Systems
SSF 14230 Road Vehicles - Diagnostic Systems Keyword Protocol 2000 - Part 1 - Physical Layer Swedish Implementation Standard Document: SSF 14230-1 Status: Issue 3 Date: October 22, 1997 This document is
TD-03011E. Identifier Usage in CANopen Networks
Identifier Usage in CANopen Networks Author : U. Koppe Published : January 2003 This document describes the usage of identifiers in CANopen networks. The paper is intended for CANopen newcomers and system
OSI Layers in Automotive Networks
OSI Layers in Automotive Networks 2013-03-20 IEEE 802.1 Plenary Meeting - Orlando Aboubacar Diarra, Robert Bosch GmbH 1 Outline OSI Reference Model Simplified generic Architecture for Automotive Serial
Tutorial Introduction
Tutorial Introduction PURPOSE: This tutorial describes concepts related to communication busses, including attributes, functions, and the different types of bus systems. The intent is to provide a baseline
Data Exchange On The CAN Bus I
Service. Self-Study Programme 238 Data Exchange On The CAN Bus I Basics The CAN bus system in a car interlinks the control units to form a network. This produces new functions in the car and in diagnostics
CAN Specification 2.0, Part B page 1 PART B. CAN in Automation, Am Weichselgarten 26, D-91058 Erlangen
CAN Specification 2.0, Part B page 1 PART B CAN Specification 2.0, Part B page 2 1 INTRODUCTION...3 2 BASIC CONCEPTS...5 3 MESSAGE TRANSFER...11 3.1 Frame Formats...11 3.2 Frame Types...11 3.2.1 DATA FRAME...11
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)
In-Vehicle Networking
In-Vehicle Networking B.K.Ramesh, K. Srirama Murthy Dearborn Electronics ABSTRACT Today s vehicles include a complex symbiosis of intelligent electronic systems and integrated mechanical structures. Today,
UART-based LIN-bus Support for Linux with SocketCAN Interface
UART-based LIN-bus Support for Linux with SocketCAN Interface Pavel Píša 1 [email protected] Rostislav Lisový 1 [email protected] Oliver Hartkopp 2 [email protected] Michal Sojka 1 [email protected]
K-line Communication Description
K-line Communication Description Introduction There are two primary ISO documents that describe how to perform OBD communications on K- line between a tester and a vehicle. There are actually several ISO
MOST Technology... 3. MOST Multimedia Network... 3. Data Transport... 5. Optical Bus... 6 Optical Transmitter... 6 Optical Receiver...
Table of Contents Subject Page MOST Technology... 3 MOST Multimedia Network... 3 Data Transport... 5 Optical Bus... 6 Optical Transmitter... 6 Optical Receiver... 6 Control Unit Connections... 7 Interfaces...
LOCAL INTERCONNECT NETWORK (LIN)
54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS SPECIAL TOOLS................ 54B-2............ 54B-3 DIAGNOSIS CODE CHART............ 54B-3 DIAGNOSIS FUNCTION............... 54B-4 DIAGNOSIS
Protocols for Wired and Wireless Networks in Vehicle Systems
Protocols for Wired and Wireless Networks in Vehicle Systems Syed Masud Mahmud, Ph.D. Electrical and Computer Engg. Dept. Wayne State University Detroit MI 48202 Copyright 2002 by Syed Masud Mahmud Email:
DeviceNet Communication Manual
DeviceNet Communication Manual Soft-Starter Series: SSW-07/SSW-08 Language: English Document: 10000046963 / 00 03/2008 Summary ABOUT THIS MANUAL... 5 ABBREVIATIONS AND DEFINITIONS... 5 NUMERICAL REPRESENTATION...
Tutorial. www.ccontrols.com
Tutorial 1 Tutorial CONTROLLER AREA NETWORK CAN was designed by Bosch and is currently described by ISO 11898 1. In terms of the Open Systems Interconnection model (OSI), CAN partially defines the services
Automotive electronics CAN and LIN buses. Copyright 2006 Matrix Multimedia Limited
Automotive electronics CAN and LIN buses Copyright 2006 atrix ultimedia Limited About this presentation This presentation was developed by John Dobson anaging Director of atrix ultimedia Limited. PowerPoint
FlexRay A Communications Network for Automotive Control Systems
FlexRay A Communications Network for Automotive Control Systems WFCS 2006 Rainer Makowitz Automotive Systems Engineering, EMEA Freescale and the Freescale logo are trademarks of Freescale Semiconductor,
Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS
SERIAL I/O COMMON PROTOCOLS RS-232 Fundamentals What is RS-232 RS-232 is a popular communications interface for connecting modems and data acquisition devices (i.e. GPS receivers, electronic balances,
Industrial Networks & Databases
Industrial Networks & Databases - Device Bus - - Field Bus - - Data Bus - Recall An Industrial Communication Network (control network) - any group of devices (computers, controllers, meters etc.) working
Serial Communications / Protocol in AirTest Products
Serial Communications / Protocol in AirTest Products General The standard sensor has two different ways of serial communication with sensor s peripherals and the outside world. One is through the UART
Bluetooth Audio Data Transfer between Bluetooth chipset (PMB6752&PMB6625) and TriCore Host TC1920
Application Note, v1.0, 2001-10 Bluetooth Audio Data Transfer between Bluetooth chipset (PMB6752&PMB6625) and TriCore Host TC1920 Abstract The paper describes the interfaces and the handling of Audio Data
ARM Thumb Microcontrollers. Application Note. Software ISO 7816 I/O Line Implementation. Features. Introduction
Software ISO 7816 I/O Line Implementation Features ISO 7816-3 compliant (direct convention) Byte reception and transmission with parity check Retransmission on error detection Automatic reception at the
Vehicle data acquisition using CAN By Henning Olsson, OptimumG [email protected]
Vehicle data acquisition using By Henning Olsson, OptimumG [email protected] Introduction: Data acquisition is one of the best tools to increase the understanding of vehicle behavior. One can
2 Basic Concepts. Contents
2. Basic Concepts Contents 2 Basic Concepts a. Link configuration b. Topology c. Transmission mode d. Classes of networks 1 a. Link Configuration Data links A direct data link is one that establishes a
Understanding SAE J1939. by Simma Software, Inc.
Understanding SAE J1939 by Simma Software, Inc. Contact E-mail: jrsimma at simmasoftware dot com Phone: 888-256-3828 For J1939 source code, see J1939 Software Starting Notes Ask questions anytime. This
ISO11783 a Standardized Tractor Implement Interface
ISO a ized Tractor Implement Interface Peter Fellmeth, Vector Informatik GmbH The upcoming ISO standard will be the preferred tractor Implement interface in the agricultural industry. Therefore the ISO
AUTOMOTIVE FIELDBUS TECHNOLOGY: DEVELOPMENT TOOLS AND ELECTRONIC EQUIPMENT FOR LABORATORY PRACTICES
AUTOMOTIVE FIELDBUS TECHNOLOGY: DEVELOPMENT TOOLS AND ELECTRONIC EQUIPMENT FOR LABORATORY PRACTICES S. OTERO, F. POZA, M. A. DOMÍNGUEZ AND P. MARIÑO Electronic Technology Department. University of Vigo.
CSE331: Introduction to Networks and Security. Lecture 6 Fall 2006
CSE331: Introduction to Networks and Security Lecture 6 Fall 2006 Open Systems Interconnection (OSI) End Host Application Reference model not actual implementation. Transmits messages (e.g. FTP or HTTP)
A Security Evaluation and Internal Penetration Testing Of the CAN-bus
A Security Evaluation and Internal Penetration Testing Of the CAN-bus Master of Science Thesis in the program Networks and Distributed Systems SAREH TALEBI Chalmers University of Technology Department
Serial Communications
Serial Communications 1 Serial Communication Introduction Serial communication buses Asynchronous and synchronous communication UART block diagram UART clock requirements Programming the UARTs Operation
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 88-92 Bus Data Acquisition and Remote Monitoring System
Adaptive Cruise Control System Overview
5th Meeting of the U.S. Software System Safety Working Group April 12th-14th 2005 @ Anaheim, California USA 1 Introduction Adaptive Cruise System Overview Adaptive Cruise () is an automotive feature that
Automotive Communication Network Trends
Automotive Communication Network Trends Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2012 32-bit 1200 DMIPS, Superscalar Automotive
2.1 CAN Bit Structure The Nominal Bit Rate of the network is uniform throughout the network and is given by:
Order this document by /D CAN Bit Timing Requirements by Stuart Robb East Kilbride, Scotland. 1 Introduction 2 CAN Bit Timing Overview The Controller Area Network (CAN) is a serial, asynchronous, multi-master
Multiplexed Networks for Embedded Systems. CAN, LIN, FlexRay, Safe-by- Wire...
Brochure More information from http://www.researchandmarkets.com/reports/2173638/ Multiplexed Networks for Embedded Systems. CAN, LIN, FlexRay, Safe-by- Wire... Description: Multiplexed networks are essential
Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light
Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light In this issue, we would like to present the EnOcean radio sensor module STM 110 in more detail. The module
Implementing MOD bus and CAN bus Protocol Conversion Interface
Implementing MOD bus and CAN bus Protocol Conversion Interface Umesh Goyal, Gaurav Khurana M.E., Electronics & Electrical Communications Department, PEC University of Technology, India M.E., Electronics
Ring Local Area Network. Ring LANs
Ring Local Area Network Ring interface (1-bit buffer) Ring interface To station From station Ring LANs The ring is a series of bit repeaters, each connected by a unidirectional transmission link All arriving
Serial Communications
April 2014 7 Serial Communications Objectives - To be familiar with the USART (RS-232) protocol. - To be able to transfer data from PIC-PC, PC-PIC and PIC-PIC. - To test serial communications with virtual
Remote PLC system using GSM network with application to home security system
PLC using GS with application to home security A. Alheraish, W. Alomar, and. Abu-Al-Ela Department of Electrical Engineering, King Saud University, Riyadh, Saudi Arabia PLC using GS Keywords Programmable
Industrial Networks & Databases
Industrial Networks & Databases LONWORKS KNX 1 HVAC and BEMS HVAC - Heating, Ventilation & Air Conditioning BEMS - Building & Energy Management Systems 2 3 4 LONWORKS (Local Operating Networks) Open solution
New protocol concept for wireless MIDI connections via Bluetooth
Wireless MIDI over Bluetooth 1 New protocol concept for wireless MIDI connections via Bluetooth CSABA HUSZTY, GÉZA BALÁZS Dept. of Telecommunications and Media Informatics, Budapest University of Technology
The SAE J1939 Communications Network
The SAE J939 Communications Network An overview of the J939 family of standards and how they are used An SAE White Paper Since its publication more than a decade ago, SAE J939 has become widely accepted
Serial Bus Systems in the Automobile
Serial Bus Systems in the Automobile Part 5: MOST for transmission of multimedia data A premium class car is growing to resemble a mobile office. In response to customer demand, increasing numbers of entertainment
Brunata Optuna W (171)
Brunata Optuna W (171) Communication description Edition 1.1 UK-QB101414 / 26.02.2013 Brunata a/s is a Danish owned company. We have more than 90 years of experience within developing and producing meters,
Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD
Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch
COMPUTER HARDWARE. Input- Output and Communication Memory Systems
COMPUTER HARDWARE Input- Output and Communication Memory Systems Computer I/O I/O devices commonly found in Computer systems Keyboards Displays Printers Magnetic Drives Compact disk read only memory (CD-ROM)
Dolphin In-Circuit programming Updating Firmware in the field
Dolphin In-Circuit programming Updating Firmware in the field 1 Introduction In systems e.g. gateways, where an external microcontroller is connected to a Dolphin based product like a TCM300 it might be
How To Communicate With A Token Ring Network (Dihon)
Token us Token -procedure: Only someone who possesses a certain ken (= bit sequence), may send. One example for a ken network: IEEE 80. Token us All stations should be treated equally, i.e. they have pass
Real-Time Systems Hermann Härtig Real-Time Communication (following Kopetz, Liu, Schönberg, Löser)
Real-Time Systems Hermann Härtig Real-Time Communication (following Kopetz, Liu, Schönberg, Löser) 05/02/15 Contents Overview IO Busses: PCI Networks as schedulable resources: Priority / Time-Driven /
Modbus Protocol. PDF format version of the MODBUS Protocol. http://www.http://www.modicon.com/techpubs/toc7.html. The original was found at:
Modbus Protocol PDF format version of the MODBUS Protocol The original was found at: http://www.http://www.modicon.com/techpubs/toc7.html (In case of any discrepancies, that version should be considered
Computer Network. Interconnected collection of autonomous computers that are able to exchange information
Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.
AVL DISCAN 8000. Handheld-Scantool for multifunctional fields of application Faultcode-reader with integrated Informationsystem and Oscilloscope
AVL DISCAN 8000 Handheld-Scantool for multifunctional fields of application Faultcode-reader with integrated Informationsystem and Oscilloscope Thomas Penz 26.11.2010 Seite 1 Content and Topics Description
NOQ_NQ-9121 Z-Wave Data Logger for Gas Meters Firmware Version : 2.55
NOQ_NQ-9121 Z-Wave Data Logger for Gas Meters Firmware Version : 2.55 Quick Start S This device is a Z-Wave Sensor. Inclusion and Exclusion are confirmed by triple clicking the Z-Wave button on the device.
EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak
Packet Switching and Computer Networks Switching As computer networks became more pervasive, more and more data and also less voice was transmitted over telephone lines. Circuit Switching The telephone
Fiber Distributed Data Interface
CHPTER 8 Chapter Goals Provide background information about FDDI technology. Explain how FDDI works. Describe the differences between FDDI and Copper Distributed Data Interface (CDDI). Describe how CDDI
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,
SPI I2C LIN Ethernet. u Today: Wired embedded networks. u Next lecture: CAN bus u Then: 802.15.4 wireless embedded network
u Today: Wired embedded networks Ø Characteristics and requirements Ø Some embedded LANs SPI I2C LIN Ethernet u Next lecture: CAN bus u Then: 802.15.4 wireless embedded network Network from a High End
Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet
Basic Networking Concepts 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet 1 1. Introduction -A network can be defined as a group of computers and other devices connected
Multiple clock domains
DESIGNING A ROBUST USB SERIAL INTERFACE ENGINE(SIE) What is the SIE? A typical function USB hardware interface is shown in Fig. 1. USB Transceiver USB Serial Interface Engine Status Control Data Buffers/
Positioning Controllers. Communication Guide. Document ID: rel4054
Communication Guide EPOS2 Positioning Controllers Edition April 2013 Positioning Controllers Communication Guide Document ID: rel4054 maxon motor ag Brünigstrasse 220 P.O.Box 263 CH-6072 Sachseln Phone
Modicon Modbus Protocol Reference Guide. PI MBUS 300 Rev. J
Modicon Modbus Protocol Reference Guide PI MBUS 300 Rev. J 1 Modicon Modbus Protocol Reference Guide PI MBUS 300 Rev. J June 1996 MODICON, Inc., Industrial Automation Systems One High Street North Andover,
SMS based remote control system
EE 318 Electronics Design Project Report, EE Department, IIT Bombay, April 2006 SMS based remote control system Ashish Deswal ( 03007020 ) Shaleen Harlalka ( 03007015 ) Arjun Arikeri ( 03007032 ) Ashish
Implementation of Wireless Gateway for Smart Home
Communications and Network, 2013, 5, 16-20 doi:10.4236/cn.2013.51b005 Published Online February 2013 (http://www.scirp.org/journal/cn) Implementation of Wireless Gateway for Smart Home Yepeng Ni 1, Fang
Technical Information. HART Communications. Part 4 Communications
Technical Information HART Communications 4 Part 4 Communications Technical Information Part 1: Fundamentals Part 2: Self-operated Regulators Part 3: Control Valves Part 4: Communication Part 5: Building
General description. This chapter provides a general description of the product MVB Virtual Terminal and PCNode:
2 General description This chapter provides a general description of the product MVB Virtual Terminal and PCNode: Properties of the Multifunction Vehicle Bus Applications of the product MVB Virtual Terminal
WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks
Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 755-760 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4686 WBAN Beaconing for Efficient Resource Sharing in Wireless Wearable
Single channel data transceiver module WIZ2-434
Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules
EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis
EBERSPÄCHER ELECTRONICS automotive bus systems solutions for network analysis DRIVING THE MOBILITY OF TOMORROW 2 AUTOmotive bus systems System Overview Analyzing Networks in all Development Phases Control
MDM192 MULTI-DROPS DIGITAL MODEM FOR PRIVATE LINE. USER GUIDE Document reference : 9010709-03
MDM192 MULTI-DROPS DIGITAL MODEM FOR PRIVATE LINE USER GUIDE Document reference : 9010709-03 If you have questions about the MDM192 or desire assistance, contact ETIC TELECOMMUNICATIONS at the following
1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network
Review questions 1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network B Local area network C Client/server
Implementing the J1850 Protocol
Implementing the J1850 Protocol D. John Oliver Intel Corporation INTRODUCTION This paper introduces the SAE J1850 Communications Standard utilized in Onand Off-Road Land-Based Vehicles. Attributes of the
In-Vehicle Networking freescale.com/automotive
LIN/CAN/RF/FlexRay Technology In-Vehicle Networking freescale.com/automotive In-Vehicle Networking As an industry leader in automotive solutions, Freescale Semiconductor has greatly contributed to in-vehicle
Zigbee-Based Wireless Distance Measuring Sensor System
Zigbee-Based Wireless Distance Measuring Sensor System Ondrej Sajdl 1, Jaromir Zak 1, Radimir Vrba 1 1 Department of Microelectronics, Brno University of Technology, FEEC, Udolni 53, 602 00 Brno, Czech
Data Link Layer(1) Principal service: Transferring data from the network layer of the source machine to the one of the destination machine
Data Link Layer(1) Principal service: Transferring data from the network layer of the source machine to the one of the destination machine Virtual communication versus actual communication: Specific functions
WIFI OBD GPS Tracker T356 User Manual
WIFI OBD GPS Tracker T356 User Manual Version:1.000 http://www.ulbotech.com [email protected] Document Title T356 User Manual Version 1.000 Date 2015-04-02 Status Release General Notes Ulbotech offers this
Network Categories. Network Types for the Local Range. Ethernet. Carrier Sense Multiple Access
Sicherungsebene Network Categories Local Area Networks (LAN): 0m - few km, simple connection structure Ethernet/Fast Ethernet/Gigabit Ethernet Token Bus, Token Ring LAN Wireless LAN (WLAN, up to a few
Network Design. Yiannos Mylonas
Network Design Yiannos Mylonas Physical Topologies There are two parts to the topology definition: the physical topology, which is the actual layout of the wire (media), and the logical topology, which
