Agenda. Why AUTOSAR Introduction Technical Overview Backup References. 26 August 2015 Liu Xue

Size: px
Start display at page:

Download "Agenda. Why AUTOSAR Introduction Technical Overview Backup References. 26 August 2015 Liu Xue"

Transcription

1 AUTOSAR

2 Agenda Why AUTOSAR Introduction Technical Overview Backup References 2

3 Background Initial discussions on the common challenge and objectives were held by BMW, Bosch, Continental, DaimlerChrysler and Volkswagen in August, 2002 and the partners were joined soon afterwards by Siemens VDO. Ford Motor Company joined as a Core Partner in November, Peugeot Citroën Automobiles S.A. and Toyota Motor Corporation joined as Core Partners in December, General Motors became Core Partner in November,

4 Motivation Management of E/E complexity associated with growth in functional scope Flexibility for product modification, upgrade and update Scalability of solutions within and across product lines Improved quality and reliability of E/E systems 4

5 Goals Fulfillment of future vehicle requirements, such as, availability and safety, SW upgrades/ updates and maintainability Increased scalability and flexibility to integrate and transfer functions Higher penetration of "Commercial off the Shelf" SW and HW components across product lines Improved containment of product and process complexity and risk Cost optimization of scalable systems 5

6 Agenda Why AUTOSAR Introduction Technical Overview Backup References 6

7 Key Features Modularity and configurability Definition of a layered basic software architecture for automotive electronic control units in order to encapsulate the HW dependencies Consideration of HW dependent and HW independent SW modules Enable the integration of basic SW modules provided by different suppliers to increase the functional reuse Enable the transferability of functional SW-components within a particular E/E-system at least at the final software linking process Resource optimized configuration of the SW infrastructure of each ECU depending on the function deployment Scalability of the E/E-system across the entire range of vehicle product lines 7

8 Standardized interfaces Standardization of different APIs to separate the AUTOSAR SW layers Facilitate encapsulation of functional SW-components Definition of the data types of SW-components Standardization of interfaces of basic SW modules of the SW infrastructure 8

9 Runtime Environment (RTE) Provision of inter- and intra-ecu communication across all nodes of a vehicle network Located between the functional SW-components and the basic SW-modules All entities connected to the AUTOSAR RTE must comply with the AUTOSAR specification Enables the easy integration of customer specific functional SW-modules Acceptance Tests Standardization of test specifications to test a basic software and RTE implementation with respect to application and bus compatibility 9

10 Agenda Why AUTOSAR Introduction Technical Overview 3.1 Software Component Virtual Functional Bus ECU Software Architecture The AUTOSAR Methodology Acceptance Tests Backup References 10

11 Modularity Modularity of automotive software elements enables tailoring of software according to the individual requirements of electronic control units and their tasks. Scalability Scalability of functions ensures the adaptability of common software modules to different vehicle platforms to prohibit proliferation of software with similar functionality. Transferability Transferability of functions optimizes the use of resources available throughout a vehicle s electronic architecture. Re-usability Re-usability of functions helps to improve product quality and reliability and to reinforce corporate brand image across product lines. 11

12 Standardized Interfaces AUTOSAR Software Components Software Component Description Virtual Functional Bus (VFB) System Constraint and ECU Descriptions Mapping on ECUs Runtime Environment (RTE) Basic Software 12

13 Agenda Why AUTOSAR Introduction Technical Overview 3.1 Software Component Virtual Functional Bus ECU Software Architecture The AUTOSAR Methodology Acceptance Tests Backup References 13

14 Software Component SwComponentTypes Encapsulate the implementation of their functionality and behavior PortPrototypes Connection points, exposed to the outside world. In other words, the actual implementation of automotive application software is done by means of the definition of AtomicSwComponentTypes. 14

15 Agenda Why AUTOSAR Introduction Technical Overview 3.1 Software Component Virtual Functional Bus ECU Software Architecture The AUTOSAR Methodology Acceptance Tests Backup References 15

16 Virtual Functional Bus The virtual functional bus is the abstraction of the AUTOSAR Software Components interconnections of the entire vehicle. The communication between different software components and between software components and its environment (e.g. hardware driver, OS, services, etc.) can be specified independently of any underlying hardware. The AUTOSAR Interface concept defines the services or data that are provided on or required by a port of a component. 16

17 Communication 17

18 Agenda Why AUTOSAR Introduction Technical Overview 3.1 Software Component Virtual Functional Bus ECU Software Architecture The AUTOSAR Methodology Acceptance Tests Backup References 18

19 Software Architecture 19

20 AUTOSAR Software AUTOSAR Software Components that are mapped on the ECU. 20

21 AUTOSAR Runtime Environment At system design level, (i.e. when drafting a logical view of the entire system irrespective of hardware) the AUTOSAR Runtime Environment (RTE) acts as a communication center for inter- and intra-ecu information exchange. The RTE provides a communication abstraction to AUTOSAR Software Components attached to it by providing the same interface and services whether inter-ecu communication channels are used (such as CAN, LIN, FlexRay, MOST, etc.) or communication stays intra-ecu. The resulting RTE will differ between one ECU and another. 21

22 AUTOSAR Basic Software Basic Software is the standardized software layer, which provides services to the AUTOSAR Software Components and is necessary to run the functional part of the software. Standardized modules Services. System services such as diagnostic protocols; NVRAM management Communication. Communication Framework (e.g. CAN, LIN, FlexRay...), Network management Operating System. OSEK OS (ISO ) Microcontroller Abstraction. Access to the hardware is routed through the Microcontroller Abstraction Layer (MCAL) to avoid direct access to microcontroller registers from higherlevel software. ECU specific components are: ECU Abstraction. The ECU Abstraction provides a software interface to the electrical values of any specific ECU in order to decouple higher-level software from all underlying hardware dependencies. Complex Driver (CDD). The CDD allows a direct access to the hardware in particular for resource critical applications. 22

