PC-Based Validation of ECU Software

Size: px
Start display at page:

Download "PC-Based Validation of ECU Software"

Transcription

1 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

2 What you will learn Motivation for PC-Based Development How to create MiL and SiL platforms using ETAS INTECRIO software; How to calibrate C-code using production tools like ETAS INCA; How to improve productivity, reduce cost by leveraging the PC platform; 2

3 Agenda Why PC-based Development Definitions What is INTECRIO? Model-in-the-loop with INTECRIO Software-in-the-loop with INTECRIO Other ETAS Solutions Summary 3

4 Agenda Why PC-based Development Definitions What is INTECRIO? Model-in-the-loop with INTECRIO Software-in-the-loop with INTECRIO Other ETAS Solutions Summary 4

5 Why PC-Based Development? Engine Management Transmission Management Effort Number of calibrations Vehicle Motion Management Battery Management Consumption and emission requirements Brake Management Increased inter domain connectivity SW- Component 1 AUTOSAR Interface SW- Component 2 AUTOSAR Interface SW- Component 3 AUTOSAR Interface AUTOSAR-RTE Basic Software Module (BSM) Microcontroller Abstraction 100% ECU Hardware New layered standard architecture 0% Engine control complexity 2010 New functions and variants 5

6 Effort Why PC-Based Development? Simulation Benches Today 70% Vehicles % % % Today 25% Today 5% 6

7 Why PC-Based Development? Road to lab to math is basically the idea that you want to be as advanced on the evolutionary scale of engineering as possible. Math is the next logical step in the process over testing on the road and in the lab. Math is much more cost effective because you don t have to build preproduction vehicles and then waste them. We ve got to get out in front of the technology so it doesn t leave us behind. We have to live and breathe math. When we do that, we can pass the savings on to the consumer. - A senior auto executive Summary: Development hardware (ECUs, vehicles etc.) is expensive and PCs are more powerful and inexpensive than ever.

8 Why PC-Based Development? Automotive industry is already leveraging PCbased development for a range of activities, e.g.: software functional testing and V&V legacy c-code simulation on the PC target-like timing analysis (RTOS) calibration development system development using plant models complete ECU hardware emulation But more can be done.

9 9 Several studies..

10 Agenda Why PC-based Validation Definitions What is INTECRIO? Model-in-the-loop with INTECRIO Software-in-the-loop with INTECRIO Other ETAS Solutions Summary 10

11 Definitions Our Definition: A virtual ECU development environment is characterized by the absence of physical hardware, i.e. PC-based representation of all components, with or without real-time execution 11

12 Evolution of Virtualization ECU Application Models, Software Driver, Vehicle and Environment Models 4 Virtual Environment 3 Real ECU 2 Real Vehicle 1 Real Environment 12

13 What s included for today? Included: ECU algorithm models or embedded code ECU real-time operating system (RTOS) and other basic software components Physical systems (e.g. engine, transmission, body, chassis, driver, environment models) Not included: Virtualization of the ECU hardware (e.g. microcontroller, peripherals) Virtualization of the physical buses (e.g. CAN, FlexRay) 13

14 Steps to Create a Virtual Environment The main ingredients Physical Models or stimuli ECU Algorithm Models ECU Embedded Code Integration and Build Environment The glue and tools necessary Execution Platform Instrumentation Verification and Validation The development tasks you are interested in 14 Calibration and Measurement Automatic Testing

15 Model-in-the-Loop (MiL) Simulation Defined as the ECU algorithm model in-the-loop with the plant models May be run within the modeling environment, or Physical Models or stimuli ECU Algorithm Models Integration Connect models and Build in Simulink Environment Run Execution in Simulink Platform under Windows 15

16 Model-in-the-Loop (MiL) Simulation Defined as the ECU algorithm model in-the-loop with the plant models May be run within the modeling environment, or Run as an executable under Windows - from model-generated code Physical Models or stimuli code gen ECU Algorithm Models code gen Integrate model-code and compile Execution Platform Run executable under Windows 16

17 Software-in-the-Loop (SiL) Simulation Defined as the ECU embedded software in-the-loop with the plant models May be run within the modeling environment, or Physical Models or stimuli ECU Embedded C-Code S-functions Connect models and S-functions (containing code DLLs) in Simulink Integration and Build Environment Run Execution in Simulink Platform under Windows 17

18 Software-in-the-Loop (SiL) Simulation Defined as the ECU embedded software in-the-loop with the plant models May be run within the modeling environment, or Run as an executable under Windows Physical Models or stimuli code gen ECU Algorithm Models code gen ECU Embedded C-Code Integrate model-code with ECU code Integration and Build Environment and compile Run Execution in executable Simulink Platform under Windows 18

