AUTOSAR Configuration Process - How to handle 1000s of parameters

Size: px
Start display at page:

Download "AUTOSAR Configuration Process - How to handle 1000s of parameters"

Transcription

1 AUTOSAR Configuration Process - How to handle 1000s of parameters Webinar V

2 Agenda >Introduction AUTOSAR ECU Configuration Description ECU Configuration Workflow Multi-User Workflow Webinar Series Slide: 2

3 Introduction AUTOSAR Method Complete SW functionality of the vehicle is defined as a system of SWCs... SWC1 Virtual Function Bus VFB SWC2 SWC3..and distributed to ECUs ECU1 ECU2 SWC1 SWC3 SWC2 Software Component Description* System Description* An extract is created for each ECU... The ECU is configured based on the ECU Extract. ECU1 SWC1 SWC2 SWC1 SWC2 Basic Software (BSW) RTE Extract of System Description* ECU Configuration Description (ECUC)* * Slide: 3

4 Introduction AUTOSAR Method List of implementations of SW Components ECU Configuration Description (XML) RTE Config AUTOSAR RTE Configurator ECU Extract (XML) Base ECU Configuration Generator OS Config Configurator for OS, COM, etc. Configurator for other Basic SW Basic SW Module A Config MCAL Configurator Slide: 4

5 Introduction AUTOSAR Method ECU Configuration Description RTE Config OS Config AUTOSAR RTE Generator Generator for OS, COM,... Library *.obj Software components *.c RTE.c OS.c Software Components AUTOSAR RTE OS Other Basic SW Generator *.c other Basic Software Basic SW Module A Config MCAL Generator MCAL.c MCAL Slide: 5

6 Introduction AUTOSAR Method ECU Configuration Description RTE Config OS Config 1000s of parameters Large XML file Realistic file size Small ECU: e.g. 10 MB Large ECU: e.g. 50 MB Basic SW Module A Config Slide: 6

7 Agenda Introduction > AUTOSAR ECU Configuration Description ECU Configuration Workflow Multi-User Workflow Webinar Series Slide: 7

8 AUTOSAR ECU Configuration Description What is a parameter? Parameter Definition References Parameter Name Multiplicity (e.g. 0..1, 1..n) Type (integer, enum, ) Value of the parameter within the configuration of a concrete ECU Min/Max values, literals Description Example: Name: NvmBlockUsedCrcType Multiplictiy: 1:1 Type: enum (NVM_NOCRC, NVM_CRC16, NVM_CRC32) Example: NVM_CRC16 Slide: 8

9 AUTOSAR ECU Configuration Description Containers and Parameters Parameters are hierarchically organized in Containers A container consists of Parameters sub-containers Container Definition Parameter Definition Parameter Definition Container Definition Parameter Definition References References References References References Container Parameter Parameter Container Parameter Example: Name: NvmBlockDescriptor Multiplictiy: 1:65536 Slide: 9

10 AUTOSAR ECU Configuration Description Basic Software Module Description Basic Software Module Description (BSWMD) contains Parameter definitions Preconfigured values, recommended values XML format Schema defined by AUTOSAR Content defined by BSW vendor May contain AUTOSAR standard parameters, and vendor specific parameters Typically one file per BSW module Application RTE xml Basic SW Module Description (BSWMD) OS SYS DIAG XCP MEM J1939TP CAN LIN CAL COM FR IP MOST Network Services Library EXT IO Complex Drivers Microcontroller Slide: 10

11 AUTOSAR ECU Configuration Description Challenges Degree of freedom is reduced by Parameters (indirectly) given by the OEM > Network communication description > Parts of the diagnostic description But Parameters given by preconfiguration (preconfigured by the basic SW supplier) Still there are lots of parameters to be set Dependencies between parameters Additional challenges due to project situation > Several developers work in parallel at the same ECU > BSW is supplied by several vendors (e.g. Vector, micro-controller manufacturer) Key for success: configuration tools Slide: 11

12 AUTOSAR ECU Configuration Description Tool Support Comfort Views Support for integration of MCALs and add-on modules Structured display of the ECU configuration Assistance for creating the configuration Derive parameters from the ECU Extract of System Description Automatic baud rate calculation, hardware masks Automatic fragmentation of EEPROM blocks, Validation (e.g. is configuration of FullCAN objects consistent) Migration (platform switch) Development of tool extensions (Validation rules, configuration GUI, code generators) Slide: 12

13 Agenda Introduction AUTOSAR ECU Configuration Description > ECU Configuration Workflow Multi-User Workflow Webinar Series Slide: 13

14 ECU Configuration Workflow Overview PREEvision.XML ECU Extract of System Description provided by OEM Contains system information, needed for the ECU.cdd/.odx CANdela Diagnostic Data DBC LDF Fibex SystemDesc Conversion.xml ECU Extract of System Description Base ECUC Generation.xml ECU Configuration Description Input files provided by OEM Contains communication information, needed for the ECU DaVinci Configurator Pro Configuration of RTE + BSW Editing and Generation.xml Software Component Description files.c.h.c.h DaVinci Developer Embedded Coder TargetLink RTE header and code files SWC header files BSW module configuration header and code files Other AUTOSAR tools Slide:

15 ECU Configuration Workflow Integration of third party BSW (MCALs, Complex Driver) DaVinci Configurator Pro MICROSAR BSWMD Configuration of RTE + BSW Comfort Editors MICROSAR.c.h RTE header and code files SWC header files Eparm BSWMD creation Third Party BSWMD Generic Configuration Editor GUI Plug-in.c.h Third Party BSW module configuration header and code files Code Generator Plug-in.c.h BSW module configuration header and code files Third Party External Code Generator.c.h BSW module configuration header and code files Configuration and Generation Via standard tool features (Generic Configuration Editor, call of external code generators) Via specific Plug-Ins (GUI, code generator based on DaVinci Configurator technology) Slide:

16 Agenda Introduction AUTOSAR ECU Configuration Description ECU Configuration Workflow > Multi-User Workflow Webinar Series Slide: 16

17 Multi-User Workflow General Several developers are working in parallel at the same AUTOSAR ECU Integration effort must be small AUTOSAR configuration artifacts (AUTOSAR XML files) must be managed consistently with other artifacts of ECU development (code files, specification documents, test environments,...) Use customer s CM (configuration management) system Developer 1 Developer 2 AUTOSAR ECU Developer 3 ECU SW Integrator Slide: 17

18 Multi-User Workflow Responsibilities Several possible ways to organize responsibilities, e.g. Component responsibles Each component (e.g. SWC, BSW module or cluster) has one responsible Only the component responsible is allowed to change the component Component Developer 1 Component Developer 3 SWC1 SWC2 RTE OS CAN MEM BSW AUTOSAR ECU Component Developer 2 ECU SW Integrator Feature responsibles Feature developer makes changes in potentially all SWCs or BSW modules Overlapping modifications several users change e.g. same SWC No strict assignment of user to SWC/BSW-Module Feature Developer 1 SWC1 SWC2 RTE OS CAN MEM BSW AUTOSAR ECU Feature Developer 2 ECU SW Integrator Slide: 18

19 Multi-User Workflow Access Strategy Two general approaches regarding development process/access strategy Concurrent editing Several persons change in parallel the same objects (e.g. SWCs or BSW module configurations) Typically realized via branches in a configuration management (CM) system Requires diff/merge CM v0 v1 v2 merge v3 Exclusive editing Only one person allowed to change an object Typically realized via check-out control strategy of CM system Requires sequencing of work packages difficult to organize! CM v0 v1 v2 v3 Avoids merge Slide: 19

20 Multi-User Workflow Tool Support Standalone Diff-Tool Compare two ARXML files (any content) A B Show differences in native view DaVinci Tools Generic diff/merge of SWCs and ECUC Result Read-only display of objects like SWCs, Port Interfaces, Data Types, modules Available for all relevant objects, e.g. > SWCs > Port Interfaces > Data Types > Module Configurations Slide: 20

21 Multi-User Workflow Fine-grained Configuration Management Split-up the project data into several files Define access rights based on individual files (reflected in file state r/o vs. r/w) Only the modified files need to be merged File granularity can be selected when setting-up the project Single file Split files SWCs (DaVinci DCF Workspace) BSW Config (Split ECUC Files) SWC1.xml Os. xml r/w SWC2....xml CanIf. xml CanTp. xml r/w ECU_ Comp.xml Rte. xml... SWC1 SWC2 RTE OS CAN MEM BSW ECU1 Slide: 21