23 Classification of interfaces AUTOSAR Interface Standardized AUTOSAR Interface Standardized Interface 23

24 24

25 Agenda Why AUTOSAR Introduction Technical Overview 3.1 Software Component Virtual Functional Bus ECU Software Architecture The AUTOSAR Methodology Acceptance Tests Backup References 25

26 The AUTOSAR Methodology System Configuration Description: includes all system information and the information that must be agreed between different ECUs System Configuration Extractor: extracts the information from the System Configuration Description needed for a specific ECU ECU extract: is the information from the System Configuration Description needed for a specific ECU ECU Configuration Description: contains all basic software configuration information that is local to a specific ECU. The executable software can be built from this information, the code of the basic software modules and the code of the software components 26

27 Agenda Why AUTOSAR Introduction Technical Overview 3.1 Software Component Virtual Functional Bus ECU Software Architecture The AUTOSAR Methodology Acceptance Tests Backup References 27

28 Acceptance Tests AUTOSAR Acceptance Test Specifications (ATS) are system tests (ICC1) specifications with interfaces to the application and the bus. 28

29 Agenda Why AUTOSAR Introduction Technical Overview Backup References 29

30 AUTOSAR Architecture 30

31 Basic Software The AUTOSAR Basic Software is divided into the following BSW layers: Services, ECU abstraction, microcontroller abstraction, and complex drivers. The Basic Software layers are further divided into functional groups for example System, Memory and Communication Services. 31

32 Runtime Environment The Runtime Environment abstracts the application layer from the basic software and organizes the data and information traffic between them. The defined transfer interfaces of the RTE allow application software components to be developed without specific knowledge of what hardware will be used later. 32

33 Application Software The application layer above the RTE is divided into software components. All software components are completely ECU-independent. 33

34 AUTOSAR Methodology 34

35 The AUTOSAR configuration methodology (AUTOSAR Consortium, 2009a) provides system-wide and ECU-specific configuration parameters and standardized XML-based exchange formats. The AUTOSAR methodology describes the major development steps of an overall AUTOSAR system, which means the entire software for a network of interconnected ECUs in a vehicle. It addresses the wide range of software development from the system-level configuration to the generation of an ECU executable, and it supports a widely decoupled development and implementation of application functionality, as well as a seamless integration and configuration of both, the overall system and its individual ECUs. This configuration methodology allows to clearly separate the configuration tasks between OEM (system configuration) and Tier1 (ECU configuration) and enable both system-wide and ECU-specific optimizations. 35

36 EBtresos Studio is an universal configuration tool for all these basic software modules and the Rte. This tool can import an AUTOSAR system description or ECU extract of the system description and convert it into the corresponding ECU configuration parameters in order to configure all AUTOSAR basic software modules and the Rte for a specific ECU. AUTOSAR stack from software vendors, like Elektrobit (EB) Basic software stacks A working basic software stack consisting of over 80 basic software modules (AUTOSAR Consortium, 2009c) that make up the AUTOSAR software architecture. 36

37 ECU Configuration Configuration parameters Parameter dependencies OEM -> ECU extract -> Tier1 Import configuration information files DBC, LDF, FIBEX, ECU extract of the system description EB tresos Studio OEM specific default values 37

38 In addition to the over 80 software modules and libraries specified by AUTOSAR, each OEM has a certain number of legacy modules that need to be integrated into the AUTOSAR basic software stack. OEMs and Tier1s introducing this powerful technology, however, have to master some main challenges, such as considering all OEM specific requirements, handling the configuration complexity, optimal usage of restricted hardware resources, and the integration of existing legacy modules. Software vendors such as EB working closely together with OEMs, can provide Tier1s with powerful configuration tools and AUTOSAR basic software stack implementations that fulfill all these requirements. 38

39 Functional architecture level The functional architecture level deals with the Virtual Functional Bus (VFB) which enables the development of the functional architecture of the entire system independent from the actual hardware topology of ECUs and the network. 39

40 Physical architecture level the activity design system leads to a system description that defines the system topology of ECUs, the network, and the mapping of components to ECUs. Before the software for each ECU can be built, the information regarding this ECU has to be extracted from the system description. The development of the application software components with the definition of the internal behavior, coding, and implementation are independent from hardware and can be done separately for each component. 40

41 Application Interfaces Support Software Sharing AUTOSAR supports software sharing by providing architecture, infrastructure, methodology, and the basic software. In addition, standardized application interfaces support the exchangeability of software between suppliers. 41

42 Roadmap 42

43 Agenda Why AUTOSAR Introduction Technical Overview Backup References 43

44 References Bunzel, Stefan. "Autosar the standardized software architecture."informatik- Spektrum 34.1 (2011): Galla, Th M., and Roman Pallierer. "AUTOSAR challenges and solutions from a software vendor s perspective." e & i Elektrotechnik und Informationstechnik (2011): AUTOSAR, GbR. "AUTOSAR Technical Overview V " (2006). 44

45 45

AUTOSAR Automotive Open System Architecture

AUTOSAR Automotive Open System Architecture Automotive Open System Architecture Cooperate on standards, compete on implementation. Alessandra Mitidieri C. Agenda History Partnership Structure and Members Main Topics and Benefits Architecture Present

More information

Automation framework for converting legacy application to AUTOSAR System using dspace SystemDesk

Automation framework for converting legacy application to AUTOSAR System using dspace SystemDesk Automation framework for converting legacy application to AUTOSAR System using dspace SystemDesk ABSTRACT James Joy, Anush G Nair Tata Elxsi, India AUTOSAR systems are getting very popular in the automotive

More information

EB Automotive ECU solutions AUTOSAR Basic Software Tooling Functional Safety Customization Services

EB Automotive ECU solutions AUTOSAR Basic Software Tooling Functional Safety Customization Services automotive.elektrobit.com EB Automotive ECU solutions AUTOSAR Basic Software Tooling Functional Safety Customization Services Electronic Control Unit Software and Services We take AUTOSAR to the road!