19 Agenda Why PC-based Validation Definitions What is INTECRIO? Model-in-the-loop with INTECRIO Software-in-the-loop with INTECRIO Other ETAS Solutions Summary 19

20 Virtual Setup for ECU Development Environment (Road, Wind, etc.) Vehicle Driver Subsystem (e.g. Engine) Subsystem (e.g. Transmission) Subsystem (e.g. Chassis) Set-Point (Sensor) Sensor Actuator Sensor Actuator Sensor Actuator Vehicle Network (e.g. CAN) 20

21 Virtual Setup for ECU Development Environment (Road, Wind, etc.) Vehicle Driver Subsystem (e.g. Engine) Subsystem (e.g. Transmission) Subsystem (e.g. Chassis) Set-Point (Sensor) Virtual Sensor/Actuator Signal Bus Vehicle Network (e.g. CAN) 21

22 Virtual Setup for ECU Development Environment (Road, Wind, etc.) Driver Set-Point (Sensor) Vehicle Subsystem Models (e.g. Engine, Transmission, Chassis) Virtual Sensor/Actuator Signal Bus Vehicle Network (e.g. CAN) 22

23 Virtual Setup for ECU Development Environment (Road, Wind, etc.) Driver Set-Point (Sensor) Vehicle Subsystem Models (e.g. Engine, Transmission, Chassis) Virtual Sensor/Actuator and Network Signal Bus m2 m4 m6 m1 m3 m5 m7 function1 function 2 function 3 23

24

25

26 What is INTECRIO? Virtual Sensor/Actuator and Network Signal Bus 26

27 What is INTECRIO? Plant Models Driver,Vehicle,Environment Application Software Design and Specification Simulink Simulink ASCET C-code obj, lib, dll code gen code gen INTECRIO RTA-OSEK for PC Target HEX and A2L files 27

28 Key Takeaways PC-based development of ECU software is becoming more widespread due to cost and performance advantages INTECRIO is a versatile platform for PCbased verification and validation (e.g. in MiL and SiL phases) 28

29 Agenda Why PC-based Validation Definitions What is INTECRIO? Model-in-the-loop with INTECRIO Software-in-the-loop with INTECRIO Other ETAS Solutions Summary 29

30 INTECRIO for MiL Simulink Simulink R2007a Embedded Coder R2011a Simulink Coder Hex and A2L Virtual Prototyping 30

31 31 INTECRIO for MiL

32 INTECRIO for MiL: Demo Setup Goal: Simulate a Simulink-based plant (throttle) + Simulink throttle controller specification. THR_Cor Actual Position Desired Position Simulink Algorithm Throttle Plant Model 32

33 Agenda Why PC-based Validation Definitions What is INTECRIO? Model-in-the-loop with INTECRIO Software-in-the-loop with INTECRIO Other ETAS Solutions Summary 33

34 INTECRIO for SiL 2 steps Simulink Models Software Component INTECRIO HEX and A2L files 34

35 INTECRIO for SiL Step 1 with INCODIO Measure C-code Create Interface Calibrate Schedule 35

36 36 INTECRIO for SiL

37 INTECRIO for MiL + SiL: Demo Setup Goal: Verify that the C-code implementation of the Throttle Controller matches specification, reusing the stimulus and plant Simulink models. THR_Cor Actual Position Desired Position C-Code Algorithm Throttle Plant Model 37

38 38 Calibration of C-code with INCA

39 Key Takeaways MiL: INTECRIO integrates one or more Simulink models at the code level, adds scheduling information and compiles for PC target. SiL: INCODIO parses C-code and makes it visible to INTECRIO for integration with models or other C-code. INTECRIO adds scheduling information and compiles for PC target. 39 Calibration: An industry standard tool like INCA can be used to pre-calibrate ECU software in the SiL environment

40 Agenda Why PC-based Validation Definitions What is INTECRIO? Model-in-the-loop with INTECRIO Software-in-the-loop with INTECRIO Other ETAS Solutions Summary 40

41 INCA with INCA-SIP Algorithm Engineer Simulink INCA Control & Plant Models Legacy C-code.dll INCA-SIP API XCP on Ethernet Windows 41

42 INCA with INCA-VLINK Calibration Engineer Simulink INCA Control & Plant Models Legacy C-code.dll INCA-EIP INCA-VLINK compile TCP/IP on Ethernet Windows 42

43 ISLOAR-EVE* (ETAS Virtual ECU) INCA Authoring Virtual Instruments Windows Ethernet *Product not yet released 43

