Validating Diagnostics in Early Development Stages

Size: px
Start display at page:

Download "Validating Diagnostics in Early Development Stages"

Transcription

1 Validating Diagnostics in Early Development Stages Explanations by means of an Example of an automatic exterior lighting control Dipl.-Ing. Valentin Adam, Daimler AG Dipl.-Ing. Matthias Kohlweyer, Daimler AG Dipl.-Inf. Petra Nawratil, dspace GmbH Dipl.-Wirt.-Inf. Heinrich Balzer, dspace GmbH Translation of: Diagnoseverifikation in frühen Entwicklungsphasen Published at: Elektronik automotive, 12/2008

2 Validating Diagnostics in Early Development Stages Explanations by means of an Example of an automatic exterior lighting control Electronic faults in a vehicle, such as a broken cable or a sensor that returns erroneous data, are unavoidable. The Electronic control s task is to react to them. For example, an automatic lighting control that activates the lights in darkness must also be able to switch them on for safety if the light sensor is defective. The fault can also be indicated in the vehicle s display. This all requires diagnostic functionality that detects and analyzes a fault and reacts to it. The diagnostic functionalities of the electronic control units (ECUs) have to be tested at an early stage of the development process. The Challenge of Testing Diagnostics In today s development processes, individual software components are often developed and tested first, then integrated, and it is not possible to study the overall system from the diagnostics point of view until the end. This means that diagnostic functionality cannot be tested in the overall system until a very late stage frequently not until the actual vehicle. One reason for late testing is that diagnostics are distributed across the entire system. They not only have to identify faults in individual components but also diagnose the system s interconnected functionality, which is often distributed across several ECUs and implemented by various software components. Ideally, the development process needs tool support for setting up a complete system of several software components at an early stage so that the diagnostics can be analyzed and verified. The ultimate objective is to achieve greater maturity of diagnostic functionality more quickly and more efficiently. These processes need methods and tools to support them. The AUTOSAR standard [1] makes it possible to produce a formal representation of software components and whole system architectures so that an unambiguous description is available. In SystemDesk, the architecture tool from dspace, an AUTOSAR architecture can not only be modeled [2] but also simulated [3]. This means that an overall (distributed) system can be set up at an early stage, and tests covering the diagnostic functionalities can be run. System Architecture for Exterior Lighting Control In a joint project with Daimler AG, dspace is studying an example to investigate the potential of early diagnostics testing. Daimler AG already relies intensively on model-based development with AUTOSAR, so complete system models based on AUTOSAR are already available. A system for automatic lighting control was chosen as the example for this case study (Figure 1). The aim is to model a simulatable system that can be used for testing the diagnostics. A central lighting module is responsible for activating the different lamps on the vehicle. It receives inputs from various sources such as the light switch that is turned on by the driver and a rain/light sensor. When the rain/light sensor detects a rainy or dark situation, the driving lights can be activated automatically. The system comprises a central light control software component and software drivers deployed on two ECUs, one for the front and one for the rear lighting module. In addition, the models of the drivers and lamps are integrated as plant models. Figure 1: Graphical modeling of components for lighting control (dark color on the left) and the associated plant models (light color on the right). 2 Elektronik automotive 12/2008