More information

AUTOSAR E/E Design Flow Solution. - Optimizing Functional / Logical Architecture Design with EAST-ADL and AUTOSAR

AUTOSAR E/E Design Flow Solution. - Optimizing Functional / Logical Architecture Design with EAST-ADL and AUTOSAR AUTOSAR E/E Design Flow Solution - Optimizing Functional / Logical Architecture Design with EAST-ADL and AUTOSAR GM Soh Sr. Application Engineer Trend E/E architecture trends Description Objective Standardization

More information

Development of AUTOSAR Software Components with Model-Based Design

Development of AUTOSAR Software Components with Model-Based Design Development of AUTOSAR Software Components with Model-Based Design Guido Sandmann Automotive Marketing Manager, EMEA The MathWorks Joachim Schlosser Senior Team Leader Application Engineering The MathWorks

More information

EB Automotive Driving the Future of Software

EB Automotive Driving the Future of Software EB Automotive Driving the Future of Software About Elektrobit (EB) Driving the Future of Automotive Software Architecting the experiences inside and outside the connected vehicle in a safe manner. Leading

More information

Vector is a global company located in Stuttgart, Germany Subsidiaries in USA, Japan, France, Sweden

Vector is a global company located in Stuttgart, Germany Subsidiaries in USA, Japan, France, Sweden Modeling with CANoe by Bruce D. Emaus President of Vector CANtech & SAE Embedded Software Standards Committee Chair Automotive Software Workshop San Diego March 2006 This is a Vector commercial Vector

More information

Measurement, simulation, virtualization

Measurement, simulation, virtualization Translated article Methoden und Tools für die Entwicklung von Fahrzeugsystemen: Messung, Simulation, Virtualisierung, Elektronik Automotive Sonderausgabe Software 2016 Methods and tools for the development

More information

AUTOSAR and ISO26262 compliant development by use of Libraries

AUTOSAR and ISO26262 compliant development by use of Libraries AUTOSAR and ISO26262 compliant development by use of Libraries Vector Conference 2016 V1.0 2016-08-30 Agenda 1. Challenges in Automotive Development Projects 2. AUTOSAR and ISO26262 compliant development

More information

Safety with Embedded Multicores. Glenn Farrall: Microcontrollers Infineon UK

Safety with Embedded Multicores. Glenn Farrall: Microcontrollers Infineon UK Safety with Embedded Multicores Glenn Farrall: Microcontrollers Infineon UK 2014-09-23 Agenda Automotive ECUs Automotive Trends AURIX MultiCore Page 2 Automobiles are no longer a composition of mechanical

More information

Model Based Embedded System Development for In-Vehicle Network Systems

Model Based Embedded System Development for In-Vehicle Network Systems 2006-01-0862 Model Based Embedded System Development for In-Vehicle Network Systems Copyright 2006 SAE International Joonwoo Son Daegu Gyeongbuk Institute of Science & Technology Department of Mechatronics

More information

Smart Strategic Approach for Functional Safety Implementation. Chandrashekara N Santosh Kumar Molleti

Smart Strategic Approach for Functional Safety Implementation. Chandrashekara N Santosh Kumar Molleti Smart Strategic Approach for Functional Safety Implementation Chandrashekara N Santosh Kumar Molleti August 2015 1 Table of Contents Abstract... 3 1. Introduction... 3 2. Approach-To-Concept... 4 2.1.

More information

ISO : Rustam Rakhimov (DMS Lab)

ISO : Rustam Rakhimov (DMS Lab) ISO 26262 : 2011 Rustam Rakhimov (DMS Lab) Introduction Adaptation of IEC 61508 to road vehicles Influenced by ISO 16949 Quality Management System The first comprehensive standard that addresses safety

More information

Supplying Value with Innovation

Supplying Value with Innovation Supplying Value with Innovation Wolfgang Dehen, Group President Reinhard Pinzer, Chief Financial Officer Financial Market Day, February 17, 2004 We are on track with our financial performance Rigorous

More information

Putting Real Production Software in the Loop, Methodologies Enabling SW Co-Development Between OEMs and Tier 1s

Putting Real Production Software in the Loop, Methodologies Enabling SW Co-Development Between OEMs and Tier 1s Putting Real Production Software in the Loop, Methodologies Enabling SW Co-Development Between OEMs and Tier 1s David Bailey, Guillaume Francois and Gregory Nice ETAS GmbH Borsigstrasse 14, 70469, Stuttgart,

More information

FACILITATING AGRICULTURE AUTOMATION USING STANDARDS

FACILITATING AGRICULTURE AUTOMATION USING STANDARDS FACILITATING AGRICULTURE AUTOMATION USING STANDARDS Robert K. Benneweis P. Eng Outline Available standards Developing standards Implemented automation Standard based automation implementation Potential

More information

PC-Based Validation of ECU Software

PC-Based Validation of ECU Software PC-Based Validation of ECU Software Sean Wyatt - ETAS, Inc. Embedded System Workshop Venue: Oakland University School of Engineering and Computer Science, Rochester, MI Date: October 13, 2012 What you

More information

Introducing Capital HarnessXC The Newest Member of the CHS Family

Introducing Capital HarnessXC The Newest Member of the CHS Family Introducing Capital HarnessXC The Newest Member of the CHS Family Embargoed Until October 16, 2006 Mentor Graphics Integrated Electrical Systems Division Agenda Mentor Graphics automotive strategy update

More information

Android as a platform for IVI systems: A new approach

Android as a platform for IVI systems: A new approach Android as a platform for IVI systems: A new approach Automotive Linux Summit 2012 Peter Seidenschwang peter.seidenschwang@tieto.com The presenter: Peter Seidenschwang Head of Offering Management and Go-to-market

More information

for Embedded Multi-Core Systems

for Embedded Multi-Core Systems EclipseCon Europe 2013 AMALTHEA Harald Mackamul Robert Bosch GmbH Model Based Open Source Development eop e Environment Platform for Embedded Multi-Core Systems ITEA 2-1 of 36 The Project Start 01.07.2011