44 Agenda Why PC-based Validation Definitions What is INTECRIO? Model-in-the-loop with INTECRIO Software-in-the-loop with INTECRIO Other ETAS Solutions Summary 44

45 Summary Virtual techniques can substantially lower the cost of verification and validation of ECU control models and software. Calibrators can use the same tools in the virtual environment as in the vehicle. Re-use of test cases, models and calibration data across the development cycle further optimizes cost and effort. AUTOSAR architecture further enables validation of ECU software on the PC platform 45

46 Where to find more information? 1. Virtualization in Automotive Embedded Systems 2. Automotive: The Next Frontier for Virtualization 3. Virtualization Technologies for Cars 4. Road-to-lab-to-math: a new path to improved product 5. SAE papers: : Maximizing Test Asset Re-use across MiL, SiL and HiL Development Platforms : Advanced Techniques for Simulating ECU C-code on the PC : Model-Based Verification and Validation of Electronic Engine Control 46

47 Skills and Networking Opportunities 1. Skills required to leverage PC-based development: - Controls development (e.g. MATLAB/Simulink ) - Software development (e.g. ASCET, C-code) - Plant modeling (i.e. physical systems) - Verification and validation (i.e. testing of embedded software) - Understanding of AUTOSAR architecture 2. Networking opportunities: - Testing Expo (Novi): Oct 23-25, SAE World Congress (Detroit): April 16-18,

48 Thank you! 감사합니다. 谢谢 有難うございました Vielen Dank Merci 48

Press Release. ETAS Rolls Out New Solutions for Simulink Users

Press Release. ETAS Rolls Out New Solutions for Simulink Users ETAS GmbH Borsigstraße 14 70469 Stuttgart, Germany Phone +49 711 89661-240 Fax +49 711 89661-108 Press and Public Relations: Anja Krahl Press Release anja.krahl@etas.com www.etas.com ETAS Rolls Out New

More information

Development of AUTOSAR Software Components with Model-Based Design

Development of AUTOSAR Software Components with Model-Based Design Development of Software Components with Model-Based Design 2008 The MathWorks, Inc. Dr. Joachim Schlosser Application Engineering The MathWorks GmbH 3 things to remember about, Model-Based Design with

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

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

Model-Sharing in the service of Innovation for the Automotive Industry

Model-Sharing in the service of Innovation for the Automotive Industry Matlab Expo 2014-2 nd October 2014 Model-Sharing in the service of Innovation for the Automotive Industry Roland Lismonde - Robert Bosch (France) SAS 1 Agenda 1 Robert Bosch - overview 2 Model Based Development

More information

ETAS Desk LABCAR Agenda

ETAS Desk LABCAR Agenda 1 Public ETAS / STI3 02.14 ETAS GmbH 2013. All rights reserved, also regarding any disposal, exploitation, reproduction, editing, 1 A Global and Growing Company 2 Our Solution Portfolio 3 ETAS Products

More information

Measure All ECU labels and Big Data Analytics Solutions for Automotive Data Acquisition and Management

Measure All ECU labels and Big Data Analytics Solutions for Automotive Data Acquisition and Management Measure All ECU labels and Big Data Analytics Solutions for Automotive Data Acquisition and Management 1 Public ETAS/STK Suknam Bae 2016-1-4 ETAS GmbH 2015. All rights reserved, also regarding any disposal,

More information

Virtual integration of Automotive Hard- and Software with Silver

Virtual integration of Automotive Hard- and Software with Silver Virtual integration of Automotive Hard- and Software with Silver Andreas Junghanns QTronic GmbH, Alt-Moabit 91d, D-10559 Berlin Abstract Silver is a tool used by automotive development engineers to integrate

More information

Frontload the design, V&V and certification of software-intensive mechatronic systems by adopting the Digital Twin approach

Frontload the design, V&V and certification of software-intensive mechatronic systems by adopting the Digital Twin approach Frontload the design, V&V and certification of software-intensive mechatronic systems by adopting the Digital Twin approach Mathieu Dutré Business Development & Innovation Manager, MBSE Mathworks EXPO

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

V-Cycle for Automotive SW Engineering. André Pelisser

V-Cycle for Automotive SW Engineering. André Pelisser V-Cycle for Automotive SW Engineering André Pelisser - 2018 V-Cycle for Automotive SW Engineering 1. ETAS World Driving Embedded Excellence Who are we? What we do? Where are we? Who we work with? 3. The

More information

Production Code Generation for Engine Control System

Production Code Generation for Engine Control System IAC 2004 Production Code Generation for Engine Control System June 15 th, 2004 Tetsuji Katayama Akira Ohata TOYOTA MOTOR CORPORATION Yoshitaka Uematsu DENSO CORPORATION Contents MBD (Model Based Development)