3 The key factor is the ability to model the application software components access to the basic software and to simulate it later. Two modules in the basic software are particularly important in implementing diagnostic functionality: the Diagnostic Event Manager (DEM) and the Diagnostic Communication Manager (DCM). When system misbehavior is detected by the application or reported by a driver, a function call is sent to the DEM, which sets the misbehavior as the status of a predefined event. The diagnostic module itself stores the associated failure as a diagnostic trouble code (DTC). Diagnostic trouble codes can be read out by a tester, for example, in a service dealership. The DCM receives the diagnostic queries from the dealership tester, collects the necessary data, and generates the response. After the individual application software components have been modeled with an AUTOSAR-compliant behavior modeling tool such as TargetLink from dspace, code is generated for them, including the AUTOSAR software component description. If the system architecture is already available, the user only needs to complete the implementations. If it is not available, the individual components are brought together to make an architecture in SystemDesk. The DEM is also configured and connected to the application software components in this process. For simulation, either a manufacturerspecific DEM or a DEM that is configurable in SystemDesk itself can be integrated. The architecture is also mapped to the hardware topology comprised of several ECUs. Finally, the run-time environment (RTE) can also be generated in SystemDesk as middleware implementing the communication between application software components and basic software components. This can then be used in conjunction with the application code for individual software components to simulate the overall system in SystemDesk. Diagnostics Testing The diagnostic functionality in the system model can now be verified at an early stage in the development process. The following questions can be investigated and answered: Are faults in the system correctly detected by the diagnostic functionality that has been implemented, and is the response to them correct? Are all faults detected? Were the fault memory modules configured correctly, and are the right DTCs stored in the basic software? Test vectors Performing system analyses that will answer these questions requires tool support, since the systems under investigation are usually highly complex. Moreover, it is usually not possible at all to test a system that consists of networked software components and ECUs before the ECUs are available. The solution is offline simulation of such systems on a PC, which provides the decisive ability to validate the diagnostic behavior implemented for a system at an early stage. Some inputs in the exterior lighting control system are still open. For example, signals are received from the rain/light sensor and the light switch, but these have not been explicitly included in the model. For the system to be tested, these open inputs have to be stimulated by test vectors. The data for these is created by means of special test tools. The test vectors used in a real test process are converted to a text file, read into SystemDesk, and used to stimulate the open ports during simulation. The test tool also provides information for evaluating Behavior modeling tool.h.c.arxml Architecture and simulation tool Test creation and evaluation tool Test results Figure 2: Tools and exchange data used for diagnostics testing. the tests. This includes the data to be measured and logged, and the expected results. Information on the data to be measured is also read into SystemDesk so that the data can be logged during simulation. The captured simulation results can then be read back into the test tool, where it is evaluated against the expected results to decide whether the test was successful (the system reacted as expected) or not (there were differences between the logged and the expected behavior). The tools needed for the diagnostics test and the data to be exchanged are shown in Figure 2. Early validation of diagnostics makes it possible to correct any discovered weaknesses and to close any gaps. It is also possible to implement and test only a part of the diagnostics initially if so decided. Because they provide a better understanding of the system to be diagnosed, the validation test results are an aid to implementing other parts of the diagnostics and enhancing the maturity of the diagnostic functionality. Elektronik automotive 12/2008 3

4 Tested Error Cases In the example of the exterior lighting control system described here, three different error cases are investigated by means of simulation to make a correct decision on diagnostics implementation based on the logged system behavior: (1) The component connected to an ECU automatically detects a fault and reports it to the exterior lighting control. This acts as the function master and takes appropriate substitute action, at the same time placing a DTC in the fault memory. In the simulation, this behavior is mimicked by the stimulating test vector sending the diagnostic signal that the rain/ light sensor would send to the lighting control. In response to the absence of sensor data, the function activates the emergency lighting and switches the vehicle s exterior lighting on. (2) In another scenario, a part of the diagnostic functionality is integrated into the lighting control itself. The driver s input, i.e. turning the light switch, is passed to the lighting ECU. The application implemented in the ECU checks the plausibility of the light switch position that it received, and if there is a fault, instigates defined substitute actions. In the simulation, this is achieved by manipulating the signals of the light switch so that the stimulating test vector simultaneously activates two mutually exclusive states. The Off and Automatic Driving Light signals of the light switch are modified for this. Here too, the misbehavior is detected by the application and results in a fault memory entry based on the interfaces defined in AUTOSAR. (3) As well as misbehaviors that are detectable at application level, there are other fault cases such as short circuits to ground and open outputs that can be detected and reported to the diagnostics module by intelligent hardware drivers. For example, these different states can be detected by current measurements in the paths of the controlled lights. In the simulation, a short circuit is simulated by manipulating the measured current values in the system model. In addition to simulating faults with suitable test vectors and logging the output signals, the fault memory entries are also evaluated separately. For offline simulation of this, it is sufficient to integrate rudimentary DCM functionality. This queries the contents of the fault memory cyclically via the interfaces standardized by AUTOSAR and uses them to log the behavior of the DEM. Conclusion and Outlook In the project run by dspace and Daimler AG, an environment was created in which it was possible to validate the diagnostic functions of a system in a very early development phase. This was done by integrating AUTOSARcompliant ECU applications, such as the lighting control that is used, including the necessary plant and driver models, into a system architecture. Work on integrating configured basic software modules into the system continues, and the RTE needed for communication is generated. For simulating the system offline, the test vectors used in the real test process are employed. These are read into SystemDesk during simulation, and the software components output signals and the fault memory s behavior in response to stimulation are logged. By studying an overall system and not only individual, selected components, the diagnostics for distributed functions can be verified almost completely. Any dependencies and fault effects in the overall system can be identified. By using the architecture standardized in AUTOSAR, consisting of the ECU applications, the RTE, and parts of the basic software, the simulation system is also able to verify whether the implemented diagnostic modules are correctly configured. Literature [1] [2] Stichling, D.; Niggemann, O.; Stroop, J.; Otterbach, R.: From Function Design to System Design in Model-Based Software Development, Translation of Vom Funktionsentwurf zum Systemdesign in der modellbasierten Software-Entwicklung ; ATZ Automobiltechnische Zeitschrift, 01/2007. [3] Nawratil, P.; Niggemann, O.: The Little Green Arrow, Translation of Der kleine grüne Pfeil ; Hanser Automotive, 08/ Elektronik automotive 12/2008