More information

SeamleSS Implementation. based on ISO 26262

SeamleSS Implementation. based on ISO 26262 SeamleSS Implementation of ECU Software based on ISO 26262 Growing use of the ISO 26262 standard is producing clearly defined requirements for the development and validation of E/E systems. Vector describes

More information

Shenoy R K Senior Vice President, Powertrain Electronics Robert Bosch Engineering and Business Solutions ltd.

Shenoy R K Senior Vice President, Powertrain Electronics Robert Bosch Engineering and Business Solutions ltd. Model Based Design Approach For Automotive Applications Shenoy R K Senior Vice President, Powertrain Electronics Robert Bosch Engineering and Business Solutions ltd. 1 Ho Chi Minh City Coimbatore Bangalore

More information

elektrobit.com Driver assistance software EB Assist solutions

elektrobit.com Driver assistance software EB Assist solutions elektrobit.com Driver assistance software EB Assist solutions From driver assistance systems to automated driving Automated driving leads to more comfortable driving and makes the road safer and more secure.

More information

Design Collaboration Between OEMs and Electronics Suppliers.

Design Collaboration Between OEMs and Electronics Suppliers. Page 1 Design Collaboration Between OEMs and., BMW Group IEEE EMC Society Advances in Automotive EMC Test and Design International Center for Automotive Research Clemson University Page 2 Design Collaboration

More information

Connectivity key to efficient, safe, and convenient mobility

Connectivity key to efficient, safe, and convenient mobility Connectivity key to efficient, safe, and convenient mobility Dr. Markus Heyn Member of the board of management, Robert Bosch GmbH 1 Invented for life means connected for life Combining cross-domain know-how

More information

CaliAV - Guided Calibration for INCA Autopilot to efficient best-practice MCD

CaliAV - Guided Calibration for INCA Autopilot to efficient best-practice MCD CaliAV - Guided Calibration for INCA Autopilot to efficient best-practice MCD 1 CaliAV Guided Calibration for INCA What it does for you.. as calibration engineer Easily automate day-to-day repetitive tasks..

More information

SIMATIC BATCH. Automation of batch processes with SIMATIC BATCH

SIMATIC BATCH. Automation of batch processes with SIMATIC BATCH Automation of batch processes with clients and OS clients Engineering System OS-LAN Batch server OS server Plant bus SIMATIC PCS 7 always offers the right solution for attractively priced and effective

More information

Mastering Unexpected Situations Safely. Chassis & Safety Vehicle Dynamics

Mastering Unexpected Situations Safely. Chassis & Safety Vehicle Dynamics Mastering Unexpected Situations Safely Chassis & Safety Vehicle Dynamics Benefits and Challenges of using SystemC Models for Pre-Silicon Software Development in the Automotive Industry www.continental-corporation.com

More information

Model Based Approach for the Integration of ECUs

Model Based Approach for the Integration of ECUs Model Based Approach for the Integration of ECUs Rajeshwari Hegde, K S Gurumurthy Abstract A modern automotive system is a complex electromechanical system, whose comfort, safety and performance requirements

More information

Modelisar Plenary Project Presentation. Co-summit 2012, October 2012, Paris Patrick Chombart (Dassault Systèmes) & Bernd Relovsky (Daimler)

Modelisar Plenary Project Presentation. Co-summit 2012, October 2012, Paris Patrick Chombart (Dassault Systèmes) & Bernd Relovsky (Daimler) Modelisar Plenary Project Presentation Co-summit 2012, 30-31 October 2012, Paris Patrick Chombart (Dassault Systèmes) & Bernd Relovsky (Daimler) Agenda Vision and objectives Project results Consortium

More information

ADL Automotive. Joubin Adl Zarrabi

ADL Automotive. Joubin Adl Zarrabi ADL Automotive Joubin Adl Zarrabi ADL Automotive 26 Allée de Barcelone 31000 Toulouse - FRANCE Office Phone: +33.562.806.304 E-mail: j.adl@adl-automotive.com Internet: www.adl-automotive.com 9/15/2017

More information

The Functional. Mockup-Interface: Innovation through. Open Standards. Hubertus Tummescheit, Modelon

The Functional. Mockup-Interface: Innovation through. Open Standards. Hubertus Tummescheit, Modelon The Functional Mockup-Interface: Innovation through Open Standards Hubertus Tummescheit, Modelon GPDIS_2017.ppt 1 Biography Dr. Tummescheit is the President of Modelon Inc., and Chief Strategy Officer

More information

Siemens Competitive Advantage: The Digital Factory, Totally Integrated Automation, and TIA Portal

Siemens Competitive Advantage: The Digital Factory, Totally Integrated Automation, and TIA Portal Siemens Competitive Advantage: The Digital Factory, Totally Integrated Automation, and TIA Portal Stefan Werner, March 23-24, 2016 Draft Page 1 Only a holistic automation approach including the whole value

More information

architecture (SAFE) Project Presentation SAFE project partners

architecture (SAFE) Project Presentation SAFE project partners Safe Automotive software architecture (SAFE) Project Presentation SAFE project partners Content Motivation Project Organization Work Packages Miscellaneous SAFE Motivation Scope and Goals Scope: Automotive

More information

ASAM SOLUTIONS GUIDE

ASAM SOLUTIONS GUIDE 8 No. ASAM SOLUTIONS GUIDE ASAM SOLUTIONS GUIDE STANDARDS I MEMBERS I PRODUCTS No. 8 www.asam.net Tool Interoperability Long-Term Stability & Continuity Seamless Data Exchange HighQSoft is founding member

More information

ASAM OTX Based Standards: OTX- Extensions, MCD-2 CERP and CPX