More information

SystemDesk 3.0

SystemDesk 3.0 www.dspace.com SystemDesk 3.0 For planning, implementing and integrating complex system architectures Offline Simulation of automotive software architectures -compliant development SystemDesk For developing

More information

EMC 2 Living Lab Automotive

EMC 2 Living Lab Automotive Embedded Multi-Core Systems for Mixed Criticality Applications in dynamic and changeable Real-time Environments EMC 2 Living Lab Automotive Presentation at 3Ccar workshop Eindhoven NL, 2016-11-15 Rutger

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

Virtual Integration on the Basis of a Structured System Modelling Approach

Virtual Integration on the Basis of a Structured System Modelling Approach Virtual Integration on the Basis of a Structured System Modelling Approach Henrik Kaijser, Henrik Lönn, Peter Thorngren To cite this version: Henrik Kaijser, Henrik Lönn, Peter Thorngren. Virtual Integration

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

A-L-V. Presenters, Ford Chassis Controls: Nate Rolfes John Broderick Jeff Cotter. With Ford MBSE Tools & Methods:

A-L-V. Presenters, Ford Chassis Controls: Nate Rolfes John Broderick Jeff Cotter. With Ford MBSE Tools & Methods: A-L-V Automating the Left Side of the V Presenters, Ford Chassis Controls: Nate Rolfes John Broderick Jeff Cotter With Ford MBSE Tools & Methods: Kyu Sohn Yuping Jiang Tapan Kasaragod May 2, 2018 MODERN

More information

The Timing Model TIMMO Methodology Guest Lecture at Chalmers University

The Timing Model TIMMO Methodology Guest Lecture at Chalmers University ITEA 2 06005: Timing Model The Timing Model Methodology Guest Lecture at Chalmers University Stefan Kuntz, Continental Automotive GmbH 10-02-2009 Methodology Page 1 Welcome About Stefan Kuntz Studied Electrical

More information

ETAS Webinar: LABCAR - Scalable HiL Solution

ETAS Webinar: LABCAR - Scalable HiL Solution 1 Public ETIN/STI3 2014-02-27 ETAS GmbH 2014. All rights reserved, also regarding any disposal, exploitation, reproduction, Agenda Content 1 ECU testing methods 2 Need for HiL 3 Tests on ETAS LABCAR 4

More information

Applying Model-Based Design to Commercial Vehicle Electronics Systems

Applying Model-Based Design to Commercial Vehicle Electronics Systems Copyright 2008 The MathWorks, Inc. 2008-01-2663 Applying Model-Based Design to Commercial Vehicle Electronics Systems Tom Egel, Michael Burke, Michael Carone, Wensi Jin The MathWorks, Inc. ABSTRACT Commercial

More information

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

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

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

Title of Slide. Virtual Simulation using QTronic Silver and TestWeaver. Presented by: Robert Ter waarbeek

Title of Slide. Virtual Simulation using QTronic Silver and TestWeaver. Presented by: Robert Ter waarbeek Title of Slide Virtual Simulation using QTronic Silver and TestWeaver Presented by: Robert Ter waarbeek Ron Boudia Claire Chen Kaushik Kannan Kevin Ruybal Tim Cardanha Jeffrey Doering Patrick Kenny Gary

More information

CaliAV. Guided-Calibration for INCA Concept Overview. By Nithin Nath ETAS/STI

CaliAV. Guided-Calibration for INCA Concept Overview. By Nithin Nath ETAS/STI CaliAV Guided-Calibration for INCA Concept Overview By Nithin Nath ETAS/STI 1 CaliAV Product Concept Overview Nithin Nath (ETAS-STI) Sept 2013 ETAS GmbH 2013. All rights reserved, also regarding any disposal,

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

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

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 in Tractors: Aspects of Development, Maintenance and Support «

» Software in Tractors: Aspects of Development, Maintenance and Support « Session: Information Technology for Agricultural Machines» Software in Tractors: Aspects of Development, Maintenance and Support «Dipl.-Ing. Rainer Hofmann, AGCO GmbH, Germany Development of Software is

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

MathWorks Vision for Systematic Verification and Validation

MathWorks Vision for Systematic Verification and Validation MathWorks Vision for Systematic Verification and Validation Bill Aldrich Senior Development Manager Simulink Verification and Validation, Simulink Design Verifier 2016 The MathWorks, Inc. 1 Growing Complexity

More information

Model-Based Design of a Quadcopter Ryan Gordon