5 Company Headquarters in Germany dspace GmbH Technologiepark Paderborn Tel.: Fax: China dspace GmbH Shanghai Representative Office Jinlinghaixin Building 13A No. 666, Fuzhou Road Shanghai Tel.: Fax: United Kingdom dspace Ltd. Unit B7. Beech House Melbourn Science Park Melbourn Hertfordshire. SG8 6HB Tel.: Fax: Japan dspace Japan K.K. 10F Gotenyama Trust Tower Kitashinagawa Shinagawa-ku Tokyo Tel.: Fax: info@dspace.jp France dspace SARL 7 Burospace Route de Gisy Bièvres Tel.: Fax: info@dspace.fr USA and Canada dspace Inc Pontiac Trail Wixom. MI Tel.: Fax: info@dspaceinc.com 12/2008

www.dspace.com Model-Based Development of Safety-Critical Software: Safe and Effi cient

www.dspace.com Model-Based Development of Safety-Critical Software: Safe and Effi cient www.dspace.com Model-Based Development of Safety-Critical Software: Safe and Effi cient Translation of Sicherheitskritische Software entwickeln Published at: MEDengineering, 06/2012 Software for safety-critical

More information

AutomationDesk. Remote control of calibration, measurement, and diagnostic tools such as CalDesk. Open COM API to remote-control test execution

AutomationDesk. Remote control of calibration, measurement, and diagnostic tools such as CalDesk. Open COM API to remote-control test execution AutomationDesk 2.0 Automated Hardware-in-the-Loop (HIL) Testing New-Look of User Interface NEW: Advanced Sequence Builder NEW: Offline Test Execution & Development NEW: Enhanced Multi-User Support dspace

More information

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

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

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

EB TechPaper. Test drive with the tablet. automotive.elektrobit.com

EB TechPaper. Test drive with the tablet. automotive.elektrobit.com EB TechPaper Test drive with the tablet automotive.elektrobit.com 1 A great many test miles have to be covered in the development and validation of driver assistance systems. A tablet with Elektrobit (EB)

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

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

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

Challenge of Ethernet Use in the Automobile

Challenge of Ethernet Use in the Automobile Challenge of Ethernet Use in the Automobile Flexible interfaces and software tools simplify ECU development Already this year, Ethernet will be used as a system network in the first production vehicles.

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

The Problem: Automotive safety recalls, Control Systems Diagnostics, Stability Control, Traction Control, Anti-lock Braking, Adaptive Cruise Control

The Problem: Automotive safety recalls, Control Systems Diagnostics, Stability Control, Traction Control, Anti-lock Braking, Adaptive Cruise Control AUTOPLUG: Remote Diagnostics Automotive Architecture for Control Software Safety Rahul Mangharam, Yash V. Pant and Truong X. Nghiem Department of Electrical & Systems Engineering University of Pennsylvania

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54C-1 GROUP 54C LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION...54C-2 SPECIAL TOOL...54C-3...54C-4 DIAGNOSTIC FUNCTION...54C-4 DIAGNOSTIC TROUBLE CODE CHART...54C-6 DIAGNOSTIC TROUBLE CODE

More information

EHOOKS Prototyping is Rapid Again

EHOOKS Prototyping is Rapid Again 09CV-0113 EHOOKS Prototyping is Rapid Again Vivek Jaikamal ETAS Inc. Nigel Tracey ETAS Ltd. Copyright 2009 SAE International ABSTRACT Automotive controls engineers have traditionally used bypass rapid

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

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION 54B-2 SPECIAL TOOLS 54B-3 54B-4 DIAGNOSIS FUNCTION 54B-4 DIAGNOSTIC TROUBLE CODE CHART 54B-5 DIAGNOSTIC TROUBLE CODE PROCEDURES

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

Model-based Testing of Automotive Systems

Model-based Testing of Automotive Systems Model-based Testing of Automotive Systems Eckard Bringmann and Andreas Krämer ICST 08 Presented by Julia Rubin on November 21, 2012 Multidisciplinary Business 2 Supply Chain of Components 3 Innovation

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

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

