Real-time Ethernet Residual Bus Simulation: A Model-Based Testing Approach for the Next-Generation In-Car Network

Size: px
Start display at page:

Download "Real-time Ethernet Residual Bus Simulation: A Model-Based Testing Approach for the Next-Generation In-Car Network"

Transcription

1 Real-time Ethernet Residual : A Model-Based Testing Approach for the Next-Generation In-Car Network Florian Bartols Till Steinbach Franz Korf Bettina Buth Thomas C. Schmidt florian.bartols@haw-hamburg.de October 10th, nd International Conference on Real-Time Networks and Systems NET

2 Software and functions in modern cars Functions are implemented mostly in software today Utilization of software directly influences the development costs Testing in early development stages reduces these costs Distributed development makes early testing difficult 2 / 23

3 Complex In-Car Interconnections Front Chassis... Rear Chassis Engine Gearbox... Breakes Chassis Bus (FlexRay) Dashboard Engine Bus (High-Speed-CAN) Body Bus (Low-Speed-CAN) Central Gateway Radio/ Navi... CD/DVD Multimedia Bus (MOST) Door AC... Headlights On-Board Systems Doors (LIN) Lights (LIN) Off-Board Systems Diagnostics Bus (CAN / Ethernet) Service The complexity of current in-car interconnections is hardly manageable 3 / 23

4 Complex In-Car Interconnections Gearbox Engine Front Chassis Rear Chassis Rear Breakes Front Breakes Headlights Dashboard On-Board Systems RTEthernet Switch AC Radio/ Navi RTEthernet Backbone RTEthernet Switch Internet GPS Doors CD/DVD Off-Board Systems Service RT Ethernet for in-car interconnection reduces the complexity 3 / 23

5 Contribution Testing systems and applications in early development stages is important New applications will rely on RT Ethernet as communication technology Suitable methodology is needed to validate distributed applications RT Ethernet Residual enables early testing Combination of model-based testing principles to validate non-functional requirements 4 / 23

6 Agenda Real-time Ethernet Residual / 23

7 Model-based Testing Approach The automotive development process is model driven Models are utilized as specifications for Representing implementation details Modeling system requirements Test cases are systematically inherited from models Execution of cases on different test platforms MiL, SiL, PiL, HiL and Residual 6 / 23

8 Residual The remaining network is simulated from the viewpoint of the SUT SUT and simulator are coupled via the communication interface Behavior and network specific characteristics are realistically emulated The simulator pretends to be a physical system 7 / 23

9 RT Ethernet as In-Car Network Attributes of TTEthernet TTEthernet provides three different message classes Chassis TT 0 Cycle TT t TTE- Switch TTE- Switch RC 0 Headlight t TT 0 RC TT BE BE BE Cycle t Multimedia TT RC Time-Triggered Message Rate-Constrained Message 0 BE BE BE t BE Best-Effort Message Static designed routing for deterministic behavior Synchronized time base for time-triggered communication 8 / 23

10 Agenda Real-time Ethernet Residual / 23

11 Model-based Methodology Overview Models Require ments Test Case Generation T U Y T U Y 1s u1 = HL_OFF 1s y1 T = HL_OFF u1 = HL_OFF 1s U y1 = HL_OFF u1 = HL_OFF Y y1 = HL_OFF Test Cases Downl oad Test Case Execution Test Data Stimuli Reaction SUT Data SUT Requirements are modeled within suitable diagrams Test cases are inherited from the diagrams Test cases are executed on a suitable residual bus simulation platform 10 / 23

12 Modeling System Requirements UML-MARTE Classic UML is not sufficient for embedded Real-time Systems Utilization of UML-Profile Modeling and Analysis of Real-time Embedded Systems (MARTE) sd MessageProcessing <<TimedConstrained>> on = [MARTE_Library::TimedLibrary::idealClock] <<timedconstrained>> {(messagereceived - replysent) = (500,µs)} {(jitter(messagereceived - replysent)) (100,µs)} setnewlightstatus(status) Headlight-Controller 11 / 23

13 Abstract Test Cases Definition Base Model u(t) System y(t) Extending the Model u(t) t1 Latency System t2 t3 Rate y(t) ATC FR = (T, U, Y ) Modeling specific values of inputs and outputs at specific points in time ATC NFR = (T, U, Y, L, R, L, R ) Extending with reply time (latency) & transmission rate (rate) 12 / 23

14 Abstract Test Cases Utilization Abstract representation of to be generated test data Modeling functional requirements with expected output Modeling non-functional requirements with expected timing constraints Utilization as simulation model to drive the simulator 13 / 23

15 Implementation of our Approach Requirements and Architecture Requirements TTEthernet compliant message transmission Support of timing analyzes Execution of the abstract test case model Abstract Test Case XML- Doc Ethernet Frames DPM UML-MARTE Models Configurator Residual Bus Simulator SUT 14 / 23

16 Agenda Real-time Ethernet Residual / 23

17 Overview of the physical system Headlight L Headlight R SuT Drive-bywire (W) Switch Switch Drive-bywire (SW) Camera Multimedia Display Multimedia Dashboard Lightcontrol Dashboard to be simulated by the residual bus simulator Light control dashboard transmits new light states Headlights reply each received light state and Periodically provide their current light state Light control dashboard presents the light state to the user 16 / 23