Model-Based Design of a Quadcopter Ryan Gordon Model-Based Design of a Quadcopter Ryan Gordon 2015 The MathWorks, Inc. 1 Algorithm System Req. Model-Based Design Adoption Grid Virtual V&V System Validation Fully leveraged MBD Closed-Loop Simulation

More information

Application of MBD to Development of ECU Prototype for EPS

Application of MBD to Development of ECU Prototype for EPS Technology Introduction Application of MBD to Development of ECU Prototype for EPS KOBAYASHI Masayuki 1 Introduction Conventionally, most of the embedded control systems have been developed, using a document-based

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

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

Agenda. Why AUTOSAR Introduction Technical Overview Backup References. 26 August 2015 Liu Xue AUTOSAR Agenda 1 2 3 4 5 Why AUTOSAR Introduction Technical Overview Backup References 2 Background Initial discussions on the common challenge and objectives were held by BMW, Bosch, Continental, DaimlerChrysler

More information

Model-Driven Development for Safety-Critical Software Components

Model-Driven Development for Safety-Critical Software Components Model-Driven Development for Safety-Critical Software Components By Franz Walkembach, Product Line Manager WHEN IT MATTERS, IT RUNS ON WD RIVER EXECUTIVE SUMMARY Software platforms are becoming an increasingly

More information

020L: Superior SH2A Design Process using Model Based Design (MBD), Virtualization and Hardware-in- Loop (HIL) Systems Lab

020L: Superior SH2A Design Process using Model Based Design (MBD), Virtualization and Hardware-in- Loop (HIL) Systems Lab 020L: Superior SH2A Design Process using Model Based Design (MBD), Virtualization and Hardware-in- Loop (HIL) Systems Lab Renesas Electronics America Inc. Mark Ramseyer Staff Application Engineer 13 October

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

Driving Embedded Excellence ETAS Company Profile

Driving Embedded Excellence ETAS Company Profile Driving Embedded Excellence ETAS Company Profile Welcome to ETAS We excel in providing innovative solutions that drive the development of embedded systems for the automotive industry and related sectors.

More information

SOLUTIONS Where innovation drives development

SOLUTIONS Where innovation drives development SOLUTIONS Where innovation drives development Software Validation Mechatronics cmore-automotive.com Software From functional software requirements to final software release Our strengths are in the development

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

2010 The MathWorks, Inc. Model-Based Design for High Integrity Software and Hardware

2010 The MathWorks, Inc. Model-Based Design for High Integrity Software and Hardware 2010 The MathWorks, Inc. Model-Based Design for High Integrity Software and Hardware Agenda Relevant standards DO workflow Common Elements - Software Considerations and Workflows Hardware Considerations

More information

Test bench management and automation

Test bench management and automation Test bench management and automation What we offer The Alma Automotive Test Bench Control System adapts to the available test system layout: besides the control of engine speed and torque it can be used

More information

DynaFusion Training Catalog

DynaFusion Training Catalog 2019 DynaFusion Training Catalog Training Courses dspace Real Time Systems(PHS Hardware MicroLabBox,MicroAutoBox)...3 dspace Real-Time Systems (SCALEXIO Platforms)...5 ControlDesk Basic.... 7 ControlDesk

More information

A handle on the future

A handle on the future Translated article Die Zukunft im Griff, Automobil Elektronik 05-06 / 2018 A handle on the future Virtualized testing and XiL for automated driving Advanced driver assistance systems (ADAS) have come so

More information

SystemDesk

SystemDesk www.dspace.com SystemDesk Planning, modeling, and developing ECU software AUTOSAR-compliant development Generation of virtual ECUs PC-based Simulation of virtual ECUs with dspace VEOS SystemDesk Modeling

More information

NI Hardware-in-the-Loop Test

NI Hardware-in-the-Loop Test NI Hardware-in-the-Loop Test The NI HIL Platform The NI hardware-in-the-loop (HIL) test platform uses open hardware and software technologies to reduce the time, cost, and risk associated with control

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

Advancing Traffic Efficiency and Safety through Software Technology. EAST-ADL2 Overview

Advancing Traffic Efficiency and Safety through Software Technology. EAST-ADL2 Overview Advancing Traffic Efficiency and Safety through Software Technology The Challenge Product Related Challenges - Functionality increase - Complexity increase - Increased Safety-criticality - Quality concerns

More information

Volkswagen goes Adaptive

Volkswagen goes Adaptive Volkswagen goes Adaptive Adaptive AUTOSAR as SW Framework for the new electric vehicle platform Dr. Marcel Wille, Ulrich Kleine Volkswagen AG Agenda 2 1. Motivation Why is there a need for change? 2. Introduction

More information

Applying MathWorks Tools to Automotive Embedded Software Development. Neil Robson Changan UK R&D Centre Ltd