Car2x From Research to Product Development

Car2x From Research to Product Development Car2x From Research to Product Development How automotive OEMs and suppliers are successfully completing production Car2x projects Car2x systems present entirely new challenges for managers in product

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

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

Hardware & Software Solutions

Hardware & Software Solutions Hardware & Software Solutions Introduction About Proemion - Overview Capabilities - Customers 1986 RM Michaelides 2002 Proemion 2007 Production plant Introduction About RM Overview Capabilities Customers

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

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

600-901 DIAGNOSTIC TROUBLE CODES: TRANSFER CASE MOTOR

600-901 DIAGNOSTIC TROUBLE CODES: TRANSFER CASE MOTOR 2005 99 S10 Blazer/Pickup/ S15 Sonoma, 2002 1998 Suburban/Tahoe/Yukon, 2002 1999 Sierra/Silverado/Escalade, 1999 98 K1500/K2500 Pickups, 2001 1999 Bravada/Jimmy, 2002 Avalanche DTC-C0308: Description:

More information

CycurHSM An Automotive-qualified Software Stack for Hardware Security Modules

CycurHSM An Automotive-qualified Software Stack for Hardware Security Modules CycurHSM An Automotive-qualified Software Stack for Hardware Security Modules Dr. Frederic Stumpf, ESCRYPT GmbH Embedded Security, Stuttgart, Germany 1 Introduction Electronic Control Units (ECU) are embedded

More information

EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis

EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis EBERSPÄCHER ELECTRONICS automotive bus systems solutions for network analysis DRIVING THE MOBILITY OF TOMORROW 2 AUTOmotive bus systems System Overview Analyzing Networks in all Development Phases Control

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

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

Collaborating in California: Open HIL Test System Architecture uses the ASAM HIL API

Collaborating in California: Open HIL Test System Architecture uses the ASAM HIL API Collaborating in California: Open HIL Test System Architecture uses the ASAM HIL API ASAM INTERNATIONAL CONFERENCE, Dec. 03 04, 2013, Dresden, Germany Dr. Jiri Keprt, National Instruments Corporation (Speaker)

More information

COMPLIANCE 3 SOFTWARE SUITE

COMPLIANCE 3 SOFTWARE SUITE COMPLIANCE 3 SOFTWARE SUITE The definitive software environment for RF EMC testing Modular, integrated, flexible test environment From entry level to full test lab management Secure, reliable, configurable

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION 54B-2 SPECIAL TOOLS 54B-3 54B-4 DIAGNOSIS FUNCTION 54B-4 DIAGNOSTIC TROUBLE CODE CHART 54B-6 DIAGNOSTIC TROUBLE CODE PROCEDURES

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

Dr.-Ing. Rainer Rasche dspace GmbH Rathenaustrasse 26 33102 Paderborn automotive testing expo June 22, 2010

Dr.-Ing. Rainer Rasche dspace GmbH Rathenaustrasse 26 33102 Paderborn automotive testing expo June 22, 2010 Combining Two Worlds: Precise Real-Time- Based and Convenient PC-Based Testing Dr.-Ing. Rainer Rasche dspace GmbH Rathenaustrasse 26 33102 Paderborn nd automotive testing expo June 22, 2010 Agenda Testautomation

More information

Better Test Quality by Automation

Better Test Quality by Automation Technical Article Better Test Quality by Automation Automated HIL test system ensures ISOBUS functionality of agricultural machines The ISOBUS communication protocol has now essentially made it possible

More information

Providing a complete Ethernet anywhere solution. IS Ethernet Solutions

Providing a complete Ethernet anywhere solution. IS Ethernet Solutions Providing a complete Ethernet anywhere solution Until now, installing Ethernet, especially wireless access points, in classified areas had the two challenges of being live worked and providing power and

More information

Automatic ASAM MCD-3 supported test. PikeTec GmbH Dr. Jens Lüdemann

Automatic ASAM MCD-3 supported test. PikeTec GmbH Dr. Jens Lüdemann Automatic ASAM MCD-3 supported test PikeTec GmbH Dr. Jens Lüdemann Test challenges Clear test case description (Modeling) Continuity and consistency at all test platforms Automated Execution, Assessment,

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

Best Practices for Verification, Validation, and Test in Model- Based Design

Best Practices for Verification, Validation, and Test in Model- Based Design 2008-01-1469 Best Practices for Verification, Validation, and in Model- Based Design Copyright 2008 The MathWorks, Inc. Brett Murphy, Amory Wakefield, and Jon Friedman The MathWorks, Inc. ABSTRACT Model-Based