ASAM OTX Based Standards: OTX- Extensions, MCD-2 CERP and CPX ASAM OTX Based Standards: OTX- Extensions, MCD-2 CERP and CPX General Assembly Meeting 2017, Stuttgart, Germany Presenters Dr. Jörg Supke EMOTIVE GmbH & Co. KG André Steimel Vector Informatik New ASAM

More information

Hybrid Cloud. Private and public clouds under a single service

Hybrid Cloud. Private and public clouds under a single service Hybrid Cloud Private and public clouds under a single service Combine the bespoke, costeffective nature of our private cloud with the latest technology and scalability of the public Azure platform and

More information

Introducing Software Ecosystems for Mass-Produced Embedded Systems

Introducing Software Ecosystems for Mass-Produced Embedded Systems Introducing Software Ecosystems for Mass-Produced Embedded Systems Ulrik Eklund and Jan Bosch Chalmers University of Technology Software Engineering Division, Dept. of Computer Science & Engineering Göteborg,

More information

VNF Lifecycle Management

VNF Lifecycle Management Case Study Lifecycle Customer Profile Customer: Cloud Service Provider (CSP) Industry: Telecommunications Employees: 22,500 (2016) Customers: 3+ Million The Challenge A CSP finds that rolling out new services,

More information

EHR Modernization - Conceptual Architecture EHR Services Platform (ESP) - Software Development Kit (SDK)

EHR Modernization - Conceptual Architecture EHR Services Platform (ESP) - Software Development Kit (SDK) CALL FOR PARTICIPATION Please post your discussion comments at http://www.osehra.org/group/architecture This DRAFT document should be treated as a Request for Information (RFI) Modernization - Conceptual

More information

Research project PEGASUS EFFECTIVELY ENSURING AUTOMATED DRIVING.

Research project PEGASUS EFFECTIVELY ENSURING AUTOMATED DRIVING. Research project PEGASUS EFFECTIVELY ENSURING AUTOMATED DRIVING. Key Figures 42 Months Duration January 1, 2016 June 30, 2019 17 Partners OEM: Audi, BMW, Daimler, Opel, Volkswagen Tier 1: Automotive Distance

More information

Design of Embedded Systems: Methodologies, Tools and Applications. Foundations of Hybrid and Embedded Software Systems. System Design.

Design of Embedded Systems: Methodologies, Tools and Applications. Foundations of Hybrid and Embedded Software Systems. System Design. Design of Embedded Systems: Methodologies, Tools and Applications Alberto Sangiovanni-Vincentelli Dept. of EECS University of California Berkeley NSF UC Berkeley: Chess Vanderbilt University: ISIS University

More information

EB TechPaper. Robot architectures. DNA for automated driving. elek trobit.com

EB TechPaper. Robot architectures. DNA for automated driving. elek trobit.com EB TechPaper Robot architectures DNA for aumated driving elek trobit.com 1 Robot architectures DNA for aumated driving Introduction With functions such as lane assist, emergency brake assist and adaptive

More information

Enabling GIS in Distribution Utility for Energy Audit and Load flow analysis

Enabling GIS in Distribution Utility for Energy Audit and Load flow analysis Enabling GIS in Distribution Utility for Energy Audit and Load flow analysis Jayant Sinha Associate Vice President (Power/ IT) Spanco Ltd. Abstract: About the Author: In the nationwide implementation of

More information

MANUFACTURING EXECUTION SYSTEM

MANUFACTURING EXECUTION SYSTEM MANUFACTURING EXECUTION SYSTEM Critical Manufacturing MES, a comprehensive, proven and innovative software suite, empowers operations to move into future visions such as Industry 4.0. Compete better today

More information

The Future of C4ISR. Dr. Paul Zablocky CERDEC, Space & Terrestrial Communications Directorate Director (SES) 09 Apr 2014

The Future of C4ISR. Dr. Paul Zablocky CERDEC, Space & Terrestrial Communications Directorate Director (SES) 09 Apr 2014 DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. The Future of C4ISR 09 Apr 2014 Dr. Paul Zablocky CERDEC, Space & Terrestrial Communications Directorate Director (SES)

More information

Cloud Service Model. Selecting a cloud service model. Different cloud service models within the enterprise

Cloud Service Model. Selecting a cloud service model. Different cloud service models within the enterprise Cloud Service Model Selecting a cloud service model Different cloud service models within the enterprise Single cloud provider AWS for IaaS Azure for PaaS Force fit all solutions into the cloud service

More information

Automotive Safety and Security in a Verification Continuum Context

Automotive Safety and Security in a Verification Continuum Context Automotive Safety and Security in a Verification Continuum Context Accelerating the Development of Automotive Electronic Systems Jean-Marc Forey Automotive Functional Safety Professional Synopsys Inc.

More information

Software Framework for Highly Automated Driving EB robinos. Jared Combs July 27, 2017

Software Framework for Highly Automated Driving EB robinos. Jared Combs July 27, 2017 Software Framework for Highly Automated Driving EB robinos Jared Combs July 27, 2017 Radar Camera LIDAR Sonar Steering Wheel Sensors 30 25 20 15 10 Wheel Speeds IMU / Gyro 5 0 Global Position 1999: Mercedes

More information

2018 Spring Meeting, PLM Center of Excellence, Purdue University Exploring Application Lifecycle Management and Its Role in PLM

2018 Spring Meeting, PLM Center of Excellence, Purdue University Exploring Application Lifecycle Management and Its Role in PLM ROBERT WIRTHLIN, PHD EMBEDDED SOFTWARE IN PRODUCTS: THE CONVERGENCE OF ALM WITH SYSTEMS ENGINEERING 2018 Spring Meeting, PLM Center of Excellence, Purdue University Exploring Application Lifecycle Management

More information

Model Based Design in a Seamless Embedded Software Process

Model Based Design in a Seamless Embedded Software Process Click to edit Master title style SECRET Model Based Design in a Seamless Embedded Software Process Craig Stephens Chief Engineer Controls Ford Motor Company 1 Click to edit Master title style SECRET Success

More information

Scalable state-of-the-art navigation technology EB street director