Applying MathWorks Tools to Automotive Embedded Software Development. Neil Robson Changan UK R&D Centre Ltd Applying MathWorks Tools to Automotive Embedded Software Development Neil Robson Changan UK R&D Centre Ltd 2016-10-05 1 CONTENTS 1 Changan Introduction 2 Capability Building 3 Lead Project 4 Results 5

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

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

Introduction to Simulink & Stateflow

Introduction to Simulink & Stateflow Introduction to Simulink & Stateflow Jonathan Agg 2015 The MathWorks, Inc. 1 2 Topics we will address this session Why model a system? Why use Simulink? Getting to grips with the basics of Simulink and

More information

Distributed Model Based Development for Car Electronics

Distributed Model Based Development for Car Electronics Distributed Model Based Development for Car Electronics Outline Background Methodology Paradigm Shift Background Automotive Supply Chain Spider Web Tier2 Tier1 CAR Maker Distributed Car Systems Architectures

More information

Scilab & Scilab Cloud

Scilab & Scilab Cloud Scilab & Scilab Cloud Open- source & Cloud platforms for the development & deployment of scientific & engineering applications Raphael Auphan & Yann Debray Scilab - ESI Group 2017/11/16 1 Copyright ESI

More information

Service Oriented Architecture for Agricultural Vehicles

Service Oriented Architecture for Agricultural Vehicles Service Oriented Architecture for Agricultural Vehicles Leipzig, 30.9.2010 8. Workshop Automotive Software Engineering Dr. G. Kormann, M. Hoeh, H.J. Nissen THE END of Embedded Software? www.electronics-ktn.com/

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

ControlCIT A Control Design and Implementation Toolbox for Automatic Vehicle Guidance

ControlCIT A Control Design and Implementation Toolbox for Automatic Vehicle Guidance ControlCIT A Control Design and Implementation Toolbox for Automatic Vehicle Guidance Jeroen Ploeg 1, Zoltán Papp 2, Rob. C. van de Pijpekamp 1, Sándor E. Skolnik 2, Edwin A.C. van den Eijnden 1 1 TNO

More information

How to build an autonomous anything

How to build an autonomous anything How to build an autonomous anything Jim Tung MathWorks Fellow MathWorks 2015 The MathWorks, Inc. 1 2 3 4 5 6 7 Autonomous Technology 8 Autonomous Acting independently 9 Autonomous Technology Provides the

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

PERSIST An AUTOSAR-based powertrain control SW product line

PERSIST An AUTOSAR-based powertrain control SW product line PERSIST An AUTOSAR-based powertrain control SW product line prepared for: 7 th AUTOSAR Open Conference Detroit, MI, 2014-10-23 J. Richenhagen (BEE-S), T. Tasky (BEA), A. Schloßer (BEE-S) product line,

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

Working with. Eric Winder, Senior Applications Engineer. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved.

Working with. Eric Winder, Senior Applications Engineer. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved. Working with Eric Winder, Senior Applications Engineer Class ID: 0C13B Renesas Electronics America Inc. Eric Winder Technical Applications Engineer 16-bit automotive AUTOSAR and vehicle networking Experience

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

AVL List GmbH (Headquarters) Autonomous Driving. Validation and Testing - Challenges. Dr. Mihai Nica, Hermann Felbinger. Public

AVL List GmbH (Headquarters) Autonomous Driving. Validation and Testing - Challenges. Dr. Mihai Nica, Hermann Felbinger. Public AVL List GmbH (Headquarters) Autonomous Driving Validation and Testing - Challenges Dr. Mihai Nica, Hermann Felbinger Our Experience for your Success AVL achieves unique results in regards to the development

More information

Software Design and Implementation for the Electronic Parking Brake System Based on Operating System

Software Design and Implementation for the Electronic Parking Brake System Based on Operating System Software Design and Implementation for the Electronic Parking Brake System Based on Operating System Jaeseung Hong 1, Seonghun Lee 2, Donghoon Ban 2, Daehyun Kum 2, Soohyun Kwon 1 Researcher, Convergence

More information

TCS Enables Connected Products Landscapes

TCS Enables Connected Products Landscapes TCS Enables Connected Products Landscapes CIMdata Commentary Key takeaways: Even simple products have embedded electronics and software, complex products can have a lot of more including live connections

More information

La Modélisation et la Simulation au service de l Innovation

La Modélisation et la Simulation au service de l Innovation Stability & Control Stéphane MARCY La Modélisation et la Simulation au service de l Innovation AGENDA Airbus group presentation and simulation history Challenges MATLAB & Simulink at Airbus Innovations

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

Function and Software Development for ECUs. Autosar