18 Validating the Headlight Controller Requirement Modelling with UML-MARTE sd MessageProcessing Dashboard-System <<TimedConstrained>> on = [MARTE_Library::TimedLibrary::idealClock] <<timedconstrained>> {(messagereceived - replysent) = (500,µs)} {(jitter(messagereceived - replysent)) setnewlightstatus(status) sendcurrentlightstatus(status) Timing requirements of the reply message Latency: 500 µs Jitter: ± 50 µs 17 / 23

19 Validating the Headlight Controller Requirement Modelling with UML-MARTE sd TimedStateTransmission Headlight-Controller Repeat [ timedevent (5,ms)] <<TimedProcessing>> on = [MARTE_Library::TimedLibrary::idealClock] <<TimedConstrained>> on = [MARTE_Library::TimedLibrary::idealClock] <<timedconstrained>> {(sendstatus i - sendstatus i-1 ) = (5000,µs)} {(jitter(sendstatus i - sendstatus i-1 )) (10,µs)} updatecurrentlightstatus(status) sentstatus i Timing requirements of the message transmission Rate: 5000 µs Jitter: ± 5 µs 18 / 23

20 Validating the Headlight Controller T 1 s 2 s 5 s 7 s 9 s 11 s U u 1 = HL_OFF u 1 = LED_0 u 1 = LED_100 u 1 = LED_50 u 1 = LED_101 u 1 = LED_75 Y y 1 = HL_OFF y 1 = LED_0 y 1 = LED_100 y 1 = LED_50 y 1 = LED_50 y 1 = LED_75 Y act y 1 = HL_OFF y 1 = HL_OFF y 1 = HL_OFF y 1 = HL_OFF y 1 = HL_OFF y 1 = HL_OFF L l 1(u 1, y 1) = 500 µs L j L1(l 1) 100 µs L act l 1(u 1, y 1) = 518 µs to 518 µs, MED = 518 µs, AVG = 518 µs R r 1(y 1) = 5000 µs R j R1(r 1) 10 µs R act r 1(y 1) = 4998 µs to 5002 µs, MED = 5000 µs, AVG = 5000 µs Functional requirements cannot be fulfilled Expected values are not located at the output Non-functional timing requirement are fulfilled Latency of the acknowledgement lay within the allowed range 19 / 23

21 Agenda Real-time Ethernet Residual / 23

22 Conclusion Residual bus simulator is directly connected with the SUT Message classes and a synchronization procedure are supported Non-functional timing requirements are modeled within UML-MARTE Abstract test case model models functional and non-functional test data Utilization of abstract test cases as simulation model Successful utilization for the validation of an RT Ethernet application 21 / 23

23 Outlook Investigate how AUTOSAR and EAST-ADL could co-exist with our approach Implement a RBS with a more suitable architecture without dual-port memory Analyze the real-time and performance aspects of the new architecture 22 / 23

24 Thank you for your attention Visit us at: 23 / 23

Tomorrow s In-Car Interconnect? A Competitive Evaluation of IEEE AVB and Time-Triggered Ethernet (AS6802) NET

Tomorrow s In-Car Interconnect? A Competitive Evaluation of IEEE AVB and Time-Triggered Ethernet (AS6802) NET A Competitive Evaluation of IEEE 802.1 AVB and Time-Triggered Ethernet (AS6802) Till Steinbach 1 Hyung-Taek Lim 2 Franz Korf 1 Thomas C. Schmidt 1 Daniel Herrscher 2 Adam Wolisz 3 1 {till.steinbach, korf,

More information

Simulation based Timing Analysis of FlexRay Communication at System Level. Stefan Buschmann Till Steinbach Franz Korf Thomas C.

Simulation based Timing Analysis of FlexRay Communication at System Level. Stefan Buschmann Till Steinbach Franz Korf Thomas C. Simulation based Timing Analysis of FlexRay Communication at System Level Stefan Buschmann Till Steinbach Franz Korf Thomas C. Schmidt stefan.buschmann@haw-hamburg.de {till.steinbach, korf, schmidt}@informatik.haw-hamburg.de

More information

NET. A Hardware/Software Co-Design Approach for Ethernet Controllers to Support Time-triggered Trac in the Upcoming IEEE TSN Standards

NET. A Hardware/Software Co-Design Approach for Ethernet Controllers to Support Time-triggered Trac in the Upcoming IEEE TSN Standards NET A Hardware/Software Co-Design Approach for Ethernet Controllers to Support Time-triggered Trac in the Upcoming IEEE TSN Standards Friedrich Groÿ Till Steinbach Franz Korf Thomas C. Schmidt Bernd Schwarz

More information

Till Steinbach 1 Franz Korf 1 René Röllig 2 Thomas Eymann 2.

Till Steinbach 1 Franz Korf 1 René Röllig 2 Thomas Eymann 2. How can I get the most out of Automotive Ethernet? System level network simulation for the design and evaluation of upcoming Ethernet-based architectures Till Steinbach 1 Franz Korf 1 René Röllig 2 Thomas

More information

Extending OMNeT++ Towards a Platform for the Design of Future In-Vehicle Network Architectures

Extending OMNeT++ Towards a Platform for the Design of Future In-Vehicle Network Architectures Towards a Platform for Till Steinbach Stefan Buschmann Franz Korf philipp.meyer@haw-hamburg.de OMNeT++ Community Summit 15. September 2016, Brno University of Technology, Czech Republic NET Agenda 1 2

More information

Deterministic Ethernet & Unified Networking

Deterministic Ethernet & Unified Networking Deterministic Ethernet & Unified Networking Never bet against Ethernet Mirko Jakovljevic mirko.jakovljevic@tttech.com www.tttech.com Copyright TTTech Computertechnik AG. All rights reserved. About TTTech

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

Virtual Hardware ECU How to Significantly Increase Your Testing Throughput!

Virtual Hardware ECU How to Significantly Increase Your Testing Throughput! Virtual Hardware ECU How to Significantly Increase Your Testing Throughput! Elektrobit Tech Day Jason Niatas Synopsys Inc. July 27, 2017 2017 Synopsys, Inc. 1 Agenda Automotive electronic evolution and

More information

Distributed IMA with TTEthernet

Distributed IMA with TTEthernet Distributed IMA with thernet ARINC 653 Integration of thernet Georg Gaderer, Product Manager Georg.Gaderer@tttech.com October 30, 2012 Copyright TTTech Computertechnik AG. All rights reserved. Introduction

More information

Developing deterministic networking technology for railway applications using TTEthernet software-based end systems

Developing deterministic networking technology for railway applications using TTEthernet software-based end systems Developing deterministic networking technology for railway applications using TTEthernet software-based end systems Project n 100021 Astrit Ademaj, TTTech Computertechnik AG Outline GENESYS requirements

More information

CAN FD - Flexible Tools for Flexible Data Rates

CAN FD - Flexible Tools for Flexible Data Rates CAN FD - Flexible Tools for Flexible Data Rates Peter Decker Vector Informatik GmbH V 0.01 2012-06-20 Simulation & Test Environment for Automotive Networks Database Test Spec. ECU Simulation & Test Tool

More information

Simulation based Timing Analysis of FlexRay Communication at System Level

Simulation based Timing Analysis of FlexRay Communication at System Level Simulation based Timing Analysis of FlexRay Communication at System Level Stefan Buschmann, Till Steinbach, Franz Korf, Thomas C. Schmidt HAW-Hamburg, Department Informatik Berliner Tor 7, D-20099 Hamburg,

More information

SW-Update. Thomas Fleischmann June 5 th 2015

SW-Update. Thomas Fleischmann June 5 th 2015 Thomas Fleischmann June 5 th 2015 2 3 Agenda The big picture SW-Update today Diagnostics vs SW-Update Our solution for SW-Update The real challenges beyond getting a file into the car Elektrobit (EB),

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

Handling Challenges of Multi-Core Technology in Automotive Software Engineering

Handling Challenges of Multi-Core Technology in Automotive Software Engineering Model Based Development Tools for Embedded Multi-Core Systems Handling Challenges of Multi-Core Technology in Automotive Software Engineering VECTOR INDIA CONFERENCE 2017 Timing-Architects Embedded Systems

More information

AVB in Automotive Infotainment Networks

AVB in Automotive Infotainment Networks AVB in Automotive Infotainment Networks Günter Dannhäuser, Daimler AG Andrew Lucas, XMOS Ltd. 2014 IEEE-SA ETHERNET & IP @ AUTOMOTIVE TECHNOLOGY DAY COBO Center, Detroit, Michigan, USA 23 24 October 2014

More information

In-Vehicle Global Synchronization

In-Vehicle Global Synchronization In-Vehicle Global ronization In-Vehicle Global ronization IEEE 802.1 Plenary Meeting - Geneva - 2013.07.16 Aboubacar Diarra Robert Bosch GmbH 1 IEEE 802.1 Plenary Meeting - Geneva In-Vehicle Global ronization

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

In Vehicle Networking : a Survey and Look Forward

In Vehicle Networking : a Survey and Look Forward In Vehicle Networking : a Survey and Look Forward Nicolas Navet Workshop on Specialized Networks, ETFA09, Palma, Spain - 25/09/2009 Complexity Mastered Outline 1. Architecture of Automotive Embedded Systems

More information

ETHERNET AS AN EMERGING TREND IN VEHICLE NETWORK TECHNOLOGY PART II

ETHERNET AS AN EMERGING TREND IN VEHICLE NETWORK TECHNOLOGY PART II ETHERNET AS AN EMERGING TREND IN VEHICLE NETWORK TECHNOLOGY PART II In the second part of this paper on Ethernet as an emerging trend in vehicle network technology, we look at the challenges and the progress

More information

MIGRATING TO CAN FD. Tony Adamson. Marketing Director CAN / LIN / FlexRay

MIGRATING TO CAN FD. Tony Adamson. Marketing Director CAN / LIN / FlexRay MIGRATING TO CAN FD Tony Adamson Marketing Director CAN / LIN / FlexRay Agenda WHO ARE WE CAR NETWORKS UNDER TRANSFORMATION SPEED SRITY OUR MISSION AND STRATEGY 2 2 FEBRUARY 16, 2016 VECTOR CAN FD SYMPOSIUM

More information

Guido Sandmann MathWorks GmbH. Michael Seibt Mentor Graphics GmbH ABSTRACT INTRODUCTION - WORKFLOW OVERVIEW

Guido Sandmann MathWorks GmbH. Michael Seibt Mentor Graphics GmbH ABSTRACT INTRODUCTION - WORKFLOW OVERVIEW 2012-01-0962 AUTOSAR-Compliant Development Workflows: From Architecture to Implementation Tool Interoperability for Round-Trip Engineering and Verification & Validation Copyright 2012 The MathWorks, Inc.

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

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

Evaluation of numerical bus systems used in rocket engine test facilities

Evaluation of numerical bus systems used in rocket engine test facilities www.dlr.de Chart 1 > Numerical bus systems > V. Schmidt 8971_151277.pptx > 13.06.2013 Evaluation of numerical bus systems used in rocket engine test facilities Volker Schmidt Pavel Georgiev Harald Horn

More information

IMPROVING ADAS VALIDATION WITH MBT

IMPROVING ADAS VALIDATION WITH MBT Sophia Antipolis, French Riviera 20-22 October 2015 IMPROVING ADAS VALIDATION WITH MBT Presented by Laurent RAFFAELLI ALL4TEC laurent.raffaelli@all4tec.net AGENDA What is an ADAS? ADAS Validation Implementation

More information

Performance Testing BroadR-Reach Automotive Ethernet

Performance Testing BroadR-Reach Automotive Ethernet White Paper Performance Testing BroadR-Reach Automotive Ethernet Key Elements for an Automotive-Specific Ethernet Test Regime Introduction Ethernet has long been the standard for data communication across

More information

This document is a preview generated by EVS

This document is a preview generated by EVS 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

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

Migration from SERCOS III to TSN - Simulation Based Comparison of TDMA and CBS Transportation

Migration from SERCOS III to TSN - Simulation Based Comparison of TDMA and CBS Transportation EPiC Series in Computing Volume 56, 2018, Pages 52 62 Proceedings of the 5th International OMNeT++ Community Summit Migration from SERCOS III to TSN - Simulation Based Comparison of TDMA and CBS Transportation

More information

10 th AUTOSAR Open Conference

10 th AUTOSAR Open Conference 10 th AUTOSAR Open Conference Dr. Günther Heling Vector Informatik AUTOSAR Adaptive Platform Now it s Time to get on Board AUTOSAR Nov-2017 Introduction At the first glance Adaptive and Classic don t have

More information

Enhanced Ethernet Switching Technology. Time Applications. Rui Santos 17 / 04 / 2009

Enhanced Ethernet Switching Technology. Time Applications. Rui Santos 17 / 04 / 2009 Enhanced Ethernet Switching Technology for Adaptive Hard Real- Time Applications Rui Santos (rsantos@ua.pt) 17 / 04 / 2009 Problem 2 Switched Ethernet became common in real-time communications Some interesting

More information

Current status and Future of AUTOSAR. Markus Bechter 7 th AUTOSAR Open Conference Oct. 22 nd -23 rd 2014, Detroit

Current status and Future of AUTOSAR. Markus Bechter 7 th AUTOSAR Open Conference Oct. 22 nd -23 rd 2014, Detroit Current status and Future of AUTOSAR Markus Bechter 7 th AUTOSAR Open Conference Oct. 22 nd -23 rd 2014, Detroit Overview Achievements AUTOSAR Products Future of AUTOSAR 3 Achievements new concepts in

More information

Model Based Development and Code Generation for Automotive Embedded Systems. April 26, 2017 Dr. Gergely Pintér, Dr. Máté Kovács thyssenkrupp Steering

Model Based Development and Code Generation for Automotive Embedded Systems. April 26, 2017 Dr. Gergely Pintér, Dr. Máté Kovács thyssenkrupp Steering Model Based Development and Code Generation for Automotive Embedded Systems April 26, 2017 Dr. Gergely Pintér, Dr. Máté Kovács Agenda Model Based Development and Code Generation for Automotive Embedded

More information

VT System Smart HIL Testing

VT System Smart HIL Testing VT System Smart HIL Testing V1.0 2010-06-04 Agenda > ECU Testing Testing a Door Control Unit Summary and Outlook Slide: 2 ECU Testing I/O Access for ECU Testing ECU has to be tested in its natural environment

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

Task- and Network-level Schedule Co-Synthesis of Ethernet-based Time-triggered Systems

Task- and Network-level Schedule Co-Synthesis of Ethernet-based Time-triggered Systems Task- and Network-level Schedule Co-Synthesis of Ethernet-based Time-triggered Systems 2 Licong Zhang, Dip Goswami, Reinhard Schneider, Samarjit Chakraborty 1 1 1 1 Institute for Real-Time Computer Systems,

More information

Release Presentation. ASAM Common MDF Version Measurement Data Format. Release Date: 2014 / 06 / 11

Release Presentation. ASAM Common MDF Version Measurement Data Format. Release Date: 2014 / 06 / 11 Release Presentation ASAM Common MDF Version 4.1.1 Measurement Data Format Release Date: 2014 / 06 / 11 Agenda Introduction Key Concepts History ASAM Working Group Deliverables What's new in MDF 4.1.1

More information

ASAM-MCD-2 NET (FIBEX)

ASAM-MCD-2 NET (FIBEX) ASAM-MCD-2 NET (FIBEX) Data Model for ECU Network Systems (Field Bus Data Exchange Format) Version 4.1.2 Date: 2017-06-02 Base Standard by ASAM e.v., 2017 Disclaimer This document is the copyrighted property

More information

Design and Realization of TTE Network based on EDA

Design and Realization of TTE Network based on EDA Journal of Web Systems and Applications (2017) Vol. 1, Numuber 1 Clausius Scientific Press, Canada Design and Realization of TTE Network based on EDA Peili Ding1,a, Gangfeng Yan2,b, Yinan Wang3,c, Zhixiang

More information

A Hardware-in-the-Loop Testing Platform Based on a Common Off-The-Shelf Non-Real-Time Simulation PC

A Hardware-in-the-Loop Testing Platform Based on a Common Off-The-Shelf Non-Real-Time Simulation PC A Hardware-in-the-Loop Testing Platform Based on a Common Off-The-Shelf Non-Real-Time Simulation PC Daniel Ulmer, Steffen Wittel, Karsten Hünlich and Wolfgang Rosenstiel IT-Designers GmbH, Esslingen, Germany

More information

Autonomous Driving From Fail-Safe to Fail-Operational Systems

Autonomous Driving From Fail-Safe to Fail-Operational Systems Autonomous Driving From Fail-Safe to Fail-Operational Systems Rudolf Grave December 3, 2015 Agenda About EB Automotive Autonomous Driving Requirements for a future car infrastructure Concepts for fail-operational

More information

ISO INTERNATIONAL STANDARD. Road vehicles FlexRay communications system Part 1: General information and use case definition

ISO INTERNATIONAL STANDARD. Road vehicles FlexRay communications system Part 1: General information and use case definition INTERNATIONAL STANDARD ISO 17458-1 First edition 2013-02-01 Road vehicles FlexRay communications system Part 1: General information and use case definition Véhicules routiers Système de communications

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

The Power to Log. Powerful Solution for Vehicle Testing and Validation of Automobile Networks

The Power to Log. Powerful Solution for Vehicle Testing and Validation of Automobile Networks The Power to Log Powerful Solution for Vehicle Testing and Validation of Automobile Networks Accessory Modular Hardware and Software Upgrade Options Next Generation Data Logging: The Power Family Autonomous

More information

V&V: Model-based testing

V&V: Model-based testing V&V: Model-based testing Systems Engineering BSc Course Budapest University of Technology and Economics Department of Measurement and Information Systems Traceability Platform-based systems design Verification

More information

Time-Triggered Ethernet

Time-Triggered Ethernet Time-Triggered Ethernet Chapters 42 in the Textbook Professor: HONGWEI ZHANG CSC8260 Winter 2016 Presented By: Priyank Baxi (fr0630) fr0630@wayne.edu Outline History Overview TTEthernet Traffic Classes

More information

Turn Indicator Model Overview

Turn Indicator Model Overview Turn Indicator Model Overview Jan Peleska 1, Florian Lapschies 1, Helge Löding 2, Peer Smuda 3, Hermann Schmid 3, Elena Vorobev 1, and Cornelia Zahlten 2 1 Department of Mathematics and Computer Science

More information

Reuse of Hardware Independent Test Sequences across MiL-, SiL- and HiL-Test Scenarios

Reuse of Hardware Independent Test Sequences across MiL-, SiL- and HiL-Test Scenarios Reuse of Hardware Independent Test Sequences across MiL-, SiL- and HiL-Test Scenarios Testing Expo 2008 Stuttgart Berner & Mattner Systemtechnik GmbH Contents Test methods in the automotive industry Problems

More information

Multi-protocol monitoring using oscilloscopes

Multi-protocol monitoring using oscilloscopes Multi-protocol monitoring using oscilloscopes By Roland Gamper, Senior Software Engineer Regardless of the system topology and application domain, the development, maintenance and monitoring of electronic

More information

Certified Automotive Software Tester Sample Exam Paper Syllabus Version 2.0

Certified Automotive Software Tester Sample Exam Paper Syllabus Version 2.0 Surname, Name: Gender: male female Company address: Telephone: Fax: E-mail-address: Invoice address: Training provider: Trainer: Certified Automotive Software Tester Sample Exam Paper Syllabus Version

More information

Beware of the Hidden! How Cross-traffic Affects Quality Assurances of Competing Real-time Ethernet Standards for In-Car Communication

Beware of the Hidden! How Cross-traffic Affects Quality Assurances of Competing Real-time Ethernet Standards for In-Car Communication Beware of the Hidden! How Cross-traffic Affects Quality Assurances of Competing Real-time Ethernet Standards for In-Car Communication Till Steinbach, Hyung-Taek Lim, Franz Korf, Thomas C. Schmidt, Daniel

More information

Cooperation with other standards. Nicolas François, PSA Peugeot Citroën 7 th AUTOSAR Open Conference October 22 nd, Detroit

Cooperation with other standards. Nicolas François, PSA Peugeot Citroën 7 th AUTOSAR Open Conference October 22 nd, Detroit Nicolas François, PSA Peugeot Citroën 7 th AUTOSAR Open Conference October 22 nd, 2014 - Detroit What is standardized elsewhere? How to cooperate with other standardization bodies? What is the legal impact?

More information

Performance Analysis of Time-Triggered Ether-Networks Using Off-The-Shelf-Components

Performance Analysis of Time-Triggered Ether-Networks Using Off-The-Shelf-Components Performance Analysis of Time-Triggered Ether-Networks Using Off-The-Shelf-Components Florian Bartols, Till Steinbach, Franz Korf, Thomas C. Schmidt Department of Computer Science Hamburg University of

More information

Test requirements in networked systems

Test requirements in networked systems Test requirements in networked systems Jürgen Klüser, Vector Informatik GmbH The use of CAN with J1939 or CANopen based higher layers leads to cost efficient and flexible solutions, but together with a

More information

Decoupling Test Cases from Real and Virtual Test Systems with ASAM HIL API

Decoupling Test Cases from Real and Virtual Test Systems with ASAM HIL API Decoupling Test Cases from Real and Virtual Test Systems with ASAM HIL API Dr. Rainer Rasche, dspace GmbH Dr. Dietmar Neumerkel, Daimler AG Workshop der ASIM/GI-Fachgruppen Simulation technischer Systeme

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

ISO Compliant Automatic Requirements-Based Testing for TargetLink

ISO Compliant Automatic Requirements-Based Testing for TargetLink ISO 26262 Compliant Automatic Requirements-Based Testing for TargetLink Dr. Udo Brockmeyer CEO BTC Embedded Systems AG An der Schmiede 4, 26135 Oldenburg, Germany udo.brockmeyer@btc-es.de Adrian Valea

More information

AVB Gen 2: the Next Step. Michael Johas Teener Plumbing Architect and Sr. Technical Director, Broadcom Corp,

AVB Gen 2: the Next Step. Michael Johas Teener Plumbing Architect and Sr. Technical Director, Broadcom Corp, AVB Gen 2: the Next Step Michael Johas Teener Plumbing Architect and Sr. Technical Director, Broadcom Corp, mikejt@broadcom.com Agenda Requirements for automotive control networks other markets, too Existing

More information

Residual Bus Simulation in Test Bed Use

Residual Bus Simulation in Test Bed Use Residual Bus Simulation in Test Bed Use Volkswagen had been looking for a new concept of how to use residual bus simulation within the test beds of their engine development. The present residual bus simulation

More information

Theory, Concepts and Applications

Theory, Concepts and Applications Theory, Concepts and Applications ETR 2015 Rennes August, the 27 th Jean-Baptiste Chaudron jean-baptiste.chaudron@tttech.com Copyright TTTech Computertechnik AG. All rights reserved. Page 1 AGENDA Introduction

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

Semantics-Based Integration of Embedded Systems Models

Semantics-Based Integration of Embedded Systems Models Semantics-Based Integration of Embedded Systems Models Project András Balogh, OptixWare Research & Development Ltd. n 100021 Outline Embedded systems overview Overview of the GENESYS-INDEXYS approach Current

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

DTU IMM. MSc Thesis. Analysis and Optimization of TTEthernet-based Safety Critical Embedded Systems. Radoslav Hristov Todorov s080990

DTU IMM. MSc Thesis. Analysis and Optimization of TTEthernet-based Safety Critical Embedded Systems. Radoslav Hristov Todorov s080990 DTU IMM MSc Thesis Analysis and Optimization of TTEthernet-based Safety Critical Embedded Systems Radoslav Hristov Todorov s080990 16-08-2010 Acknowledgements The work for this master thesis project continued

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

CANoe.MOST. - more efficiency in developing and testing MOST systems -

CANoe.MOST. - more efficiency in developing and testing MOST systems - CANoe.MOST - more efficiency in developing and testing MOST systems - V1.05 2008-10-23 Agenda > Vector Simulation Analysis Test Conclusion Slide: 2 Vector 1988 Vector Informatik established 1998 Vector

More information

Application guide ESD protection Automotive

Application guide ESD protection Automotive Application guide ESD protection Automotive For In-Vehicle Networks and multimedia buses: CAN, LIN, FlexRay, BroadR-Reach, HDMI, LVDS, USB Type-C Contents Introduction... 3 A growing and challenging market

More information

MATLAB Expo Simulation Based Automotive Communication Design using MATLAB- SimEvent. Sudhakaran M Anand H General Motors

MATLAB Expo Simulation Based Automotive Communication Design using MATLAB- SimEvent. Sudhakaran M Anand H General Motors MATLAB Expo 2013 Simulation Based Automotive Communication Design using MATLAB- SimEvent Sudhakaran M Anand H General Motors 1 Agenda Introduction Different Analysis Methods Analytical vs. Simulation Approach

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

Architectures of Automotive Electrical. Nicolas Navet. Can be freely used for teaching Complexity Mastered. Outline

Architectures of Automotive Electrical. Nicolas Navet. Can be freely used for teaching Complexity Mastered. Outline Architectures of Automotive Electrical and Electronics (E/E) Systems Nicolas Navet Teaching slides Can be freely used for teaching Complexity Mastered Outline 1. Architecture of Automotive Embedded Systems

More information

Mentor Automotive. Vehicle Network Design to meet the needs of ADAS and Autonomous Driving

Mentor Automotive. Vehicle Network Design to meet the needs of ADAS and Autonomous Driving Mentor Automotive Vehicle Network Design to meet the needs of ADAS and Autonomous Driving Presented to AESIN Conference 2016 By Martin Wennberg October 2016 Abstract With the new automotive trends such

More information

DRAFT. Dual Time Scale in Factory & Energy Automation. White Paper about Industrial Time Synchronization. (IEEE 802.

DRAFT. Dual Time Scale in Factory & Energy Automation. White Paper about Industrial Time Synchronization. (IEEE 802. SIEMENS AG 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 DRAFT Dual Time Scale in Factory & Energy Automation White Paper about Industrial

More information

What is needed on top of TLM-2 for bigger Systems?

What is needed on top of TLM-2 for bigger Systems? What is needed on top of TLM-2 for bigger Systems? Jerome Cornet - ST Martin Schnieringer - Bosch GmbH Accellera Systems Initiative 1 Agenda Introduction Example of Serial Protocols TLM Standard Design

More information

LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications

LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications Publish Date: Dec 29, 2008 38 Ratings 4.16 out of 5 Overview Hardware-in-the-loop (HIL) simulation is achieving a highly realistic simulation

More information

The CANoe.Ethernet Solution

The CANoe.Ethernet Solution Use in Praxis V1.0 2016-11-23 Agenda 1. Ethernet the Newcomer in Automotive 2. Why an Automotive Ethernet Option for CANoe? 3. Brief Look to CANoe 4. First Hand Usecase from Field 2/20 Network Topology

More information

The Influence of Real-time Constraints on the Design of FlexRay-based Systems

The Influence of Real-time Constraints on the Design of FlexRay-based Systems The Influence of Real-time Constraints on the Design of FlexRay-based Systems Stephan Reichelt Oliver Scheickl Gökhan Tabanoglu Audi Electronics Venture GmbH BMW Car IT GmbH Volkswagen AG Abstract This

More information

Welcome Note. Dr. Thomas Scharnhorst, AUTOSAR Spokesperson 10 th AUTOSAR Open Conference 8 th Nov 2017, Mountain View, California

Welcome Note. Dr. Thomas Scharnhorst, AUTOSAR Spokesperson 10 th AUTOSAR Open Conference 8 th Nov 2017, Mountain View, California Dr. Thomas Scharnhorst, AUTOSAR Spokesperson 10 th AUTOSAR Open Conference 8 th Nov 2017, Mountain View, California Welcome Willkommen Bienvenu 歡迎 Boas-vindas Welkom добро пожаловать ようこそ 환영합니다 Bienvenida

More information

Autorama, Connecting Your Car to

Autorama, Connecting Your Car to Autorama, Connecting Your Car to the Internet of Tomorrow Nicholas Sargologos, Senior Marketing Manager, Digital Networking Freescale Semiconductor Overview Automotive OEMs need a secure, managed process

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

Taking the Right Turn with Safe and Modular Solutions for the Automotive Industry

Taking the Right Turn with Safe and Modular Solutions for the Automotive Industry Taking the Right Turn with Safe and Modular Solutions for the Automotive Industry A Time-Triggered Middleware for Safety- Critical Automotive Applications Ayhan Mehmet, Maximilian Rosenblattl, Wilfried

More information

Extending OMNeT++ Towards a Platform for the Design of Future In-Vehicle Network Architectures

Extending OMNeT++ Towards a Platform for the Design of Future In-Vehicle Network Architectures Extending OMNeT++ Towards a Platform for the Design of Future In-Vehicle Network Architectures Till Steinbach, Philipp Meyer, Stefan Buschmann, and Franz Korf Department of Computer Science, Hamburg University

More information

How Microcontrollers help GPUs in Autonomous Drive

How Microcontrollers help GPUs in Autonomous Drive How Microcontrollers help GPUs in Autonomous Drive GTC 2017 Munich, 2017-10-12 Hans Adlkofer, VP Automotive System department Outline 1 Main Safety concepts 2 Sensor Fusion architecture and functionalities

More information

Architecture concepts in Body Control Modules

Architecture concepts in Body Control Modules Bitte decken Sie die schraffierte Fläche mit einem Bild ab. Please cover the shaded area with a picture. (24,4 x 11,0 cm) Course 7 www.continental-corporation.com Interior Body and Security Table Of Contents

More information

ISO compliant verification of functional requirements in the model-based software development process

ISO compliant verification of functional requirements in the model-based software development process requirements in the model-based software development process Hans J. Holberg SVP Marketing & Sales, BTC Embedded Systems AG An der Schmiede 4, 26135 Oldenburg, Germany hans.j.holberg@btc-es.de Dr. Udo

More information

Choosing IP-XACT IEEE 1685 standard as a unified description for timing and power performance estimations in virtual platforms platforms

Choosing IP-XACT IEEE 1685 standard as a unified description for timing and power performance estimations in virtual platforms platforms hoosing IP-XAT IEEE 1685 standard as a unified description for timing and power performance estimations in virtual platforms platforms Emmanuel Vaumorin (Magillem Design Services) Motivation New needs

More information

AUTOSAR proofs to be THE automotive software platform for intelligent mobility

AUTOSAR proofs to be THE automotive software platform for intelligent mobility AUTOSAR proofs to be THE automotive software platform for intelligent mobility Dr.-Ing. Thomas Scharnhorst AUTOSAR Spokesperson Simon Fürst, BMW AG Stefan Rathgeber, Continental Corporation Lorenz Slansky,

More information

ETHERNET JOURNEY AT JAGUAR LAND ROVER CHALLENGES IN THE DEVELOPMENT OF AN ETHERNET BACKBONE

ETHERNET JOURNEY AT JAGUAR LAND ROVER CHALLENGES IN THE DEVELOPMENT OF AN ETHERNET BACKBONE ETHERNET JOURNEY AT JAGUAR LAND ROVER CHALLENGES IN THE DEVELOPMENT OF AN ETHERNET BACKBONE Vector GB Ltd Annual Conference 2017 Wednesday, September 27th, 2017 Syreeta Bath - Technical Specialist Vehicle

More information

Virtual Test Driving in the Development Process New Methods and Tools for Current Challenges

Virtual Test Driving in the Development Process New Methods and Tools for Current Challenges Virtual Test Driving in the Development Process New Methods and Tools for Current Challenges Episode 1: Hardware-in-the-Loop Current and Future Challenges for Function Verification with HIL Highly networked

More information

Dependable Computer Systems

Dependable Computer Systems Dependable Computer Systems Part 6b: System Aspects Contents Synchronous vs. Asynchronous Systems Consensus Fault-tolerance by self-stabilization Examples Time-Triggered Ethernet (FT Clock Synchronization)

More information

dspace GmbH Rathenaustr Paderborn Germany

dspace GmbH Rathenaustr Paderborn Germany New DNA for Modular RCP Systems Revolution of an Evolution Frank Mertens - Product Management Rapid Prototyping Systems October 2017 dspace GmbH Rathenaustr. 26 33102 Paderborn Germany Today s Modular

More information

SOLUTIONS FOR TESTING CAMERA-BASED ADVANCED DRIVER ASSISTANCE SYSTEMS SOLUTIONS FOR VIRTUAL TEST DRIVING

SOLUTIONS FOR TESTING CAMERA-BASED ADVANCED DRIVER ASSISTANCE SYSTEMS SOLUTIONS FOR VIRTUAL TEST DRIVING SOLUTIONS FOR TESTING CAMERA-BASED ADVANCED DRIVER ASSISTANCE SYSTEMS SOLUTIONS FOR VIRTUAL TEST DRIVING Table of Contents Motivation... 3 Requirements... 3 Solutions at a Glance... 4 Video Data Stream...

More information

AUTOSAR stands for AUTomotive Open Systems ARchitecture. Partnership of automotive Car Manufacturers and their Suppliers

AUTOSAR stands for AUTomotive Open Systems ARchitecture. Partnership of automotive Car Manufacturers and their Suppliers Introduction stands for AUTomotive Open Systems ARchitecture Electronic Control Unit Partnership of automotive Car Manufacturers and their Suppliers Source for ECU: Robert Bosch GmbH 2 Introduction Members

More information

CORBA in Control Systems

CORBA in Control Systems CORBA in Control Systems The Use of Embedded Real-time CORBA in the Architecture of Control Systems: A Case Study James L. Paunicka Ph.D. Boeing Phantom Works Eric Martens Boeing Phantom Works Shahzad

More information

Evaluating Requirements of High Precision Time Synchronisation Protocols using Simulation

Evaluating Requirements of High Precision Time Synchronisation Protocols using Simulation Evaluating Requirements of High Precision Time Synchronisation Protocols using Simulation Lazar T. Todorov, Till Steinbach, Franz Korf, Thomas C. Schmidt HAW-Hamburg, Department Informatik Berliner Tor

More information

Simulation-Based Fault Injection as a Verification Oracle for the Engineering of Time-Triggered Ethernet networks

Simulation-Based Fault Injection as a Verification Oracle for the Engineering of Time-Triggered Ethernet networks Simulation-Based Fault Injection as a Verification Oracle for the Engineering of Time-Triggered Ethernet networks Loïc FEJOZ, RealTime-at-Work (RTaW) Bruno REGNIER, CNES Philippe, MIRAMONT, CNES Nicolas

More information

On Error-Class Distribution in Automotive Model-Based Software Harald Altinger, Yanja Dajsuren, Sebastian Siegl, Jurgen J. Vinju, and Franz Wotawa

On Error-Class Distribution in Automotive Model-Based Software Harald Altinger, Yanja Dajsuren, Sebastian Siegl, Jurgen J. Vinju, and Franz Wotawa On Error-Class Distribution in Automotive Model-Based Software Harald Altinger, Yanja Dajsuren, Sebastian Siegl, Jurgen J. Vinju, and Franz Wotawa Topics Todays Talk 1 Automotive Basics 3 2 Setup 9 3 Automotive

More information

Technology for Adaptive Hard. Rui Santos, UA

Technology for Adaptive Hard. Rui Santos, UA HaRTES Meeting Enhanced Ethernet Switching Technology for Adaptive Hard Real-Time Applications Rui Santos, rsantos@ua.pt, UA SUMMARY 2 MOTIVATION Switched Ethernet t became common in real-time communications

More information

Timing Analysis on Complex Real-Time Automotive Multicore Architectures

Timing Analysis on Complex Real-Time Automotive Multicore Architectures 2 nd Workshop on Mapping Applications to MPSoCs St. Goar, June 2009 Timing Analysis on Complex Real-Time Automotive Multicore Architectures Mircea Negrean Simon Schliecker Rolf Ernst Technische Universität

More information

Current and Prospective High-speed Measurement Systems

Current and Prospective High-speed Measurement Systems Current and Prospective High-speed Measurement Systems Vector Congress 2010, Stuttgart V0.01 2010-11-29 Agenda > Definition: Measurement and Calibration Hardware Customer Requirements Vector Product Strategy

More information