More information

Network Management and Monitoring Software

Network Management and Monitoring Software Page 1 of 7 Network Management and Monitoring Software Many products on the market today provide analytical information to those who are responsible for the management of networked systems or what the

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

KPI, OEE AND DOWNTIME ANALYTICS. An ICONICS Whitepaper

KPI, OEE AND DOWNTIME ANALYTICS. An ICONICS Whitepaper 2010 KPI, OEE AND DOWNTIME ANALYTICS An ICONICS Whitepaper CONTENTS 1 ABOUT THIS DOCUMENT 1 1.1 SCOPE OF THE DOCUMENT... 1 2 INTRODUCTION 2 2.1 ICONICS TOOLS PROVIDE DOWNTIME ANALYTICS... 2 3 DETERMINING

More information

Hardware in the Loop (HIL) Testing VU 2.0, 182.117, WS 2008/09

Hardware in the Loop (HIL) Testing VU 2.0, 182.117, WS 2008/09 Testen von Embedded Systems Hardware in the Loop (HIL) Testing VU 2.0, 182.117, WS 2008/09 Raimund dkirner Testing Embedded Software Testing the whole system including the physical environment is not possible

More information

Software Development for Multiple OEMs Using Tool Configured Middleware for CAN Communication

Software Development for Multiple OEMs Using Tool Configured Middleware for CAN Communication 01PC-422 Software Development for Multiple OEMs Using Tool Configured Middleware for CAN Communication Pascal Jost IAS, University of Stuttgart, Germany Stephan Hoffmann Vector CANtech Inc., USA Copyright

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

Training @ ETAS. We offer regularly scheduled training seminars for both novice and advanced ETAS tool users.

Training @ ETAS. We offer regularly scheduled training seminars for both novice and advanced ETAS tool users. Training @ ETAS At ETAS we believe in training as an important aid to our customers to achieve maximum benefit of our tools and solutions in their projects. We strive to provide the highest possible quality

More information

Model-Based Extension of AUTOSAR for Architectural Online Reconfiguration

Model-Based Extension of AUTOSAR for Architectural Online Reconfiguration Model-Based Extension of AUTOSAR for Architectural Online Reconfiguration Basil Becker 1, Holger Giese 1, Stefan Neumann 1, Martin Schenck 2 and Arian Treffer 2 Hasso-Plattner-Institute at the University

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

integrated lights-out in the ProLiant BL p-class system

integrated lights-out in the ProLiant BL p-class system hp industry standard servers august 2002 integrated lights-out in the ProLiant BL p-class system technology brief table of contents executive summary 2 introduction 2 management processor architectures

More information

Electronic Power Control

Electronic Power Control Service. Self-Study Programme 210 Electronic Power Control Design and Function With the Electronic Power Control system, the throttle valve is actuated only by an electric motor. This eliminates the need

More information

Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE

Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE Deploying Microsoft SharePoint Services with Stingray Traffic Manager DEPLOYMENT GUIDE Table of Contents Overview... 2 Installation and Initial Configuration of SharePoint services... 3 System Requirements...

More information

MOST Training and Workshops

MOST Training and Workshops Get the Know-How for Your Projects One of SMSC's primary goals is to support its customers with the design process throughout all phases of their product development cycle. SMSC s MOST training modules

More information

Analog Amplifier Rexroth RA: Easy, user-friendly control of pumps and valves

Analog Amplifier Rexroth RA: Easy, user-friendly control of pumps and valves Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service Analog Amplifier Rexroth RA: Easy, user-friendly control of pumps and valves The Drive & Control Company

More information

Honda's Dual-Mode Charging System

Honda's Dual-Mode Charging System Southern Illinois University Carbondale OpenSIUC Presentations Department of Automotive Technology 10-1-2009 Honda's Dual-Mode Charging System Omar Trinidad Southern Illinois University Carbondale, omar@siu.edu

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

Dr. Ulrich Lauff, Dr. Kai Pinnow, and Dipl.-Ing. Florian Schmid. New Tools and Methods for Validation and Calibration

Dr. Ulrich Lauff, Dr. Kai Pinnow, and Dipl.-Ing. Florian Schmid. New Tools and Methods for Validation and Calibration Special Reprint from HANSER automotive 10/2015 Dr. Ulrich Lauff, Dr. Kai Pinnow, and Dipl.-Ing. Florian Schmid New Tools and Methods for Validation and Calibration Mastering complex vehicle systems reliably

More information