22 Webinar Series The webinar series about AUTOSAR ( Analyzing and testing of ECU-internal (AUTOSAR) parameter using CANoe.XCP and CANoe.AMD ECU development with AUTOSAR - An introduction for AUTOSAR beginners Introduction to the AUTOSAR Method for ECU development AUTOSAR Configuration Process - How to handle 1000s of parameters Reliable Testing of AUTOSAR ECUs MICROSAR Safe: AUTOSAR basic software for safety-relevant ECUs (ISO 26262) AUTOSAR System and Software Design with PREEvision Various Webinars on MICROSAR OS the AUTOSAR operating system from Vector Registration to the upcoming Webinars and the list of recorded Webinars: The overview of Vector s training services: Slide: 22

23 Thank you for your attention. For detailed information about Vector and our products please have a look at: Author: Vector Informatik GmbH Ingersheimer Str Stuttgart Slide: 23

User-friendly Configuration of AUTOSAR ECUs with Specialized Software Tools

User-friendly Configuration of AUTOSAR ECUs with Specialized Software Tools User-friendly Configuration of AUTOSAR ECUs with Specialized Software Tools The simple CAN ECU is a thing of the past. Now, a typical ECU utilizes many functions of the AUTOSAR basic software to perform

More information

From Signal Routing to complete AUTOSAR compliant CAN design with PREEvision (II)

From Signal Routing to complete AUTOSAR compliant CAN design with PREEvision (II) From Signal Routing to complete AUTOSAR compliant CAN design with PREEvision (II) RELEASED V0.01 2014-12-02 Agenda PREEvision AUTOSAR Webinar Part I AUTOSAR System and Software Design with PREEvision The

More information

Product Information Services for Embedded Software

Product Information Services for Embedded Software Product Information Services for Embedded Software Table of Contents 1 Technical Consulting/Engineering Services... 3 1.1 Overview of Advantages... 3 1.2 Application Areas... 3 2 Product- Services - Proficient

More information

Safety and security related features in AUTOSAR

Safety and security related features in AUTOSAR Safety and security related features in Dr. Stefan Bunzel Spokesperson (Continental) Co-Authors: S. Fürst, Dr. J. Wagenhuber (BMW), Dr. F. Stappert (Continental) Automotive - Safety & Security 2010 22

More information

Standardized software components will help in mastering the. software should be developed for FlexRay were presented at

Standardized software components will help in mastering the. software should be developed for FlexRay were presented at Embedded Software for FlexRay Systems Special aspects and benefits of implementing modularized software Standardized software components will help in mastering the growing complexity of the interplay of

More information

isolar Integrated Solution for AUTOSAR

isolar Integrated Solution for AUTOSAR Integrated Solution for AUTOSAR isolar Integrated Solution for AUTOSAR 1 Integrated Solution for AUTOSAR An integrated solution for configuration of AUTOSAR compliant embedded software Supports configuration

More information

Beschleunigen Sie die Entwicklung Ihrer Embedded Software mit Dienstleistungen von Vector

Beschleunigen Sie die Entwicklung Ihrer Embedded Software mit Dienstleistungen von Vector Beschleunigen Sie die Entwicklung Ihrer Embedded Software mit Dienstleistungen von Vector Vector Embedded Software 2013 V1.3.0 2013-04-04 Your Presenters Today Michael Buck Manager Product Services / Technical

More information

Simple and error-free startup of the communication cluster. as well as high system stability over long service life are

Simple and error-free startup of the communication cluster. as well as high system stability over long service life are Network Management for FlexRay New network topologies tested in practice Simple and error-free startup of the communication cluster as well as high system stability over long service life are required

More information

Seminar Automotive Open Systems Architecture

Seminar Automotive Open Systems Architecture Seminar Automotive Open Systems Architecture Modeling and Development of AUTOSAR Systems using SystemDesk Sebastian Wätzoldt Hasso-Plattner-Institut for IT Systems Engineering at the University of Potsdam

More information

Configuration management in AUTOSAR

Configuration management in AUTOSAR Configuration management in AUTOSAR The need for efficient process tools for Automotive System Engineering V0.01 2008-11-02 Introduction AUTOSAR will influence the ECU SW Architecture and also the way

More information

Plug and Play Solution for AUTOSAR Software Components

Plug and Play Solution for AUTOSAR Software Components Plug and Play Solution for AUTOSAR Software Components The interfaces defined in the AUTOSAR standard enable an easier assembly of the ECU application out of components from different suppliers. However,

More information

Presented by: Jens Svensson, Volvo 3P. Volvo Group

Presented by: Jens Svensson, Volvo 3P. Volvo Group Presented by: Jens Svensson, Volvo 3P Welcome to is one of the world's leading suppliers of transport solutions for commercial use. We also provide complete solutions for financing and service. Volvo Trucks

More information

AUTOSAR Safety Solutions for Multicore ECUs and ADAS Systems. Robert Leibinger 5 th June 2015

AUTOSAR Safety Solutions for Multicore ECUs and ADAS Systems. Robert Leibinger 5 th June 2015 AUTOSAR Safety Solutions for Multicore ECUs and ADAS Systems Robert Leibinger 5 th June 2015 Agenda Architecture requirements for ADAS ECU Overview of different architecture approaches Compare and contrast

More information

Safety compliance. Energy management. System architecture advisory services. Diagnostics. Network topologies. Physical and functional partitioning

Safety compliance. Energy management. System architecture advisory services. Diagnostics. Network topologies. Physical and functional partitioning Energy management Network topologies Physical and functional partitioning Safety compliance Diagnostics System architecture advisory services www.continental-corporation.com Why system architecture? 2

More information

ECU State Manager Module Development and Design for Automotive Platform Software Based on AUTOSAR 4.0

ECU State Manager Module Development and Design for Automotive Platform Software Based on AUTOSAR 4.0 ECU State Manager Module Development and Design for Automotive Platform Software Based on AUTOSAR 4.0 Dhanamjayan P.R. 1, Kuruvilla Jose 2, Manjusree S. 3 1 PG Scholar, Embedded Systems, 2 Specialist,

More information

Embedded OS. Product Information

Embedded OS. Product Information Product Information Table of Contents 1 Operating Systems for ECUs... 3 2 MICROSAR.OS The Real-Time Operating System for the AUTOSAR Standard... 3 2.1 Overview of Advantages... 3 2.2 Properties... 4 2.3

More information

Safety and Security Features in AUTOSAR

Safety and Security Features in AUTOSAR Safety and Security Features in AUTOSAR Nagarjuna Rao Kandimala, Michal Sojka Czech Technical University in Prague 166 27 Praha 6, Czech Republic Thursday 15 th November, 2012 Contents 1 Introduction 2

More information

AUTOSAR Handbook KPIT Technologies Ltd. CAN. Customizable HIS-MISRA. Configuration OSEK. Mode. Training ISO 14229. Management VCI

AUTOSAR Handbook KPIT Technologies Ltd. CAN. Customizable HIS-MISRA. Configuration OSEK. Mode. Training ISO 14229. Management VCI KPIT Technologies Ltd. Toolchain ASIL Decomposition ISO 14229 CAN Bootloader drivers R 3.x ARTOP Testing MCAL Migration enos Partner ECU R 4.x R 3.x R 3.x In-vehicle network Validation Tool chain Gateway

More information

Development of AUTOSAR Software Components within Model-Based Design

Development of AUTOSAR Software Components within Model-Based Design 2008-01-0383 Development of AUTOSAR Software Components within Model-Based Design Copyright 2008 The MathWorks, Inc. Guido Sandmann Automotive Marketing Manager, EMEA The MathWorks Richard Thompson Senior

More information

Freescale Leadership in Driving Standards. Customer Relationships. Long-term Global Presence. Broadest Automotive MCU Product Portfolio

Freescale Leadership in Driving Standards. Customer Relationships. Long-term Global Presence. Broadest Automotive MCU Product Portfolio September 2013 Freescale Leadership in Driving Standards First semiconductor supplier to join the AUTOSAR partnership Active member of JASPAR Member of GENIVI Co-founded Open Alliance on Ethernet for Automotive

More information

AUTOSAR Software Architecture

AUTOSAR Software Architecture AUTOSAR Software Architecture Robert Warschofsky Hasso-Plattner-Institute für Softwaresystemtechnik Abstract. AUTOSAR supports the re-use of software and hardware components of automotive electronic systems.

More information

Vector AUTOSAR Solution 4.x Version 6.9.0

Vector AUTOSAR Solution 4.x Version 6.9.0 Vector AUTOSAR Solution 4.x Version 6.9.0 Content Installation Guide Vector AUTOSAR Solution 4.x Content 1 Introduction 3 1.1 General Information 3 1.2 Reference Documents 4 2 Delivery Overview 5 3 Installation

More information

The RT module VT6000 (VT6050 / VT6010) can be used to enhance the RT. performance of CANoe by distributing the real-time part of CANoe to a

The RT module VT6000 (VT6050 / VT6010) can be used to enhance the RT. performance of CANoe by distributing the real-time part of CANoe to a Getting started with VT6000 and VT6104 The RT module VT6000 (VT6050 / VT6010) can be used to enhance the RT performance of CANoe by distributing the real-time part of CANoe to a dedicated RT execution

More information

Evaluation Environment for AUTOSAR Autocode in Motor Control Units

Evaluation Environment for AUTOSAR Autocode in Motor Control Units Evaluation Environment for AUTOSAR Autocode in Motor Control Units Diploma Thesis Mike Gemünde July, 2008 Supervised by Prof. Dr. Klaus Schneider Peter Bolz Robert BOSCH GmbH DGS EC/ESB Embedded Systems

More information

A Case Study of Application Development and Production Code Generation for a Telematics ECU with Full Unified Diagnostics Services

A Case Study of Application Development and Production Code Generation for a Telematics ECU with Full Unified Diagnostics Services A Case Study of Application Development and Production Code Generation for a Telematics ECU with Full Unified Diagnostics Services Plan A little about Embed and our Ethos Description of the telematics

More information

BMW Car IT GmbH. AUTOSAR - First Experiences and the Migration Strategy of the BMW Group

BMW Car IT GmbH. AUTOSAR - First Experiences and the Migration Strategy of the BMW Group BMW Car IT GmbH. - First Experiences and the Migration Strategy of the BMW Group Dr. Christian, BMW Car IT Page 2 - First Experiences. Overview. 1. Focus of this talk: Model based development under the

More information

One common language for domain experts and test engineers

One common language for domain experts and test engineers One common language for domain experts and test engineers Cost-effective creation and reuse of test sequences with Vector s Test Automation Editor V0.01 2011-04-13 Agenda > Overview Introduction to the

More information

Mentor Embedded Automotive Solutions

Mentor Embedded Automotive Solutions Mentor Embedded Automotive Solutions Overview May 2013 mentor.com/embedded Android is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Linux is the registered trademark

More information

Advanced Electronic Platform Technologies Supporting Development of Complicated Vehicle Control Software

Advanced Electronic Platform Technologies Supporting Development of Complicated Vehicle Control Software 133 Hitachi Review Vol. 63 (2014), No. 2 Advanced Electronic Platform Technologies Supporting Development of Complicated Vehicle Control Software Yoshinobu Fukano, Dr. Sci. Kosei Goto Masahiro Matsubara

More information

From Diagnostic Requirements to Communication

From Diagnostic Requirements to Communication From Diagnostic Requirements to Communication Standardization is the Trend in the Development of Automotive Electronics A key aim of open architectures, configurable components and harmonized exchange

More information

Software Production. Industrialized integration and validation of TargetLink models for series production

Software Production. Industrialized integration and validation of TargetLink models for series production PAGE 24 EB AUTOMOTIVE Industrialized integration and validation of TargetLink models for series production Continuous Software Production The complexity of software systems in vehicles is increasing at

More information

SOME/IP SERVICE DISCOVERY THE NEED FOR SERVICE DISCOVERY IN THE VEHICLE

SOME/IP SERVICE DISCOVERY THE NEED FOR SERVICE DISCOVERY IN THE VEHICLE 2014-05-27, BMW Group, Dr. Lars Völker SOME/IP SERVICE DISCOVERY THE NEED FOR SERVICE DISCOVERY IN THE VEHICLE AGENDA Motivation Where do we come from? What does Ethernet bring to the table? Efficiency

More information

An introduction to AUTOSAR

An introduction to AUTOSAR An introduction to AUTOSAR AUTOSAR Consortium AUTOSAR What is AUTOSAR? AUTOSAR AUTomotive Open Systems ARchitecture Middleware and system-level standard, jointly developed by automobile manufacturers,

More information

Introduction to Ethernet and IP in automotive vehicles

Introduction to Ethernet and IP in automotive vehicles Introduction to Ethernet and IP in automotive vehicles Webinar V1.02 2014-05-14 Agenda > Information 3 Introduction 6 Physical layers 8 IEEE Ethernet MAC + VLAN 14 Internet Protocol (IPv4/IPv6) 18 TCP

More information

Introduction to LIN. Webinar

Introduction to LIN. Webinar Introduction to LIN Webinar V2.2.07 2014-03-03 Agenda > Information 4 Overview 6 LIN Workflow 9 LIN Physical Layer 12 LIN Communication 14 Synchronization of the LIN nodes 16 LIN Message & Scheduling 19

More information

Deeply Embedded Real-Time Hypervisors for the Automotive Domain Dr. Gary Morgan, ETAS/ESC

Deeply Embedded Real-Time Hypervisors for the Automotive Domain Dr. Gary Morgan, ETAS/ESC Deeply Embedded Real-Time Hypervisors for the Automotive Domain Dr. Gary Morgan, ETAS/ESC 1 Public ETAS/ESC 2014-02-20 ETAS GmbH 2014. All rights reserved, also regarding any disposal, exploitation, reproduction,

More information

Do AUTOSAR and functional safety rule each other out?

Do AUTOSAR and functional safety rule each other out? Software development Do AUTOSAR and functional safety rule each other out? While simplicity is a factor in safety-critical applications, AUTOSAR has over 6,000 configuration parameters and well over 100,000

More information

Safe Automotive software architecture (SAFE)

Safe Automotive software architecture (SAFE) Safe Automotive software architecture (SAFE) 01-03-2012, ARTEMIS Technology Conference 2012 Stefan Voget Continental Automotive Content Motivation Project Organization Work Packages Approach for Interoperability

More information

Hardware-independent Software Development

Hardware-independent Software Development Hardware-independent Software Development with Stefan Bunzel, Khosrau Heidary(Continental); Simon Fürst, Andre Lajtkep (BMW Group); JürgenMössinger, Jürgen Cordes(Bosch); StefanSchmerler, ChristianKühn,

More information

Automatic Validation of Diagnostic Services

Automatic Validation of Diagnostic Services Development ProcessES Diagnostics Automatic Validation of Diagnostic Services For the first time, a fully automated test case generator has been introduced in diagnostics validation at General Motors Europe

More information

Customer Experience. Silicon. Support & Professional Eng. Services. Freescale Provided SW & Solutions

Customer Experience. Silicon. Support & Professional Eng. Services. Freescale Provided SW & Solutions September 2013 Silicon Support & Professional Eng. Services Customer Experience Freescale Provided SW & Solutions Provide Valued Software, Support & Professional Engineering Services, Competitively 2 Customer

More information

Automotive Ethernet Prototype and test development with CANoe/CANalyzer.Ethernet

Automotive Ethernet Prototype and test development with CANoe/CANalyzer.Ethernet Insert picture and click Align Title Graphic. Automotive Ethernet Prototype and test development with CANoe/CANalyzer.Ethernet Vector Webinar 2014 Hans-Werner Schaal Ver. 4.2.1, Jun 2014 Slide: 1 Agenda

More information

AutoSAR Overview. FESA Workshop at KTH 2010 04 12. Prof. Jakob Axelsson Volvo Cars and Mälardalen University

AutoSAR Overview. FESA Workshop at KTH 2010 04 12. Prof. Jakob Axelsson Volvo Cars and Mälardalen University AutoSAR Overview FESA Workshop at KTH 2010 04 12 Prof. Jakob Axelsson Volvo Cars and Mälardalen University This presentation is based on a tutorial prepared by the AutoSAR Consortium AUTOSAR Members Status

More information

AUTOSAR Seminar WS2008/2009 - Assignment: Simulation of Automotive Systems in the Context of AUTOSAR

AUTOSAR Seminar WS2008/2009 - Assignment: Simulation of Automotive Systems in the Context of AUTOSAR AUTOSAR Seminar WS2008/2009 - Assignment: Simulation of Automotive Systems in the Context of AUTOSAR Krasnogolowy, Alexander March 31, 2009 Hasso-Plattner-Institut for IT-Systems Engineering University

More information

VELOCITY LAB TM Embedded Development Ecosystem

VELOCITY LAB TM Embedded Development Ecosystem VELOCITY LAB TM Embedded Development Ecosystem 0C05B Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2013 32-bit 8/16-bit 1200

More information

CANoe and CANalyzer as diagnostic tools Version 1.4 2012/07/17

CANoe and CANalyzer as diagnostic tools Version 1.4 2012/07/17 Version 1.4 2012/07/17 Author(s) Restrictions Abstract Thomas R. Schmidt, Michael Webler Public Document This application gives an introduction into working with diagnostics in CANoe/CANalyzer. It presents

More information

How To Develop Software For Cms Tracker Sub Structure Tests

How To Develop Software For Cms Tracker Sub Structure Tests Proposal for steps to be taken in the software development for CMS tracker sub structure tests W. Beaumont (Antwerpen) V.Zhukov (Karlsruhe) software is important The software has a big influence on the

More information

Automated Generation of AUTOSAR Description File for Safety-Critical Software Architectures

Automated Generation of AUTOSAR Description File for Safety-Critical Software Architectures Automated Generation of AUTOSAR Description File for Safety-Critical Software Architectures Georg Macher Institute for Technical Informatics Graz University of Technology georg.macher@tugraz.at Christian

More information

SCADE System 17.0. Technical Data Sheet. System Requirements Analysis. Technical Data Sheet SCADE System 17.0 1

SCADE System 17.0. Technical Data Sheet. System Requirements Analysis. Technical Data Sheet SCADE System 17.0 1 SCADE System 17.0 SCADE System is the product line of the ANSYS Embedded software family of products and solutions that empowers users with a systems design environment for use on systems with high dependability

More information

Product Information CANalyzer.J1939

Product Information CANalyzer.J1939 Product Information CANalyzer.J1939 Table of Contents 1 Introduction... 3 1.1 Application Areas... 3 1.2 Features and Advantages... 3 1.3 Further Information... 3 2 Functions... 4 3 Hardware Interfaces...

More information

Requirements for Standard Compliant Electrical Test Authoring in Manufacturing Applications

Requirements for Standard Compliant Electrical Test Authoring in Manufacturing Applications Requirements for Standard Compliant Electrical Test Authoring in Manufacturing Applications Dipl. Ing. Alfons Schulte DSA-Daten-- Daten- und Systemtechnik GmbH, Aachen DSA-GmbH_PR_040308 Topics Authoring

More information

Herstellerinitiative Software (OEM Initiative Software)

Herstellerinitiative Software (OEM Initiative Software) Herstellerinitiative Software (OEM Initiative Software) Dr. Michael Daginnus Volkswagen AG Wolfsburg Dr. Dieter Marx Porsche AG Weissach Dr. Ralf Belschner Daimler AG Sindelfingen Kai Barbehön BMW AG München

More information

Principles of a Vehicle Infotainment Platform

Principles of a Vehicle Infotainment Platform Hans-Ulrich Michel BMW Group Forschung und Technik Principles of a Vehicle Infotainment Platform copyright 2004 by OSGi Alliance All rights reserved. Agenda Vehicle System Architecture Trends In Vehicle

More information

Conference on. Model-Based Validation of In-Vehicle Networks

Conference on. Model-Based Validation of In-Vehicle Networks Conference on University of Applied Sciences Prof. Dr.-Ing. Wolfhard Lawrenz (organisation) Salzdahlumer Str. 46/48 D-38302 Wolfenbüttel, Germany AUTOSAR Conformance Testing Characteristics and Challenges

More information

A Lightweight Framework for Testing Safety-critical Component-based Systems on Embedded Targets

A Lightweight Framework for Testing Safety-critical Component-based Systems on Embedded Targets A Lightweight Framework for Testing Safety-critical Component-based Systems on Embedded Targets Nermin Kajtazovic, Andrea Höller, Tobias Rauter, and Christian Kreiner Institute for Technical Informatics,

More information

Product Information CANape

Product Information CANape Product Information CANape Table of Contents 1 Overview... 3 1.1 Introduction... 3 1.2 Overview of Advantages... 3 1.3 Application Areas... 4 1.4 Features... 4 1.5 System Requirements... 4 1.6 Supported

More information

ISO11783 a Standardized Tractor Implement Interface

ISO11783 a Standardized Tractor Implement Interface ISO a ized Tractor Implement Interface Peter Fellmeth, Vector Informatik GmbH The upcoming ISO standard will be the preferred tractor Implement interface in the agricultural industry. Therefore the ISO

More information

imc BUSDAQ autonomous intelligent synchronized Field bus data acquisition - from stationary to mobile imc productive testing

imc BUSDAQ autonomous intelligent synchronized Field bus data acquisition - from stationary to mobile imc productive testing imc BUSDAQ autonomous intelligent synchronized Field bus data acquisition - from stationary to mobile imc productive testing www.imc-berlin.com/busdaq imc BUSDAQ/BUSLOG at a glance Processes multiple networks

More information

Product Information CANdelaStudio

Product Information CANdelaStudio Table of Contents 1 Introduction... 3 1.1 Properties Overview... 3 2 Functions... 4 3 ODX-Functions... 6 4 Quality Improvement by Single Source Principle... 6 5 Data Exchange... 7 6 Editions... 7 6.1 CANdelaStudio

More information

AURIX Preferred Design House. Hitex Development Tools GmbH Hitex (UK) Ltd.

AURIX Preferred Design House. Hitex Development Tools GmbH Hitex (UK) Ltd. AURIX Preferred Design House Hitex Development Tools GmbH Hitex (UK) Ltd. Company Profile Founded in 1976 38 years of experience in microcontroller technology Part of the Infineon Group since 2003 Leading

More information

In networking ECUs in heavy-duty vehicles, it is the J1939 protocol that. plays a key role. J1939 networks are based on the CAN bus (high-speed

In networking ECUs in heavy-duty vehicles, it is the J1939 protocol that. plays a key role. J1939 networks are based on the CAN bus (high-speed Networking Heavy-Duty Vehicles Based on SAE J1939 From Parameter Group to plug-and-play Application In networking ECUs in heavy-duty vehicles, it is the J1939 protocol that plays a key role. J1939 networks

More information

AUTOSAR and Linux Single chip solution Implementation of Automotive Multipurpose ECU Prototype system using hypervisor solution

AUTOSAR and Linux Single chip solution Implementation of Automotive Multipurpose ECU Prototype system using hypervisor solution AUTOSAR and Linux Single chip solution Implementation of Automotive Multipurpose ECU Prototype system using hypervisor solution Master of Science Thesis in the Master Degree Program, Networks and Distributed

More information

IPEmotion CAN Bus Traffic Recording, Analysis, Generation PM 04.05.2016 (V2.3)

IPEmotion CAN Bus Traffic Recording, Analysis, Generation PM 04.05.2016 (V2.3) IPEmotion CAN Bus Traffic Recording, Analysis, Generation PM 04.05.2016 (V2.3) Contents 1. Applications 2. Benefits for Customers 3. Functions of the Protocols PlugIn 4. Traffic recording 5. Traffic analysis

More information

Convenient Charging of Electric Vehicles

Convenient Charging of Electric Vehicles Technical Article Convenient Charging of Electric Vehicles Smart Charging with MICROSAR IP enables flexible charging processes and easy payment Compared to conventionally powered vehicles, electric vehicles

More information

Manual. CANcaseXL CANcaseXL log. Version 5.1 English

Manual. CANcaseXL CANcaseXL log. Version 5.1 English Manual CANcaseXL CANcaseXL log Version 5.1 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 D-70499 Stuttgart The information and data given in this user manual can be changed without prior

More information

Advanced Techniques for Simulating ECU C-code on the PC

Advanced Techniques for Simulating ECU C-code on the PC Copyright 2010 SAE International 2010-01-0431 Advanced Techniques for Simulating ECU C-code on the PC Vivek Jaikamal ETAS Inc. Thomas Zurawka SYSTECS Informationssysteme GmbH ABSTRACT Over the last two

More information

Tackling the Complexity of Timing-relevant Deployment Decisions in Multicore-based Embedded Automotive Software Systems Rolf Schneider, AUDI AG

Tackling the Complexity of Timing-relevant Deployment Decisions in Multicore-based Embedded Automotive Software Systems Rolf Schneider, AUDI AG Tackling the Complexity of Timing-relevant Deployment Decisions in Multicore-based Embedded Automotive Software Systems Rolf Schneider, AUDI AG 1 Topics Introduction Project ARAMiS ARAMiS Automotive LSSI

More information

Open Source Software

Open Source Software Open Source Software Title Experiences and considerations about open source software for standard software components in automotive environments 2 Overview Experiences Project Findings Considerations X-by-wire

More information

AUTOSAR Runtime Environment and Virtual Function Bus

AUTOSAR Runtime Environment and Virtual Function Bus AUTOSAR Runtime Environment and Virtual Function Bus Nico Naumann nico.naumann@hpi.uni-potsdam.de Department for System Analysis and Modeling Hasso-Plattner Institute for IT-Systems Engineering Prof.-Dr.-Helmert-Str.

More information

VxWorks Guest OS Programmer's Guide for Hypervisor 1.1, 6.8. VxWorks GUEST OS PROGRAMMER'S GUIDE FOR HYPERVISOR 1.1 6.8

VxWorks Guest OS Programmer's Guide for Hypervisor 1.1, 6.8. VxWorks GUEST OS PROGRAMMER'S GUIDE FOR HYPERVISOR 1.1 6.8 VxWorks Guest OS Programmer's Guide for Hypervisor 1.1, 6.8 VxWorks GUEST OS PROGRAMMER'S GUIDE FOR HYPERVISOR 1.1 6.8 Copyright 2009 Wind River Systems, Inc. All rights reserved. No part of this publication

More information

In-Vehicle Networking

In-Vehicle Networking In-Vehicle Networking SAE Network classification Class A networks Low Speed (

More information

Embedding Trust into Cars Secure Software Delivery and Installation

Embedding Trust into Cars Secure Software Delivery and Installation Embedding Trust into Cars Secure Software Delivery and Installation André Adelsbach, Ulrich Huber, Ahmad-Reza Sadeghi, Christian Stüble Horst Görtz Institute for IT Security, Bochum, Germany Third Workshop

More information

Intecs S.p.A. AUTOSAR Conformance Testing: an overview

Intecs S.p.A. AUTOSAR Conformance Testing: an overview Intecs S.p.A. AUTOSAR Conformance Testing: an overview Valentina Lomi Milano, 17/02/2011 Intecs 2011 - Roma - Pisa - Napoli - Milano - Torino - Cagliari - Genova -Toulouse(F) 1 of 41 Contents Definition

More information

System Software and TinyAUTOSAR

System Software and TinyAUTOSAR System Software and TinyAUTOSAR Florian Kluge University of Augsburg, Germany parmerasa Dissemination Event, Barcelona, 2014-09-23 Overview parmerasa System Architecture Library RTE Implementations TinyIMA

More information

Open Network Install Environment

Open Network Install Environment Open Network Install Environment Curt Brune Member of Technical Staff January 2014 Agenda Overview What Is ONIE? Lessons Learned ONIE Development Demo Project Directions cumulusnetworks.com 2 What Is ONIE?

More information

Collaboration Workshop. Dr. Ralf Münzenberger, Managing Director Professional Services Uwe Brodtmann, CEO

Collaboration Workshop. Dr. Ralf Münzenberger, Managing Director Professional Services Uwe Brodtmann, CEO Collaboration Workshop Dr. Ralf Münzenberger, Managing Director Professional Services Uwe Brodtmann, CEO March 30, 2011 Agenda Introduction to collaboration Dr. Christian Salzmann, BMW Bernhard Augustin,

More information

A new approach to automotive electric/electronic engineering life-cycle management

A new approach to automotive electric/electronic engineering life-cycle management IBM Software Automotive A new approach to automotive electric/electronic engineering life-cycle management Managing engineering data and processes using a single source of truth 2 A new approach to automotive

More information

Solutions for MOST. Reliable Solutions for MOST25, MOST50 and MOST150 ENGLISH

Solutions for MOST. Reliable Solutions for MOST25, MOST50 and MOST150 ENGLISH Solutions for MOST Reliable Solutions for MOST25, MOST50 and MOST150 ENGLISH 2 Solutions for Your MOST Networking Vector is your solution provider for MOST with MOST25, MOST50 and MOST150 we support you

More information

MathWorks Automotive Conference 2015 Simon Fürst, 2015/09/24. MODEL-BASED SOFTWARE DEVELOPMENT: AN OEM S PERSPECTIVE.

MathWorks Automotive Conference 2015 Simon Fürst, 2015/09/24. MODEL-BASED SOFTWARE DEVELOPMENT: AN OEM S PERSPECTIVE. MathWorks Automotive Conference 2015 Simon Fürst, 2015/09/24. MODEL-BASED SOFTWARE DEVELOPMENT: AN OEM S PERSPECTIVE. MODEL-BASED SOFTWARE DEVELOPMENT AT BMW. Software development with MATLAB & Simulink

More information

J1939: Opening Up AUTOSAR to the Heavy Vehicle Industry

J1939: Opening Up AUTOSAR to the Heavy Vehicle Industry 6th Vector Congress Stuttgart 28-29 November, 2012 J1939: Opening Up AUTOSAR to the Heavy Vehicle Industry Bob Niemczyk, Volvo Group Brands 2 Vertical or Horizontal Organization? Volvo Europe: New FH Truck

More information

Product Information CANape Option Simulink XCP Server

Product Information CANape Option Simulink XCP Server Product Information CANape Option Simulink XCP Server Table of Contents 1 Overview... 3 1.1 Introduction... 3 1.2 Overview of Advantages... 3 1.3 Application Areas... 3 1.4 Further Information... 4 2 Functions...

More information

Infotainment and Telematics Solutions with Renesas R-Car Course ID: 0C18I

Infotainment and Telematics Solutions with Renesas R-Car Course ID: 0C18I Infotainment and Telematics Solutions with Renesas R-Car Course ID: 0C18I mentor.com/embedded Android is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Linux is the

More information

Virtual Integration and Consistent Testing of Advanced Driver Assistance Functions

Virtual Integration and Consistent Testing of Advanced Driver Assistance Functions Stuttgart, Testing Expo 2012 Virtual Integration and Consistent Testing of Advanced Driver Assistance Functions 2012-06-12 Jürgen Schüling Agenda Introduction and Motivation State of the Art Hardware in

More information

Operating Systems Supported by Vector Products

Operating Systems Supported by Vector Products ASAP2 Editor/Toolset ASAP2 Editor 8.0 (1) ASAP2 Editor 10.0 and 11.0 ASAP2 Editor 12.0 and 13.0 ASAP2 Tool-Set 5.x ASAP2 Tool-Set 6.x until 8.x ASAP2 Tool-Set 9.x ASAP2 Tool-Set 10.x CAN Driver Library

More information

Model Based E/E Architecture Development at Daimler

Model Based E/E Architecture Development at Daimler Model Based E/E Architecture Development at Daimler...and a Look at the Broader Picture Markus Hemprich Gabriel Schwefer E/E Architecture & Standardisation (RD/EEP) Vector Congress Stuttgart, 28.11.2012

More information

DCS110 CATVisor COMMANDER

DCS110 CATVisor COMMANDER Broadband Cable Networks April 13, 2006 1(5) DCS110 CATVisor COMMANDER Introduction CATVisor Commander is the standalone software tool for configuring, adjusting and monitoring Teleste Headend and HFC

More information

Enhanced Project Management for Embedded C/C++ Programming using Software Components

Enhanced Project Management for Embedded C/C++ Programming using Software Components Enhanced Project Management for Embedded C/C++ Programming using Software Components Evgueni Driouk Principal Software Engineer MCU Development Tools 1 Outline Introduction Challenges of embedded software

More information

Bright Idea: GE s Storage Performance Best Practices Brian W. Walker

Bright Idea: GE s Storage Performance Best Practices Brian W. Walker Bright Idea: GE s Storage Performance Best Practices Brian W. Walker Principal Architect, Cloud Solutions 1 Speaker Introduction Brian Walker Principal Architect, Cloud Solutions Brian brings more than

More information

SuperOffice Expander. Introduction & Background

SuperOffice Expander. Introduction & Background Expander Introduction & Background Introduction & Background Software from is well known (and awarded!) for its unique usability. We have provided more than 200.000 company employees throughout the world

More information

Safe-E. Safe-E Introduction. Coordination: Andreas ECKEL TTTech Computertechnik AG andreas.eckel@tttech.com

Safe-E. Safe-E Introduction. Coordination: Andreas ECKEL TTTech Computertechnik AG andreas.eckel@tttech.com Introduction Coordination: Andreas ECKEL TTTech Computertechnik AG andreas.eckel@tttech.com The Eurostars Project within the ITEA-2 Safe Project Eurostars : what is it and why?: Eurostars is an Eureka

More information

SCSK s Automotive Software Business

SCSK s Automotive Software Business SCSK s Automotive Software Business Syoichi Kondou Executive Officer Automotive Systems Business Div. Manufacturing Systems Business Group SCSK Corporation May 20, 2015 Copyright(c) SCSK Corporation Page

More information

Safe Automotive software architecture (SAFE) WP3 Deliverable D3.6.b: Safety Code Generator Specification

Safe Automotive software architecture (SAFE) WP3 Deliverable D3.6.b: Safety Code Generator Specification Contract number: ITEA2 10039 Safe Automotive software architecture (SAFE) ITEA Roadmap application domains: Major: Services, Systems & Software Creation Minor: Society ITEA Roadmap technology categories:

More information

Strobilus Test Application Generator for AUTOSAR systems

Strobilus Test Application Generator for AUTOSAR systems Strobilus Test Application Generator for AUTOSAR systems Master of Science Thesis in the Software Engineering Programme ADAM HULIN MARCUS JOHANSSON Chalmers University of Technology University of Gothenburg

More information

Configuration & Build Management

Configuration & Build Management Object-Oriented Software Engineering Using UML, Patterns, and Java Configuration & Build Management Outline of the Lecture Purpose of Software Configuration Management (SCM) Some Terminology Software Configuration

More information

Taking Subversion to a Higher Level. Branching/Merging Support. Component Management Support. And More

Taking Subversion to a Higher Level. Branching/Merging Support. Component Management Support. And More Taking Subversion to a Higher Level Branching/Merging Support Component Management Support And More About Impact CM Impact CM is a Service AddOn that facilitates software configuration management (CM)

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - AEM 5.6.1 Cloud Hosted, Managed Services (2013v3) The Products and Services described in this PDM are subject to the applicable Sales Order, the terms of this

More information

Administering Team Foundation Server 2013

Administering Team Foundation Server 2013 Course Code: QATFS13 Vendor: Microsoft Course Overview Duration: 3 RRP: 2,039 Administering Team Foundation Server 2013 Overview This three-day, instructor-led course provides delegates with the knowledge

More information

Architectures and Platforms

Architectures and Platforms Hardware/Software Codesign Arch&Platf. - 1 Architectures and Platforms 1. Architecture Selection: The Basic Trade-Offs 2. General Purpose vs. Application-Specific Processors 3. Processor Specialisation

More information

SQL Server Training Course Content

SQL Server Training Course Content SQL Server Training Course Content SQL Server Training Objectives Installing Microsoft SQL Server Upgrading to SQL Server Management Studio Monitoring the Database Server Database and Index Maintenance

More information

Wiederverwendung von Testfällen bei der modellbasierten SW-Entwicklung

Wiederverwendung von Testfällen bei der modellbasierten SW-Entwicklung Wiederverwendung von Testfällen bei der modellbasierten SW-Entwicklung DGLR Workshop "Verifikation in der modellbasierten Software-Entwicklung" Garching, 04 October 2011 Dipl.-Ing. Peter Hermle, Key Account

More information