Function and Software Development for ECUs. Autosar COVEr STOry Autosar Function and Software Development for ECUs Mechatronic systems comprise a substantial segment of the feature and function set of modern automobiles. The cost efficient implementation

More information

Developing Safe Autonomous Vehicles for Innovative Transportation Experiences

Developing Safe Autonomous Vehicles for Innovative Transportation Experiences Developing Safe Autonomous Vehicles for Innovative Transportation Experiences CIMdata Commentary Key takeaways: Siemens PLM Software (Siemens) has a deep understanding of the verification and validation

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

Eclipsecon Jyothi G Shivashankar. 27 Mar :15 16:40 Room : Lake Audubon. - Ryan D Brooks

Eclipsecon Jyothi G Shivashankar. 27 Mar :15 16:40 Room : Lake Audubon. - Ryan D Brooks Eclipsecon 2012 27 Mar 2012 16:15 16:40 Room : Lake Audubon - Jyothi G Shivashankar (Robert Bosch Engineering and Business Solutions) - Ryan D Brooks (The Boeing Company) 1 AGENDA Complexities in Automotive

More information

PREEvision 7.0. Roadmap and new Features. 3 th of March 2014

PREEvision 7.0. Roadmap and new Features. 3 th of March 2014 PREEvision 7.0 Roadmap and new Features 3 th of March 2014 V6.1 2014-03-03 PREEvision Status and Strategic Update PREEvision Strategy 2013/2014 Electric/Electronic Development from Architecture Design

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

Working with. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved.

Working with. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved. Working with Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2012 32-bit 8/16-bit 1200 DMIPS, Superscalar Automotive & Industrial,

More information

Renault Nissan new Software Strategy V07 Olivier Guetta, Emmanuel Coutenceau, Kazuhiro Ishigami

Renault Nissan new Software Strategy V07 Olivier Guetta, Emmanuel Coutenceau, Kazuhiro Ishigami Renault Nissan new Software Strategy V07 Olivier Guetta, Emmanuel Coutenceau, Kazuhiro Ishigami Abstract The paper presents how, in the context of Embedded Software, Renault and Nissan are addressing the

More information

Development of a Cooperative Tractor-Implement Combination

Development of a Cooperative Tractor-Implement Combination Development of a Cooperative Tractor-Implement Combination While driver assistance systems such as adaptive cruise control and lane-keeping assistants are increasingly handling longitudinal and lateral

More information

Embedded Services. Product Information

Embedded Services. Product Information Product Information Table of Contents 1 Technical Consulting, Product- and Engineering Services by Vector... 3 2 Overview of Advantages... 3 3 Application Areas... 4 3.1 AUTOSAR Training... 4 3.2 CANbedded

More information

Software Tools. Mechatronics, Embedded Control System Design, CAD, Finite Element Analysis, Information Technology and Big Data Areas.

Software Tools. Mechatronics, Embedded Control System Design, CAD, Finite Element Analysis, Information Technology and Big Data Areas. Mechatronics, Embedded Control System Design, CAD, Finite Element Analysis, Information Technology and Big Data Areas. Our Vision is to be the best technology services and products company with global

More information

Development of a Cooperative Tractor-Implement Combination

Development of a Cooperative Tractor-Implement Combination Technical Article Development of a Cooperative Tractor-Implement Combination While driver assistance systems such as adaptive cruise control and lane-keeping assistants are increasingly handling longitudinal

More information