Getting Started with CANopen Version 1.1 2008-05-29 Application Note AN-AON-1-1102

Getting Started with CANopen Version 1.1 2008-05-29 Application Note AN-AON-1-1102 Version 1.1 2008-05-29 Restrictions Abstract Public Document This application note explains items which need to be considered when creating a CANopen device or system. The Manager, Systems Engineer, and

More information

ECM Diagnosis. Section 11. Learning Objectives:

ECM Diagnosis. Section 11. Learning Objectives: Section 11 ECM Diagnosis Learning Objectives: 1. Diagnose ECM specific Diagnostic Trouble Codes. 2 Troubleshooting the diagnostic circuit. 3. Reprogramming the ECU. Engine Control Systems II - Course 874

More information

PROFINET IO Diagnostics 1

PROFINET IO Diagnostics 1 PROFINET IO is a very cost effective and reliable technology. However, extensive installations can have thousands of PROFINET IO devices operating on many networks. The reliable operation of these networks

More information

MOST PCI Tool Kit. Overview. Ordering Information. Experience the Versatile MOST PC Interfaces. www.smsc-ais.com

MOST PCI Tool Kit. Overview. Ordering Information. Experience the Versatile MOST PC Interfaces. www.smsc-ais.com Experience the Versatile MOST PC Interfaces Overview The MOST PCI Tool Kit (TK) is a combination of new MOST PC Interfaces accompanied by a software bundle offering a variety of multimedia applications

More information

Testing for the Unexpected: An Automated Method of Injecting Faults for Engine Management Development

Testing for the Unexpected: An Automated Method of Injecting Faults for Engine Management Development Testing for the Unexpected: An Automated Method of Injecting Faults for Engine Management Development By Shaun Fuller What will happen if a fault occurs in an automotive vehicle s electrical system? Similarly,

More information

HARTING Auto-ID System Integration

HARTING Auto-ID System Integration HARTING Auto-ID System Integration HARTING integrated Auto-ID solutions Mobile Reader Business Application Framework Enterprise Service Bus Auto-ID Transponder Middleware Backend System Stationary Reader

More information

I can make just such ones if I had tools, and I could make tools if I had tools. -Eli Whitney

I can make just such ones if I had tools, and I could make tools if I had tools. -Eli Whitney I can make just such ones if I had tools, and I could make tools if I had tools to make them with. -Eli Whitney Automotive Software Development and Model Based Design (Matlab & Simulink) Ian M. Alferez,

More information

Company Profile. 1-2-1 Osaki, Shinagawa-ku, Tokyo, 141-8672 Japan Tel. +81 3 5435 7777 www.hitachi-systems.com/eng/

Company Profile. 1-2-1 Osaki, Shinagawa-ku, Tokyo, 141-8672 Japan Tel. +81 3 5435 7777 www.hitachi-systems.com/eng/ Company Profile 1-2-1 Osaki, Shinagawa-ku, Tokyo, 141-8672 Japan Tel. +81 3 5435 7777 www.hitachi-systems.com/eng/ All product and company names in this document are trademarks or registered trademarks

More information

Important: Always perform the Diagnostic System Check - Vehicle prior to using this diagnostic procedure. P0106, P0107 P0107

Important: Always perform the Diagnostic System Check - Vehicle prior to using this diagnostic procedure. P0106, P0107 P0107 Page 1 of 5 DTC P0106 DTC Descriptor 2006 Pontiac GTO GTO (VIN V) Service Manual Document ID: 1417869 DTC P0106: Manifold Absolute Pressure (MAP) Sensor Diagnostic Fault Information Important: Always perform

More information

A process-driven methodological approach for the design of telecommunications management systems

A process-driven methodological approach for the design of telecommunications management systems A process-driven methodological approach for the design of telecommunications management systems Thierry FRAIZE, Julio VILLENA, Jean-Daniel GUEDJ TELECOM ARGENTINA Av Dorrego 2520 (1425) Buenos Aires Argentina

More information

TOFINOTM SECURITY APPLIANCE

TOFINOTM SECURITY APPLIANCE NETWORK SECURITY Tofino Industrial Security Appliance PROCESS CONNECTIONS Tofino Security Solution Deployment Over the past decade, critical control systems have increasingly adopted information technologies

More information

Automotive Software Engineering

Automotive Software Engineering Automotive Software Engineering List of Chapters: 1. Introduction and Overview 1.1 The Driver Vehicle Environment System 1.1.1 Design and Method of Operation of Vehicle Electronic 1.1.2 Electronic of the

More information