Scalable state-of-the-art navigation technology EB street director www.elektrobit.com Scalable state-of-the-art navigation technology EB street director Industry-leading high-end navigation-software solution EB street director Since 2006, several million drivers worldwide

More information

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation Welcome to: Unit 1 Overview of delivery models in Cloud Computing 9.1 Unit Objectives After completing this unit, you should be able to: Understand cloud history and cloud computing Describe the anatomy

More information

Fiat Group Automobiles Policy for Software Quality Improvement

Fiat Group Automobiles Policy for Software Quality Improvement Fiat Group Automobiles Policy for Software Quality Improvement 2010-01-2329 Published 10/19/2010 Edoardo Sivera Fiat Group Automobiles (FGA) Copyright 2010 SAE International ABSTRACT Automotive systems

More information

Functional Safety with ISO Principles and Practice Dr. Christof Ebert, Dr. Arnulf Braatz Vector Consulting Services

Functional Safety with ISO Principles and Practice Dr. Christof Ebert, Dr. Arnulf Braatz Vector Consulting Services Functional Safety with ISO 26262 Principles and Practice Dr. Christof Ebert, Dr. Arnulf Braatz Vector Consulting Services Content Challenges with Implementing Functional Safety Basic Concepts Vector Experiences

More information

Functional Safety: ISO26262

Functional Safety: ISO26262 Functional Safety: ISO26262 Seminar Paper Embedded systems group Aniket Kolhapurkar, University of Kaiserslautern, Germany kolhapur@rhrk.uni kl.de September 8, 2015 1 Abstract Functions in car, such as

More information

Automotive Grade Android (AGA) Niclas Lindmark Swedspot

Automotive Grade Android (AGA) Niclas Lindmark Swedspot Automotive Grade Android (AGA) Niclas Lindmark Swedspot Collaboration is a key issue! If it fails, it might look like this... Transforming from todays closed solutions to open solutions Existing App App

More information

Whitepaper Hardware Convergence & Functional Safety: Optimal Design Methods in Today s Automotive Digital Instrument Clusters

Whitepaper Hardware Convergence & Functional Safety: Optimal Design Methods in Today s Automotive Digital Instrument Clusters Whitepaper Hardware Convergence & Functional Safety: Optimal Design Methods in Today s Automotive Digital Instrument Clusters Version: 1.0 Released: 27-Jun-2016 Purpose: This whitepaper discusses the convergence

More information

The IoT Solutions Space: Edge-Computing IoT architecture, the FAR EDGE Project John Professor Athens Information