Published in: Proceedings of the 7th INternational Symposium on Advanced Vehicle Control (AVEC '04)

Published in: Proceedings of the 7th INternational Symposium on Advanced Vehicle Control (AVEC '04) ControlCIT - A Control Design and Implementation Toolbox for Automatic Vehicle Guidance Ploeg, J.; Papp, Z.; Pijpekamp, van de, R.C.; Skolnick, S.E.; Eijnden, van den, E.A.C. Published in: Proceedings

More information

An integrated System Development Approach for Mobile Machinery in consistence with Functional Safety Requirements

An integrated System Development Approach for Mobile Machinery in consistence with Functional Safety Requirements Group 14 - System Intergration and Safety Paper 14-1 439 An integrated System Development Approach for Mobile Machinery in consistence with Functional Safety Requirements Dipl.-Ing. Erik Lautner HYDAC

More information

Owen J. Search. Project Engineer Bloomy. ni.com. Expo Booth #305

Owen J. Search. Project Engineer Bloomy. ni.com. Expo Booth #305 1 Owen J. Search Project Engineer Bloomy The Systems Integration Lab Leveraging NI Product Diversity to Control Cost and Integrate Efficiently OverVIEW Background information So what s the big picture?

More information

Model Based Controls Moving Beyond Software Domain MAC 2015

Model Based Controls Moving Beyond Software Domain MAC 2015 Model Based Controls Moving Beyond Software Domain MAC 2015 Edmund Hodzen May 12 th, 2015 Cummins Data Classification Public Information Agenda Introduction to Cummins Objectives Of Model Based Development

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

Global Automotive E/E Standard. Rick Flores, General Motors, AUTOSAR Steering Committee Open Architecture Summit Washington, D.C.

Global Automotive E/E Standard. Rick Flores, General Motors, AUTOSAR Steering Committee Open Architecture Summit Washington, D.C. Global Automotive E/E Standard Rick Flores, General Motors, Steering Committee Open Architecture Summit Washington, D.C. November 4, 2014 E/E innovations in vehicle development increases Major innovations

More information

Ideas for Successful Model Integration with Standardized Software Architectures

Ideas for Successful Model Integration with Standardized Software Architectures Ideas for Successful Model Integration with Standardized Software Architectures William Fleming, Director, Electro-Hydraulic System Archiecture 12MAY2015 CNH Industrial Our Products Trucks Buses Firefighting

More information

Utilization of Simulink Verification and Validation (V&V) and Simulink Design Verifier (SDV) for HVAC Controls Software

Utilization of Simulink Verification and Validation (V&V) and Simulink Design Verifier (SDV) for HVAC Controls Software Utilization of Simulink Verification and Validation (V&V) and Simulink Design Verifier (SDV) for HVAC Controls Software Arun Chakrapani Rao, Rupesh Kakade, Mohan Murugesan HVAC Controls Algo And Readiness,

More information

Abstract. Introduction

Abstract. Introduction 2017-01-1601 New Approach of Tools Application for Systems Engineering in Automotive Software Development Celso Mendes 1, Taysa Banik 1, Felipe Franco 1, João Henrique Neme 1, Max Mauro Santos 1, Wanderley

More information

Multiparadigm modeling A Mechatronics and Embedded Control Systems perspective

Multiparadigm modeling A Mechatronics and Embedded Control Systems perspective 4/7/2009 5:08 M Multiparadigm modeling A Mechatronics and Embedded Control Systems perspective Martin Törngren Embedded Control Systems group Mechatronics, Department of Machine Design School of Industrial

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

Realizing Smart Manufacturing in Semiconductor Industry with SEMI Standards Alan Weber

Realizing Smart Manufacturing in Semiconductor Industry with SEMI Standards Alan Weber Realizing Smart Manufacturing in Semiconductor Industry with SEMI Standards Alan Weber Vice President, New Product Innovations, Cimetrix Incorporated Realizing Smart Manufacturing in Semiconductor Industry

More information

Test and Simulation. The nerve center in your MOST development process

Test and Simulation. The nerve center in your MOST development process Test and Simulation 14 th MOST Interconnectivity Conference Asia 2013, November 14 th Tokyo, Japan 1 Test and Simulation Motivation Systems Engineering today Challenges tomorrow Higher integration of devices

More information

ENABLING THE SIMULATION OF COMPLEX, HETEROGENEOUS SYSTEMS USING THE FUNCTIONAL MOCKUP INTERFACE (FMI)

ENABLING THE SIMULATION OF COMPLEX, HETEROGENEOUS SYSTEMS USING THE FUNCTIONAL MOCKUP INTERFACE (FMI) ENABLING THE SIMULATION OF COMPLEX, HETEROGENEOUS SYSTEMS USING THE FUNCTIONAL MOCKUP INTERFACE (FMI) Hubertus Tummescheit Modelon Inc & Modelica Association June 2015 1 My Background MSc Mechanical Engineering

More information

Scania. Software development and testing

Scania. Software development and testing 1 Scania Software development and testing 2 Agenda General info about Scania Software development at Scania Scania s electrical system Integration testing Distribution of real-time data 3 Main message

More information

Engineering the Future with AUTOSAR

Engineering the Future with AUTOSAR Partners create Perspectives Engineering the Future with AUTOSAR while considering all system requirements and standards! RTE Safety Application Layer Security ISOBUS Automated Driving AUTOSAR for Innovative

More information

The Role of Real-Time Workshop Embedded Coder in Supporting Cummins Inc. Vision for Model Based Development

The Role of Real-Time Workshop Embedded Coder in Supporting Cummins Inc. Vision for Model Based Development The Role of Real-Time Workshop Embedded Coder in Supporting Cummins Inc. Vision for Model Based Development MathWorks Automotive Conference June 19-20, 2007 Dearborn, Michigan Agenda Introduce Cummins

More information