Quick Start Guide Fiber Optic Bridge Local Interconnect Network (LIN) System DG-FO-BRIDGE-L System (LIN)

Quick Start Guide Fiber Optic Bridge Local Interconnect Network (LIN) System DG-FO-BRIDGE-L System (LIN) Quick Start Guide Fiber Optic Bridge Local Interconnect Network (LIN) System DG-FO-BRIDGE-L System (LIN) Please read all instructions BEFORE applying power! Dearborn Group Technology is Vehicle Networks!

More information

S a t S e r v i c e Gesellschaft für Kommunikationssysteme mbh

S a t S e r v i c e Gesellschaft für Kommunikationssysteme mbh sat-nms LSM Product Overview S a t S e r v i c e The following pages show a complete overview of interconnections between RF-Distribution and RF- Switch Modules. L-Band Switch Model Number Matrix: sat-nms

More information

Software House Embedded Systems

Software House Embedded Systems Software House Embedded Systems Contacts: E-mobility, chassis, driver assistance and body electronics: Martin Richter +49 5371 805-1041 Infotainment, radio and instrument cluster: Sven Lochau +49 30 39978-7631

More information

Configuring and Managing Token Ring Switches Using Cisco s Network Management Products

Configuring and Managing Token Ring Switches Using Cisco s Network Management Products Configuring and Managing Token Ring Switches Using Cisco s Network Management Products CHAPTER 12 Cisco offers several network management applications that you can use to manage your Catalyst Token Ring

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

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

INSTRUMENT PANEL. 1995 Volvo 850 DESCRIPTION & OPERATION. 1995-96 ACCESSORIES & EQUIPMENT Volvo Instrument Panels

INSTRUMENT PANEL. 1995 Volvo 850 DESCRIPTION & OPERATION. 1995-96 ACCESSORIES & EQUIPMENT Volvo Instrument Panels INSTRUMENT PANEL 1995 Volvo 850 1995-96 ACCESSORIES & EQUIPMENT Volvo Instrument Panels 850 WARNING: When working around steering column and before performing repairs, disconnect and shield battery ground

More information

MotorData. Car diagnostics made easy. MotorData Client Software User Manual

MotorData. Car diagnostics made easy. MotorData Client Software User Manual MotorData Car diagnostics made easy MotorData Client Software User Manual Legion-Autodata 2014 DIAGNOSTICS AND REFERENCE DATA SECTIONS 1.1 Connection to MotorData Web Service To start using MotorData System

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS SPECIAL TOOLS................ 54B-2............ 54B-3 DIAGNOSIS CODE CHART............ 54B-3 DIAGNOSIS FUNCTION............... 54B-4 DIAGNOSIS

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

ABS Flash Code (Blink Code) Instructions

ABS Flash Code (Blink Code) Instructions ABS Flash Code (Blink Code) Instructions Innovative Products of America Incorporated Tinker Street, Woodsttock, NY 8 Local: 8-6-00 Toll Free: 888-86-8 Fax: 8-6-600 www.ipatools.com infor@ipatools.com ABS

More information

EBERSPÄCHER ELECTRONICS automotive bus systems

EBERSPÄCHER ELECTRONICS automotive bus systems EBERSPÄCHER ELECTRONICS automotive bus systems YOUR PARTNER FOR IN-VEHICLE NETWORKING DRIVING THE MOBILITY OF TOMORROW 2 AUTOmotive bus systems EBERSPÄCHER ELECTRONICS: THE EXPERTS IN AUTOMOTIVE BUS SYSTEMS

More information

Quick Introduction to CANalyzer Version 1.1 2009-09-08 Application Note AN-AND-1-110

Quick Introduction to CANalyzer Version 1.1 2009-09-08 Application Note AN-AND-1-110 Version 1.1 2009-09-08 Application Note AN-AND-1-110 Restrictions Abstract Public Document This application note focuses on quickly learning several key CANalyzer skills. The aim is to move first time

More information

Introduction. - Please be sure to read and understand Precautions and Introductions in CX-Simulator Operation Manual and

Introduction. - Please be sure to read and understand Precautions and Introductions in CX-Simulator Operation Manual and Introduction - Please be sure to read and understand Precautions and Introductions in CX-Simulator Operation Manual and CX-Programmer Operation Manual before using the product. - This guide describes the

More information

Electrics & Electronics

Electrics & Electronics Area of competence Electrics & Electronics Maximum Focus ARRK P+Z Engineering For nearly 50 years, we have providing active product development support to customers from the automotive, aerospace and special

More information