The IoT Solutions Space: Edge-Computing IoT architecture, the FAR EDGE Project John Professor Athens Information The IoT Solutions Space: Edge-Computing IoT architecture, the FAR EDGE Project John Soldatos (jsol@ait.gr, @jsoldatos), Professor Athens Information Technology Contributor: Solufy Blog (http://www.solufy.com/blog)

More information

Model Sharing to leverage customer cooperation in the ECU software development

Model Sharing to leverage customer cooperation in the ECU software development Model Sharing to leverage customer cooperation in the ECU software development Stéphane Louvet, Ulf Niebling, Mouham Tanimou To cite this version: Stéphane Louvet, Ulf Niebling, Mouham Tanimou. Model Sharing

More information

In-Browser Notifications

In-Browser Notifications The unprecedented online communication engine for Internet service providers In-Browser Notifications The right message, at the right time, in the right format, for the right device Front Porch s innovative

More information

Niagara 4 + JACE our newest products are open 4

Niagara 4 + JACE our newest products are open 4 Niagara 4 + JACE 8000 our newest products are open 4 NIAGARA FRAMEWORK connecting minds and machines niagara framework For more than 15 years, the Niagara Framework has fundamentally changed the way devices

More information

Kfz Elektronik Entwicklung: Trends und Herausforderungen im IoT-Zeitalter

Kfz Elektronik Entwicklung: Trends und Herausforderungen im IoT-Zeitalter Kfz Elektronik Entwicklung: Trends und Herausforderungen im IoT-Zeitalter Speed the delivery of sophisticated and connected vehicles MERKS MOTOR MUSEUM GmbH, Klingenhofstraße 51, 90411 Nürnberg 26 th of

More information

ISO Compliance Using Approved Software Components for Road Vehicles

ISO Compliance Using Approved Software Components for Road Vehicles WHITEPAPER ISO 26262 Compliance Using Approved Software Components for Road Vehicles A Verocel and RTI Whitepaper Joe Wlad, Vice President, Business Development, Verocel, Inc. David Barnett, Vice President,

More information

Technology Overview: Enabling Automated Driving

Technology Overview: Enabling Automated Driving Technology Overview: Enabling Automated Driving Glen De Vos Chief Technology Officer 1 Forward-looking statements This presentation, as well as other statements made by Delphi Automotive PLC (the Company

More information

Safe and Secure by Design: Systems Engineering Best Practices for Connected Vehicles

Safe and Secure by Design: Systems Engineering Best Practices for Connected Vehicles Safe and Secure by Design: Systems Engineering Best Practices for Connected Vehicles Brett Hillhouse WW Engineering Solutions Executive Internet of Things, IBM bretth@us.ibm.com 1 From last Sunday s 60

More information

COTS VS. CUSTOM THE CONTINUOUS STRUGGLE. Laxmi Sivashankar Senior Manager, Global Process, Methods, Tools and Information & Systems Engineering

COTS VS. CUSTOM THE CONTINUOUS STRUGGLE. Laxmi Sivashankar Senior Manager, Global Process, Methods, Tools and Information & Systems Engineering COTS VS. CUSTOM THE CONTINUOUS STRUGGLE Laxmi Sivashankar Senior Manager, Global Process, Methods, Tools and Information & Systems Engineering As a big OEM, there are constant pressures to buy software

More information

Big Data in Cloud. 堵俊平 Apache Hadoop Committer Staff Engineer, VMware

Big Data in Cloud. 堵俊平 Apache Hadoop Committer Staff Engineer, VMware Big Data in Cloud 堵俊平 Apache Hadoop Committer Staff Engineer, VMware Bio 堵俊平 (Junping Du) - Join VMware in 2008 for cloud product first - Initiate earliest effort on big data within VMware since 2010 -

More information

ORACLE COMMUNICATIONS SELFRELIANT

ORACLE COMMUNICATIONS SELFRELIANT SELFRELIANT SERVICE-AVAILABILITY MIDDLEWARE WITH CARRIER-GRADE PERFORMANCE KEY BENEFITS Complete, integrated availability management, distributed messaging, and embedded systems management facilitate 99.999

More information

A Modular and Scalable Application Platform for Testing and Evaluating ITS Components (MoSAIC)

A Modular and Scalable Application Platform for Testing and Evaluating ITS Components (MoSAIC) A Modular and Scalable Application Platform for Testing and Evaluating ITS Components (MoSAIC) Tobias Lorenz MoSAIC > 01 July 2011 > 1 Content Short Introduction German Aerospace Center (DLR) Institute

More information

Guided and automated calibration and validation of powertrain systems

Guided and automated calibration and validation of powertrain systems Translated article Geführte und automatisierte Applikation und Validierung von Antriebsstrangsystemen, Elektronik automotive 6/7.2016 Guided and automated calibration and validation of powertrain systems

More information

Software engineering efficient and flexible siemens.com/sicbs

Software engineering efficient and flexible siemens.com/sicbs SIMATIC Software Platform as a Service Software engineering efficient and flexible siemens.com/sicbs Tapping potential with cloud computing the technology trend in IT also for design and operation of control

More information

Considerations and Best Practices for Migrating to an IP-based Access Control System

Considerations and Best Practices for Migrating to an IP-based Access Control System WHITE PAPER Considerations and Best Practices for Migrating to an IP-based Access Control System Innovative Solutions Executive Summary Migrating from an existing legacy Access Control System (ACS) to

More information

ONAP Architecture Overview

ONAP Architecture Overview ONAP Architecture Overview Open Network Automation Platform (ONAP) Architecture White Paper 1 1. Introduction The ONAP project was formed in March, 2017 in response to a rising need for a common platform

More information

Smarte Feldgeräte Die Basis für Industrie 4.0 Vortragsreihe Automatisierungstechnik 2017

Smarte Feldgeräte Die Basis für Industrie 4.0 Vortragsreihe Automatisierungstechnik 2017 Smarte Feldgeräte Die Basis für Industrie 4.0 Vortragsreihe Automatisierungstechnik 2017 siemens.com/digitalplant From Industrie 1.0 to Industrie 4.0, an initiative of the German industry sponsored by

More information

The OBU: Core Component for Tolling & Telematics

The OBU: Core Component for Tolling & Telematics Michael Müller Siemens VDO Automotive AG Head of Business Segment Automotive Telematics Products The OBU: Core Component for Tolling & Telematics Prague, Czech Satellite Toll Day October 25, 2007 We are

More information

ELECTRONIC-SYSTEM DESIGN IN

ELECTRONIC-SYSTEM DESIGN IN ELECTRONIC-SYSTEM DESIGN IN THE AUTOMOBILE INDUSTRY ELECTRONIC COMPONENTS ARE NOW ESSENTIAL TO CONTROL A CAR S MOVEMENTS AND CHEMICAL, MECHANICAL, AND ELECTRICAL PROCESSES; TO PROVIDE ENTERTAINMENT AND

More information

Evolving your Integration Infrastructure using webmethods Mediator

Evolving your Integration Infrastructure using webmethods Mediator Evolving your Integration Infrastructure using webmethods Mediator Subhash Ramachandran, VP Product Management Sachin Gadre, Manager, Product Management Tuesday, June 29, 2010 Agenda Solving the Integration

More information

CONVERGENCE OF CLOUD COMPUTING, SERVICE ORIENTED ARCHITECTURE AND ENTERPRISE ARCHITECTURE

CONVERGENCE OF CLOUD COMPUTING, SERVICE ORIENTED ARCHITECTURE AND ENTERPRISE ARCHITECTURE CONVERGENCE OF CLOUD COMPUTING, SERVICE ORIENTED ARCHITECTURE AND ENTERPRISE ARCHITECTURE Susan Sutherland (nee Rao) University of Canberra PO Box 148, Jamison Centre, ACT 2614, Australia Susan.sutherland@canberra.edu.au

More information

Integration and Infrastructure Software White Paper. Integrating zseries applications and processes as Web services in an SOA environment.

Integration and Infrastructure Software White Paper. Integrating zseries applications and processes as Web services in an SOA environment. Integration and Infrastructure Software White Paper Integrating zseries applications and processes as Web services in an SOA environment. July 2005 Page 2 Contents 2 Introduction 2 Integration challenges

More information

This brochure provides an overview of Active Service and all it involves.

This brochure provides an overview of Active Service and all it involves. d i s t r i b u t o r s, w o r k s h o p s a n d f l e e t o p e r a t o r s Active service t h e e v o l u t i o n a r y s e r v i c e c o n c e p t Active Service sets a new standard of support for your

More information

SharePoint Site Collection Administrators Network Community of Practice. April 2013

SharePoint Site Collection Administrators Network Community of Practice. April 2013 SharePoint Site Collection Administrators Network Community of Practice April 2013 Agenda Background A Climate of Change Business Case CoP Operations CoP Facilitation Site Set-up Membership Business Value

More information

Wanted: Agile Solution for Evolving Marketing Demands

Wanted: Agile Solution for Evolving Marketing Demands CA SE S TU DY Global Marketing and Branding Service Leader Deploys WSO2 ESB and WSO2 Identity Server to Integrate and Manage Authentication Across 20 Distinct Modules of its Cloud-Based Application Around

More information

Journey in Making Platform-as-a-Service Concept for Siebel and Analytics at Nokia. Sakari Haikarainen Head of CRM Platform Architecture Nokia

Journey in Making Platform-as-a-Service Concept for Siebel and Analytics at Nokia. Sakari Haikarainen Head of CRM Platform Architecture Nokia Journey in Making Platform-as-a-Service Concept for Siebel and Analytics at Nokia Sakari Haikarainen Head of CRM Platform Architecture Nokia Company Background World s #1 manufacturer of mobile devices,

More information

A View on Tool Interoperability Solutions at Ford Motor Company

A View on Tool Interoperability Solutions at Ford Motor Company A View on Tool Interoperability Solutions at Ford Motor Company r. Ahsan Qamar Vehicle Controls & Systems Engineering Research & Advanced Engineering Ford Motor Company aqamar2@ford.com Contributors Kurt

More information

Codex of PLM Openness

Codex of PLM Openness Codex of PLM Openness Windchill Self-Assessment PTC is committed to PLM openness. In addition to acknowledging the value of openness to our customers, we view it as a competitive advantage. We recognize

More information

INCA. Integrated tool environment for measurement, ECU calibration and diagnostic. At a glance

INCA. Integrated tool environment for measurement, ECU calibration and diagnostic. At a glance INCA Integrated tool environment for measurement, ECU calibration and diagnostic At a glance The software products in the ETAS INCA product family form an integrated tool environment for measurement data

More information

The definitive end-to-end platform for automotive finance.

The definitive end-to-end platform for automotive finance. The definitive end-to-end platform for automotive finance. alfasystems.com Alfa Systems is the number one software choice for automotive finance companies worldwide. Live across four continents, our class-leading

More information

ARENA NX CONNECTED BUILDING SUPERVISION. Benefit from the user-friendly and powerful connectivity designed to maximise operational performance.

ARENA NX CONNECTED BUILDING SUPERVISION. Benefit from the user-friendly and powerful connectivity designed to maximise operational performance. ARENA NX CONNECTED BUILDING SUPERVISION Benefit from the user-friendly and powerful connectivity designed to maximise operational performance. Reaching high efficiency requires powerful connectivity ARENA

More information

Automotive Innovators: It s Time to Own the Software. Software is driving the perceived value of the vehicle. What s driving your software strategy?

Automotive Innovators: It s Time to Own the Software. Software is driving the perceived value of the vehicle. What s driving your software strategy? Automotive Innovators: It s Time to Own the Software Software is driving the perceived value of the vehicle. What s driving your software strategy? EXECUTIVE SUMMARY Here s a simple question: At what point

More information

21 ST CENTURY AUTOMOTIVE ENGINEERING HCL ERS AUTOMOTIVE ENGINEERING SERVICES

21 ST CENTURY AUTOMOTIVE ENGINEERING HCL ERS AUTOMOTIVE ENGINEERING SERVICES 21 ST CENTURY AUTOMOTIVE ENGINEERING HCL ERS AUTOMOTIVE ENGINEERING SERVICES 16+ years of experience in automotive alone. Worked with most of the major OEM s across NA and Europe geographies Labs VAVE

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

VISION Calibration and Data Acquisition Software

VISION Calibration and Data Acquisition Software VISION Calibration and Data Acquisition Software VISION Calibration and Data Acquisition Software is a powerful collection of toolkits that can be seamlessly grouped together in combinations to provide

More information

In Pursuit of Agility -

In Pursuit of Agility - In Pursuit of Agility - BPM and SOA within the Boeing Company Ahmad R. Yaghoobi Associate Technical Fellow Enterprise Architect ahmad.r.yaghoobi@boeing.com Randy Worsech Business Architect Randall.a.worsech@boeing.com

More information

DNA for Automated Driving. Jeremy Dahan May 8 th, 2017

DNA for Automated Driving. Jeremy Dahan May 8 th, 2017 Jeremy Dahan May 8 th, 2017 Radar Camera LIDAR Sonar Steering Wheel Sensors 30 25 20 15 10 Wheel Speeds IMU / Gyro 5 0 Global Position 1999: Mercedes S-Class Distronic 2002: VW Phaeton ACC Moving objects

More information

Oracle Application Integration Architecture Mission Critical SOA Governance

Oracle Application Integration Architecture Mission Critical SOA Governance Oracle Application Integration Architecture Mission Critical SOA Governance Jason Xie, Principal Strategy Product Manager Agenda SOA Governance Needs Risks without SOA Governance

More information

CIMdata Webinar August 10, 2017 Managing PLM Solution & Data Obsolescence

CIMdata Webinar August 10, 2017 Managing PLM Solution & Data Obsolescence CIMdata Webinar August 10, 2017 Managing PLM Solution & Data Obsolescence Managing PLM Solution and Data Obsolescence Results from Research Sponsored by the Aerospace & Defense PLM Action Group James Roche,

More information

0 Introduction Test strategy A Test Strategy for single high-level test B Combined testing strategy for high-level tests...

0 Introduction Test strategy A Test Strategy for single high-level test B Combined testing strategy for high-level tests... TPI Automotive Test Process Improvement Version: 1.01 Author: Sogeti Deutschland GmbH Datum: 29.12.2004 Sogeti Deutschland GmbH. Version 1.01 29.12.04-1 - 0 Introduction... 5 1 Test strategy...10 1.A Test

More information

IBM Enterprise Service Bus for Healthcare

IBM Enterprise Service Bus for Healthcare IBM Enterprise Service Bus for Enabling new levels of integration and interoperability for today s demanding hospitals and health plans Highlights Integrate data and applications from disparate sources

More information

siemens.com/simatic-it SIMATIC IT for Automotive Suppliers Answers for industry.

siemens.com/simatic-it SIMATIC IT for Automotive Suppliers Answers for industry. siemens.com/simatic-it SIMATIC IT for Automotive Suppliers Answers for industry. Automotive suppliers: A continuously changing environment A solution for effective manufacturing of automotive components

More information