Laboratory Course Industrial Automation. Experiment Nr. 6. Introduction to the FlexRay bus system. Brief User Guide IAS Demonstrator Go-Cart

Laboratory Course Industrial Automation. Experiment Nr. 6. Introduction to the FlexRay bus system. Brief User Guide IAS Demonstrator Go-Cart Universität Stuttgart Institut für Automatisierungs- und Softwaretechnik Prof. Dr.-Ing. M. Weyrich Laboratory Course Industrial Automation Experiment Nr. 6 Introduction to the FlexRay bus system Brief

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

Test Front Loading in Early Stages of Automotive Software Development Based on AUTOSAR

Test Front Loading in Early Stages of Automotive Software Development Based on AUTOSAR Test Front Loading in Early Stages of Automotive Software Development Based on AUTOSAR Alexander Michailidis, Uwe Spieth, Thomas Ringler, and Bernd Hedenetz Group Research & Advanced Engineering Daimler

More information

DELLORTO. Instructions Manual. Deuss Service Tool For ECS System ECU. Dell Orto Deuss Service Tool instruction manual Page 1 of 11.

DELLORTO. Instructions Manual. Deuss Service Tool For ECS System ECU. Dell Orto Deuss Service Tool instruction manual Page 1 of 11. DELLORTO Deuss Service Tool For ECS System ECU Instructions Manual Dell Orto Deuss Service Tool instruction manual Page 1 of 11 Revision History Level Date Author Change Description and section(s) affected

More information

Utility Communications FOXMAN-UN Network Management System for ABB Communication Equipment

Utility Communications FOXMAN-UN Network Management System for ABB Communication Equipment Utility Communications FOXMAN-UN Network Management System for ABB Communication Equipment A reliable & flexible communication network lies at the heart of successful electrical grid operations. A comprehensive

More information

Timing Analysis for Verification of Network Architectures. Timing Analysis

Timing Analysis for Verification of Network Architectures. Timing Analysis for Verification of Network Architectures In order to evaluate EE architectures regarding their timing and resource requirements, the knowledge of the required attributes and properties plays an important

More information

EVITA-Project.org: E-Safety Vehicle Intrusion Protected Applications

EVITA-Project.org: E-Safety Vehicle Intrusion Protected Applications EVITA-Project.org: E-Safety Vehicle Intrusion Protected Applications 7 th escar Embedded Security in Cars Conference November 24 25, 2009, Düsseldorf Dr.-Ing. Olaf Henniger, Fraunhofer SIT Darmstadt Hervé

More information

DEDICATED TO SOLUTIONS

DEDICATED TO SOLUTIONS DEDICATED TO SOLUTIONS TRAINING & LEARNING SOLUTIONS "Our individual and customer specific training solutions guarantee optimal learning results". For 30 years we have supported our customers in the training

More information

Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013. Deployment Guide

Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013. Deployment Guide Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013 Deployment Guide rev. 1.4.2 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Appliances

More information

Communication Interface Units. CIU Prime & CIU Plus

Communication Interface Units. CIU Prime & CIU Plus Communication Interface Units CIU Prime & CIU Plus The Tank Gauging People COMMUNICATION INTERFACE UNITS Tank inventory information in liquid storage terminal and refinery automation is increasingly critical

More information

LONWORKS 78kbps Self-Healing Ring Architecture

LONWORKS 78kbps Self-Healing Ring Architecture LOWORKS 78kbps Self-Healing Ring Architecture August 1993 LOWORKS Marketing Bulletin Introduction Echelon's P/XF-78 wisted Pair Control Module and P/XF-78 wisted Pair ransceiver Module provide a simple,

More information

ETS4 Diagnostics. KNX Association

ETS4 Diagnostics. KNX Association ETS4 Diagnostics Table of Contents 1 Diagnostics and fault location... 3 2 Diagnostics: Individual addresses...... 4 2.1 Devices in Programming Mode... 4 2.2 Checking if an address exists and locating

More information

Application Centric Infrastructure Object-Oriented Data Model: Gain Advanced Network Control and Programmability

Application Centric Infrastructure Object-Oriented Data Model: Gain Advanced Network Control and Programmability White Paper Application Centric Infrastructure Object-Oriented Data Model: Gain Advanced Network Control and Programmability What You Will Learn This document discusses application centric infrastructure

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

Intelligent Infrastructure Management System (IIMS)

Intelligent Infrastructure Management System (IIMS) Intelligent Infrastructure Management System (IIMS) Introduction The requirements of today s rapidly growing and changing enterprise infrastructures are no longer fully satisfied by traditional process-based

More information