Model-based software engineering, Partitioning of Software according its criticality, UML, Development Process Automation

Size: px
Start display at page:

Download "Model-based software engineering, Partitioning of Software according its criticality, UML, Development Process Automation"

Transcription

1 ERTS² Extended Abstract Paper Submission Title: Modeling ARINC-653 Systems in UML Author: Andreas Korff Affiliation: Atego Systems GmbH, Major-Hirst-Str. 11, D Wolfsburg, Germany Abstract: Within DO178-B/C projects, the certification effort for the software under development can be drastically reduced if the different software components can be divided into appropriate partitions, which can be handled separately. The ARINC 653 specification deals with this aim, in combination with its RTOS definitions. Modern model-based software development can cover software design taking RTOS integrations into account, but ARINC 653 compliancy needs additional views, like partitions and ARINC 653 resources. We will present an approach how to integrate UML-based development with ARINC 653 views and configuration file generation compatible with major RTOS implementations. Key Words: Model-based software engineering, Partitioning of Software according its criticality, UML, Development Process Automation Full Paper: When developing and maintaining safety-critical avionics software, organizations face the problem that although the complexity of the systems and therefore the software is raising from project to project, the development time and effort to be spent is even getting lower and lower. Systems and software development based on federated architectures, as seen in figure 1, cannot cope with that situation. There is just one central controller, which is linked to all sensors and effectors, therefore an error on one component effects the whole system. Fig. 1: Class Diagram showing a typical federated architecture

2 Every change affecting components in use might cause a different timing, so scheduling is affected and consequences must be checked carefully. This increases the work needed to tackle obsolescence and reduces to chance for re-using any part of the system. In order to overcome high maintenance costs and low re-use potential for avionics software, we should have a closer look on the typical layers in the central controller. On the very outside, an interface layer to the physical world is a common pattern, allowing to control the real-world sensors and effectors. Before processing the data is possible, a second layer for data formatting is usual as well. The third layer is then responsible to do the calculations and data processing. These three layers are shown in figure 2, together with their mapped representative, appropriate layers in the Stanag 4626/EN 4660 (ASAAC) definition. The uppermost Data Processing Layer in the federated architectures does not need to be responsible for scheduling anymore, since this is done in the operating system layer. On the other hand, the data formatting is not handled normally on OS level; therefore the application has to do this accordingly. The physical interface layer maps perfectly on the module support layer. Federated Architecture Data Processing Layer {maps for logic} {maps for scheduling} Stanag 4626/EN 4660 (ASAAC) Application Layer Data Formating Layer {maps} Operating System Layer Physical Interface Lacer {maps} Module Support Layer Fig. 2: Federated Layers and their appropriate layer in ASAAC Based on these three layers for application, OS and module support, we can now define components in the application layer, as seen in figure 3, for e.g. one hardware node. In the application layer, the different system functions are split into independent, possibly re-usable components, like Autopilot, Navigation, or Telemetry. The components do not interact directly; instead they are using standardized inter-component communication means, provided by the OS Layer. Accessing the node hardware is done using dedicated components on the Module Support Layer. Since it is necessary to support a network topology of more than just one hardware node, the OS Layer is also responsible to manage the activity on each node in addition to the communication use cases on one node. We could visualize this by displaying multiple Open Architecture Hardware Nodes, with the OS Layers being connected.

3 This all results in an architecture, which consists of de-coupled application partition, which can be certified independently, if the underlying OS Layer, respectively its implementation supports and guarantees these rules. Fig. 3: Open Architecture Hardware Node showing partitioned application components With the ARINC 653 (Avionics Application Standard Software Interface) standard, organizations implementing Integrated Modular Avionics (IMA) architectures, as described above, gain benefits in several areas: 1. Due to the partitioning of the system, the overall system robustness can be increased or maintained. 2. Typically system applications have assigned different safety integrity levels (SIL), which corresponds to their certification effort. Being able to group the applications into different ARINC 653 partitions reflecting their safety integrity level, this drastically reduces the certification effort to the minimum for each of these levels. 3. The re-certification effort is also drastically reduced to the partitions affected. 4. There is a standardized API to de-couple application code from the RTOS in use, called APEX (APplication EXecutive). APEX also offers standardized communication mechanisms. A standard is always only as good as its implementation. Several RTOS suppliers, like Wind River or SYSGO, offer support for ARINC 653, all including an APEX API for the different programming languages supported and in use, like C or Ada. In addition, there is the need in ARINC 653 to define the relevant structural elements like application partitions, the communication paths and health monitoring definitions. All of these configurations are made textually using XML. On the other hand, UML-based development is commonly and successfully used for software-centric projects, also in the Aerospace domain. Here, more and more projects are using model-based development for exactly the same reasons like for using ARINC 653: Scalability, traceability, maintainability, communication, and the ability to check completeness and correctness. Most of the projects are combining both levels of abstraction, on one hand the UML model for designing the overall structure and to link the different perspectives like structure, behavior and non-functional constraints, and on the other hand the code level for implementation details. Model-to-text transformations exist to connect these two levels, like the Automatic Code Synchronizer in Artisan Studio, which also can take the RTOS used into account. Using the UML as a basis with its generic extensibility using profiles, we can bring this all together in one model. In order to avoid the sometimes very cumbersome and error-prone definition of the XML files for the ARINC 653 configuration, the idea is now to

4 1. Define a UML profile according a meta-model, which reflects all the elements and their associations for ARINC 653 configurations. This can be done e.g. by the tool vendor, who offers this standard extension 2. Stereotype UML diagrams to support the views needed to model the necessary elements for ARINC 653, as described here 3. Define a model-to text transformation, which generates the appropriate XML files for the IDE in use A UML profile consists of a cohesive set of stereotypes and tag definitions, which extend ordinary UML metatypes, like class, operation, or role. Normally, these extended model elements, like for instance a class being stereotyped with «Module» representing an ARINC 653 Module, can only be shown on diagrams which display the appropriate meta-type, class. Some UML tools allow defining stereotypes on UML diagram types, including the toolbar commands or menu entries when using the diagram. Figure 5 shows a specific diagram toolbar for an ARINC 653 Configuration Diagram, which is defined on top of a UML Composite Structure Diagram. Fig. 4: A Toolbar for modelling an ARINC 653 Configuration Diagram Extending the UML Composite Structure Diagrams with relevant tags and stereotypes as shown in figure 5, the software designer now can define the system and software structure for an ARINC 653 project, by giving him a graphical means to model everything around the ARINC-specific configuration of partitions and communication elements. The configuration diagram shows one node, defined as <<Module>>, which contains three partitions as stereotyped parts. According the normal DO178-B/C definitions, they are named with the relevant criticality levels DAL A to C. As an example, we have modeled the navigation application on partition DAL_B and its controlled communication as queuing ports connecting this application with the Autopilot application on the DAL_C partition. They interchange the position information using a controlled channel. «Module» Open Architecture Hardware NodeModule «SystemHMTable» systemhm : «PartitionHMTable» parthm : «ModuleHMTable» modulehm : «Partition Part» DAL_A Engine Management «Partition Part» DAL_B Navigation «Process Part» UpdatePos «Channel» positionchannel «QueuingPort» PosData «Partition Part» DAL_C «QueuingPort» PosData Autopilot Telemetry «Process Part» UpdateDisplays «SharedLibrary» vxsyslib : Fig. 5: An ARINC 653 Configuration Diagram shows partitions, applications and processes

5 It is also important to note that in addition of the automatic application of the ARINC 653 stereotypes, the diagram tools allow to apply the ARINC 653-specific semantics, so e.g. only compatible ports can be connected to define the communication between ARINC 653 partitions. Extending the typical modeling steps with profilespecific functionality can also automate many modeling actions the user normally would have to manually. In order to be effective, the tool support should do as much construction work automatically and then help the user filling out the automatically generated templates, e.g. indicating a graphical modeling error like in figure Fig. 6: A typical ARINC configuration dialog for indicating an user error In parallel to the model-based development of the software structure and behavior expressed in the appropriate programming- language, thus generating C or Ada form the UML class and state model, there are additional gaps to fill, like generating the ARINC 653 configuration XML files and the relevant initialization code in the used programming language. Both tasks can be fulfilled by changing the transformation rules from the model to code or text files. Since generators like the Artisan Studio Automatic Code Synchronizer can analyze every aspect of the model, like e.g. the elements defined using the ARINC 653 Profile, and then generate files based on rules defined in the Artisan Studio Transformation Development Kit, the full set of code and configuration files can be automatically and continuously generated from the amended UML model. As an small example of the many XML configuration files being generated, the navigation application configuration is shown here, indicating e.g. the modeled queuing port: <?xml version="1.0" encoding="utf-8"?> <ApplicationDescription xmlns=" xmlns:xi=" xmlns:xsi=" xsi:schemalocation=""> <MemorySize MemorySizeBss="0x10000" MemorySizeData="0x10000" MemorySizePersistentBss="0x10000" MemorySizePersistentData="0x10000" MemorySizeRoData="0x10000" MemorySizeText="0x10000"> </MemorySize> <Ports> <QueuingPort Direction="SOURCE" MessageSize="256" Name="PosData" Protocol="NOT_APPLICABLE" QueueLength="32"> </QueuingPort> </Ports> </ApplicationDescription> As this generation process for both the XML code and the programming language code is working in the background, the modeler can add the implementation details in his standard code IDE used for the chosen RTOS implementation for ARINC 653. This results in an automatic and coherent update of any structural change of the ARINC 653 system, single-sourced by the amended UML model. For the navigation application, the applicable startup code is shown below: #include "Navigation.h" #include "UpdatePos.h"

6 PROCESS_ID_TYPE UpdatePos_id; QUEUING_PORT_ID_TYPE PosData_id; void usrappinit() { #ifdef USER_APPL_INIT USER_APPL_INIT; /* for backwards compatibility */ #endif PROCESS_ATTRIBUTE_TYPE UpdatePos_attr; static const char UpdatePos_name[] = "UpdatePos"; RETURN_CODE_TYPE rc; int i; for(i = 0; i <= MAX_NAME_LENGTH-1 && UpdatePos_name[i]; i++) UpdatePos_attr.NAME[i] = UpdatePos_name[i]; UpdatePos_attr.NAME[i] = '\0'; UpdatePos_attr.ENTRY_POINT = (SYSTEM_ADDRESS_TYPE)entrypoint; UpdatePos_attr.STACK_SIZE = 0x800; UpdatePos_attr.BASE_PRIORITY = 10; UpdatePos_attr.PERIOD = INFINITE_TIME_VALUE; UpdatePos_attr.TIME_CAPACITY = INFINITE_TIME_VALUE; UpdatePos_attr.DEADLINE = HARD; CREATE_PROCESS(&UpdatePos_attr, &UpdatePos_id, &rc); CREATE_QUEUING_PORT("PosData", 256, 32, SOURCE, FIFO, &PosData_id, &rc); START(UpdatePos_id, &rc); SET_PARTITION_MODE(NORMAL, &rc); STOP_SELF(); } return; Conclusion We have shown that the model-based approach for IMA systems can be very effective, when there is a possibility to express in addition to the normal software views in UML also the partition configurations showing modules, applications, processes and all communication and structural means defined for safety-critical airborne software. Leveraging the UML extensibility and tool extension capabilities, the user can be both guided and manual, repetitive work can be automatically done. If the code generation functionality is extensible as well, the relevant configuration XML files can be generated from the same model as the normal application code, which is amended as well by the necessary startup code for the OSes supporting ARINC 653.

Model-based development of ARINC 653 using UML and SysML

Model-based development of ARINC 653 using UML and SysML Model-based development of ARINC 653 using UML and SysML Andreas Korff, Atego OMG RT Workshop, Paris, 18.04.2012 2011 2011 Atego. Atego. All All Rights Rights Reserved. Reserved. 1 Agenda Motivation of

More information

Distributed IMA with TTEthernet

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

More information

Applying UML Modeling and MDA to Real-Time Software Development

Applying UML Modeling and MDA to Real-Time Software Development Michael Benkel Aonix GmbH www.aonix.de michael.benkel@aonix.de Applying UML Modeling and MDA to Real-Time Software Development The growing complexity of embedded real-time applications requires presentation

More information

Addressing Complexity in Connected & Autonomous Vehicles (and in fact everything else )

Addressing Complexity in Connected & Autonomous Vehicles (and in fact everything else ) Addressing Complexity in Connected & Autonomous Vehicles (and in fact everything else ) 25.04.2018 Contents 1 Context and Background 2 The Architecture 3 SOA & SOA++ 4 SOA Connectivity Models 5 Summary

More information

AUTOBEST: A microkernel-based system (not only) for automotive applications. Marc Bommert, Alexander Züpke, Robert Kaiser.

AUTOBEST: A microkernel-based system (not only) for automotive applications. Marc Bommert, Alexander Züpke, Robert Kaiser. AUTOBEST: A microkernel-based system (not only) for automotive applications Marc Bommert, Alexander Züpke, Robert Kaiser vorname.name@hs-rm.de Outline Motivation AUTOSAR ARINC 653 AUTOBEST Architecture

More information

WIND RIVER ANSWERS TO 50 QUESTIONS TO ASK YOUR ARINC 653 VENDOR

WIND RIVER ANSWERS TO 50 QUESTIONS TO ASK YOUR ARINC 653 VENDOR AN INTEL COMPANY WIND RIVER ANSWERS TO 50 QUESTIONS TO ASK YOUR ARINC 653 VENDOR Wind River is the market-leading ARINC 653 solutions provider with good financial health, technical capability, a strong

More information

SCADE. SCADE 19.2 Solutions for ARINC 661 Compliant Systems. The ARINC 661 Standard EMBEDDED SOFTWARE

SCADE. SCADE 19.2 Solutions for ARINC 661 Compliant Systems. The ARINC 661 Standard EMBEDDED SOFTWARE EMBEDDED SOFTWARE SCADE SCADE 19.2 Solutions for ARINC 661 Compliant Systems SCADE Solutions for ARINC 661 Compliant Systems is a simulation toolset that empowers engineers to prototype and design ARINC

More information

ANSYS SCADE 17.0 Solutions for ARINC 661-Compliant Systems

ANSYS SCADE 17.0 Solutions for ARINC 661-Compliant Systems Technical Data Sheet ANSYS SCADE 17.0 Solutions for Design Environment for Aircraft Manufacturers, CDS and UA Suppliers ANSYS SCADE Solutions for is a tool chain that empowers users to prototype and design

More information

AUTOBEST: A United AUTOSAR-OS And ARINC 653 Kernel. Alexander Züpke, Marc Bommert, Daniel Lohmann

AUTOBEST: A United AUTOSAR-OS And ARINC 653 Kernel. Alexander Züpke, Marc Bommert, Daniel Lohmann AUTOBEST: A United AUTOSAR-OS And ARINC 653 Kernel Alexander Züpke, Marc Bommert, Daniel Lohmann alexander.zuepke@hs-rm.de, marc.bommert@hs-rm.de, lohmann@cs.fau.de Motivation Automotive and Avionic industry

More information

Reaching for the sky with certified and safe solutions for the aerospace market

Reaching for the sky with certified and safe solutions for the aerospace market www.tttech.com/aerospace Reaching for the sky with certified and safe solutions for the aerospace market More about our certified and safe products inside Advancing safe technologies, improving human lives

More information

A PORTABLE ARINC 653 STANDARD INTERFACE

A PORTABLE ARINC 653 STANDARD INTERFACE A PORTABLE ARINC 653 STANDARD INTERFACE Sérgio Santos, Skysoft Portugal Software e Tecnologias de Informação SA, Lisboa, Portugal. José Rufino *, Faculdade de Ciências da Universidade de Lisboa, Lisboa,

More information

REDUCING CERTIFICATION GRANULARITY TO INCREASE ADAPTABILITY OF AVIONICS SOFTWARE

REDUCING CERTIFICATION GRANULARITY TO INCREASE ADAPTABILITY OF AVIONICS SOFTWARE REDUCING CERTIFICATION GRANULARITY TO INCREASE ADAPTABILITY OF AVIONICS SOFTWARE Martin Rayrole, David Faura, Marc Gatti, Thales Avionics, Meudon la Forêt, France Abstract A strong certification process

More information

Green Hills Software, Inc.

Green Hills Software, Inc. Green Hills Software, Inc. A Safe Tasking Approach to Ada95 Jim Gleason Engineering Manager Ada Products 5.0-1 Overview Multiple approaches to safe tasking with Ada95 No Tasking - SPARK Ada95 Restricted

More information

SUCCESSFULL MULTICORE CERTIFICATION WITH SOFTWARE-PARTITIONING Efficient Implementation for DO-178C, EN 50128, ISO 26262

SUCCESSFULL MULTICORE CERTIFICATION WITH SOFTWARE-PARTITIONING Efficient Implementation for DO-178C, EN 50128, ISO 26262 Sven Nordhoff, SYSGO AG, Klein-Winternheim, Germany ABSTRACT The usage of multi-core processors (MCPs) in modern systems is state-of-the art and will also come to reality in safetycritical domains like

More information

INTEGRATING SYSTEM AND SOFTWARE ENGINEERING FOR CERTIFIABLE AVIONICS APPLICATIONS

INTEGRATING SYSTEM AND SOFTWARE ENGINEERING FOR CERTIFIABLE AVIONICS APPLICATIONS INTEGRATING SYSTEM AND SOFTWARE ENGINEERING FOR CERTIFIABLE AVIONICS APPLICATIONS Thierry Le Sergent Mathieu Viala Alain Le Guennec Frédéric Roméas thierry.lesergent@esterel-technologies.com mathieu.viala@esterel-technologies.com

More information

FOUR INDEPENDENT TOOLS TO MANAGE COMPLEXITY INHERENT TO DEVELOPING STATE OF THE ART SYSTEMS. DEVELOPER SPECIFIER TESTER

FOUR INDEPENDENT TOOLS TO MANAGE COMPLEXITY INHERENT TO DEVELOPING STATE OF THE ART SYSTEMS. DEVELOPER SPECIFIER TESTER TELECOM AVIONIC SPACE AUTOMOTIVE SEMICONDUCTOR IOT MEDICAL SPECIFIER DEVELOPER FOUR INDEPENDENT TOOLS TO MANAGE COMPLEXITY INHERENT TO DEVELOPING STATE OF THE ART SYSTEMS. TESTER PragmaDev Studio is a

More information

Model-Based Engineering for the Development of ARINC653 Architectures

Model-Based Engineering for the Development of ARINC653 Architectures 09ATC-0265 Model-Based Engineering for the Development of ARINC653 Architectures Copyright 2009 SAE International Julien Delange, Olivier Gilles, Jérôme Hugues, Laurent Pautet TELECOM ParisTech LTCI UMR

More information

European Component Oriented Architecture (ECOA ) Collaboration Programme: Architecture Specification Part 2: Definitions

European Component Oriented Architecture (ECOA ) Collaboration Programme: Architecture Specification Part 2: Definitions European Component Oriented Architecture (ECOA ) Collaboration Programme: Part 2: Definitions BAE Ref No: IAWG-ECOA-TR-012 Dassault Ref No: DGT 144487-D Issue: 4 Prepared by BAE Systems (Operations) Limited

More information

Overview of Potential Software solutions making multi-core processors predictable for Avionics real-time applications

Overview of Potential Software solutions making multi-core processors predictable for Avionics real-time applications Overview of Potential Software solutions making multi-core processors predictable for Avionics real-time applications Marc Gatti, Thales Avionics Sylvain Girbal, Xavier Jean, Daniel Gracia Pérez, Jimmy

More information

SCADE. SCADE Display Graphical Prototyping and Design. Tailored for Critical Embedded HMIs EMBEDDED SOFTWARE

SCADE. SCADE Display Graphical Prototyping and Design. Tailored for Critical Embedded HMIs EMBEDDED SOFTWARE EMBEDDED SOFTWARE SCADE SCADE Display 19.2 SCADE Display is part of the ANSYS Embedded Software family of products and solutions that empowers users with a versatile graphics design and development environment

More information

Integrated Modular Avionics Development Guidance and Certification Considerations

Integrated Modular Avionics Development Guidance and Certification Considerations René L.C. Eveleens National Aerospace Laboratory NLR P.O. Box 90502 1006BM Amsterdam Netherlands eveleens@nlr.nl ABSTRACT From 2001 to 2005 a working group within the European Organisation for Civil Aviation

More information

Data Model Considerations for Radar Systems

Data Model Considerations for Radar Systems WHITEPAPER Data Model Considerations for Radar Systems Executive Summary The market demands that today s radar systems be designed to keep up with a rapidly changing threat environment, adapt to new technologies,

More information

Heterogeneous systems co-simulation: a model-driven approach based on SysML State Machines and Simulink

Heterogeneous systems co-simulation: a model-driven approach based on SysML State Machines and Simulink Heterogeneous systems co-simulation: a model-driven approach based on SysML State Machines and Simulink Massimo Bombino 1 Matthew Hause 2 Patrizia Scandurra 3 1 Atego, Peschiera Borromeo (MI), Italy -

More information

WIND RIVER VXWORKS MULTI-CORE EDITION

WIND RIVER VXWORKS MULTI-CORE EDITION WIND RIVER VXWORKS 653 3.0 MULTI-CORE EDITION TABLE OF CONTENTS RTCA DO-178C Certification Evidence... 2 VxWorks 653 3.0 Multi-core Edition Benefits... 2 VxWorks 653 Runtime Components... 4 VxWorks 653

More information

2. How does a Supplier access Profile Certificates?

2. How does a Supplier access Profile Certificates? This document should be read in conjunction with the supplier guidance that is already available from the etendersni system and is provided as additional information only. On the etendersni front page

More information

Interaction between AUTOSAR and non-autosar Systems on top of a Hypervisor

Interaction between AUTOSAR and non-autosar Systems on top of a Hypervisor Interaction between AUTOSAR and non-autosar Systems on top of a Pierre-Antoine Bernard Ι 7th AUTOSAR Open Conference Ι Detroit, October 23rd 2014 Introduction Pierre-Antoine Bernard Senior Software Engineer

More information

ARINC653 toolset: Ocarina, Cheddar and POK

ARINC653 toolset: Ocarina, Cheddar and POK ARINC653 toolset: Ocarina, Cheddar and POK Julien Delange Laurent Pautet 09/11/09 Context ARINC653 systems Layered architecture Enforce isolation across partitions High-integrity,

More information

UNIT V *********************************************************************************************

UNIT V ********************************************************************************************* Syllabus: 1 UNIT V 5. Package Diagram, Component Diagram, Deployment Diagram (08 Hrs, 16 Marks) Package Diagram: a. Terms and Concepts Names, Owned Elements, Visibility, Importing and Exporting b. Common

More information

automation technology

automation technology automation technology automation technology Stay ahead of the curve with the most flexible and powerful automation software on the market ISaGRAF is a comprehensive set of software technologies used to

More information

Integration of Mixed Criticality Systems on MultiCores: Limitations, Challenges and Way ahead for Avionics

Integration of Mixed Criticality Systems on MultiCores: Limitations, Challenges and Way ahead for Avionics Integration of Mixed Criticality Systems on MultiCores: Limitations, Challenges and Way ahead for Avionics TecDay 13./14. Oct. 2015 Dietmar Geiger, Bernd Koppenhöfer 1 COTS HW Evolution - Single-Core Multi-Core

More information

ARINC653 and AADL. Julien Delange Laurent Pautet

ARINC653 and AADL. Julien Delange Laurent Pautet ARINC653 and AADL Julien Delange delange@enst.fr Laurent Pautet pautet@enst.fr Background ARINC653, avionics standard Partitioning support Runtime services (communication, ) Partition 1 Partition 2 ARINC653

More information

SCADE. SCADE Suite Tailored for Critical Applications EMBEDDED SOFTWARE

SCADE. SCADE Suite Tailored for Critical Applications EMBEDDED SOFTWARE EMBEDDED SOFTWARE SCADE SCADE Suite 19.2 SCADE Suite is part of the ANSYS Embedded Software product line, which empowers users with a Model-Based Development Environment for critical embedded software.

More information

A number of optimizations are already in use by the majority of companies in industry, notably:

A number of optimizations are already in use by the majority of companies in industry, notably: 1 Abstract Mechatronics products contain significant amounts of software. Most advances in embedded software development focus on specific phases of the development process. However, very little emphasis

More information

Wind River Answers 50 Questions to Ask Your ARINC 653 Vendor

Wind River Answers 50 Questions to Ask Your ARINC 653 Vendor Wind River Answers 50 Questions to Ask Your ARINC 653 Vendor Corporate Q1. How financially stable is your company? Are your books publicly available? A1. Founded in 1981, Wind River is a publicly held

More information

Intro to Modelling and UML

Intro to Modelling and UML CSCD01 Engineering Large Software Systems Intro to Modelling and UML Joe Bettridge Winter 2018 With thanks to Anya Tafliovich and Steve Easterbrook Getting Started So, you ve just started working on a

More information

Static analysis of concurrent avionics software

Static analysis of concurrent avionics software Static analysis of concurrent avionics software with AstréeA Workshop on Static Analysis of Concurrent Software David Delmas Airbus 11 September 2016 Agenda 1 Industrial context Avionics software Formal

More information

Safety-critical Partitioned Software Architecture

Safety-critical Partitioned Software Architecture Safety-critical Partitioned Software Architecture Seung Chung, Dan Dvorak, Dave Hecox, Greg Horvath Jet Propulsion Laboratory California Institute of Technology 2009-11-05 Copyright 2009 California Institute

More information

Implementing a High-Integrity Executive using Ravenscar

Implementing a High-Integrity Executive using Ravenscar Implementing a High-Integrity Executive using Ravenscar Neil Audsley, Alan Burns and Andy Wellings Real-Time Systems Research Group Department of Computer Science, University of York, UK Abstract This

More information

POK. An ARINC653-compliant operating system released under the BSD licence. Julien Delange, European Space Agency

POK. An ARINC653-compliant operating system released under the BSD licence. Julien Delange, European Space Agency POK An ARINC653-compliant operating system released under the BSD licence Julien Delange, European Space Agency Laurent Lec, MakeMeReach Introduction Problems

More information

A Modeling Framework for Schedulability Analysis of Distributed Avionics Systems. Pujie Han MARS/VPT Thessaloniki, 20 April 2018

A Modeling Framework for Schedulability Analysis of Distributed Avionics Systems. Pujie Han MARS/VPT Thessaloniki, 20 April 2018 A Modeling Framework for Schedulability Analysis of Distributed Avionics Systems Pujie Han MARS/VPT Thessaloniki, 20 April 2018 Index Background Approach Modeling Case study Index Background Approach Modeling

More information

Model Driven Development of Component Centric Applications

Model Driven Development of Component Centric Applications Model Driven Development of Component Centric Applications Andreas Heberle (entory AG), Rainer Neumann (PTV AG) Abstract. The development of applications has to be as efficient as possible. The Model Driven

More information

SCADE. SCADE Architect System Requirements Analysis EMBEDDED SOFTWARE

SCADE. SCADE Architect System Requirements Analysis EMBEDDED SOFTWARE EMBEDDED SOFTWARE SCADE SCADE Architect 19.2 SCADE Architect is part of the ANSYS Embedded Software family of products and solutions, which gives you a design environment for systems with high dependability

More information

Integrity 10. Curriculum Guide

Integrity 10. Curriculum Guide Integrity 10 Curriculum Guide Live Classroom Curriculum Guide Integrity 10 Workflows and Documents Administration Training Integrity 10 SCM Administration Training Integrity 10 SCM Basic User Training

More information

An Integrated Test Framework to Reduce Embedded Software Lifecycle Costs

An Integrated Test Framework to Reduce Embedded Software Lifecycle Costs White Paper An Integrated Test Framework to Reduce Embedded Software Lifecycle Costs Version 1.0: August 23, 2012 Presented by: Chris Domin, Business Dev. Mgr. Engineering Services, sales@danlawinc.com

More information

Basic Properties of Styles

Basic Properties of Styles Component-Based Software Engineering ECE493-Topic 5 Winter 2007 Lecture 18 Enterprise Styles/Patterns (Part A) Ladan Tahvildari Assistant Professor Dept. of Elect. & Comp. Eng. University of Waterloo Basic

More information

Investigation of System Timing Concerns in Embedded Systems: Tool-based Analysis of AADL Models

Investigation of System Timing Concerns in Embedded Systems: Tool-based Analysis of AADL Models Investigation of System Timing Concerns in Embedded Systems: Tool-based Analysis of AADL Models Peter Feiler Software Engineering Institute phf@sei.cmu.edu 412-268-7790 2004 by Carnegie Mellon University

More information

INCA-FLEXRAY V7.2 User Manual

INCA-FLEXRAY V7.2 User Manual INCA-FLEXRAY V7.2 User Manual Copyright The data in this document may not be altered or amended without special notification from ETAS GmbH. ETAS GmbH undertakes no further obligation in relation to this

More information

1 Executive Overview The Benefits and Objectives of BPDM

1 Executive Overview The Benefits and Objectives of BPDM 1 Executive Overview The Benefits and Objectives of BPDM This is an excerpt from the Final Submission BPDM document posted to OMG members on November 13 th 2006. The full version of the specification will

More information

SCADE TRAINING PROGRAM 2016

SCADE TRAINING PROGRAM 2016 SCADE TRAINING PROGRAM 2016 Register online! Esterel Technologies SAS - A wholly-owned subsidiary of ANSYS Inc. - An ISO 9001:2008 Certified Company 1 Model-Based Design Embedded Software Certified/Qualified

More information

Testing Under Time Pressure. Versatile Test Benches for Avionic Systems

Testing Under Time Pressure. Versatile Test Benches for Avionic Systems Testing Under Time Pressure Versatile Test Benches for Avionic Systems In the future, test benches will be made up from subsystems that are manufactured by specialized suppliers. It is very important to

More information

Display for Traffic Surveillance

Display for Traffic Surveillance Display for Traffic Surveillance 2012 04 12 11 Vorherige Nöchste Zoomen Bewegen Text Auswählen PILOT DRKB Stammdaten Stammdaten 173,666 746 17 indts is designed to meet the highest requirements of traffic

More information

automatisiertensoftwaretests

automatisiertensoftwaretests FunktionaleSicherheitmit automatisiertensoftwaretests SOFTWARE CONSIDERATIONS IN AIRBORNE SYSTEMS AND EQUIPMENT CERTIFICAION RTCA DO-178B RTCA Dynamisch& Statisch 0 Agenda Übersicht über Sicherheitsstandards

More information

Applying MILS to multicore avionics systems

Applying MILS to multicore avionics systems Applying MILS to multicore avionics systems Eur Ing Paul Parkinson FIET Principal Systems Architect, A&D EuroMILS Workshop, Prague, 19 th January 2016 2016 Wind River. All Rights Reserved. Agenda A Brief

More information

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment Protect Your Software Investment Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment The Difficulty with Embedded Software Development Developing embedded software is complicated.

More information

Validation Suites vs. Validation Kits

Validation Suites vs. Validation Kits Validation s vs. Validation s A Side by Side Comparison Validated Software Corporation (VSC) offers a set of turnkey certification products for Micrium s µc/os real-time operating system (RTOS) that are

More information

Towards Semantic Interoperability between C2 Systems Following the Principles of Distributed Simulation

Towards Semantic Interoperability between C2 Systems Following the Principles of Distributed Simulation Towards Semantic Interoperability between C2 Systems Following the Principles of Distributed Simulation Authors: Vahid Mojtahed (FOI), vahid.mojtahed@foi.se Martin Eklöf (FOI), martin.eklof@foi.se Jelena

More information

By Chung Yeung Pang. The Cases to Tackle:

By Chung Yeung Pang. The Cases to Tackle: The Design of Service Context Framework with Integration Document Object Model and Service Process Controller for Integration of SOA in Legacy IT Systems. By Chung Yeung Pang The Cases to Tackle: Using

More information

SCADE System, a comprehensive toolset for smooth transition from Model-Based System Engineering to certified embedded control and display software

SCADE System, a comprehensive toolset for smooth transition from Model-Based System Engineering to certified embedded control and display software SCADE System, a comprehensive toolset for smooth transition from Model-Based System Engineering to certified embedded control and display software Thierry Le Sergent (Product Manager) Alain Le Guennec

More information

Using a Hypervisor to Manage Multi-OS Systems Cory Bialowas, Product Manager

Using a Hypervisor to Manage Multi-OS Systems Cory Bialowas, Product Manager Using a Hypervisor to Manage Multi-OS Systems Cory Bialowas, Product Manager cory.bialowas@windriver.com Trends, Disruptions and Opportunity Wasn t life simple? Single-OS: SMP OS OS CPU Single Core Virtualization

More information

Deos SafeMCTM. - Flight Software Workshop - Thursday December 7 th, Safety Critical Software Solutions for Mission Critical Systems

Deos SafeMCTM. - Flight Software Workshop - Thursday December 7 th, Safety Critical Software Solutions for Mission Critical Systems Deos SafeMCTM Real-Time DO 178C DAL A Operating System for Safety-Critical Multicore Avionics Systems (ARINC 653 and RTEMS POSIX APIS) Presenter : Theresa Rickman Military Aerospace Accounts - Flight Software

More information

Hypervisor Market Overview. Franz Walkembach. for GENIVI AMM, April 19 th, 2018 (Munich) SYSGO AG Public

Hypervisor Market Overview. Franz Walkembach. for GENIVI AMM, April 19 th, 2018 (Munich) SYSGO AG Public Franz Walkembach for GENIVI AMM, April 19 th, 2018 (Munich) SYSGO AG Public 2018-04-19 1 What you can expect Quick introduction of SYSGO AG What are the market trends for hypervisor? Market size and main

More information

COMPUTING. ControlSafe Platform. SIL4 Certified COTS Fail-Safe and Fault-Tolerant System for Train Control and Rail Signaling Applications.

COMPUTING. ControlSafe Platform. SIL4 Certified COTS Fail-Safe and Fault-Tolerant System for Train Control and Rail Signaling Applications. COMPUTING Data Sheet Highly integrated COTS safety platform certified to SIL4 by TÜV SÜD Designed to deliver platform hardware availability of six nines (99.9999%) A modular and scalable solution suitable

More information

A Data-Centric Approach for Modular Assurance Abstract. Keywords: 1 Introduction

A Data-Centric Approach for Modular Assurance Abstract. Keywords: 1 Introduction A Data-Centric Approach for Modular Assurance Gabriela F. Ciocarlie, Heidi Schubert and Rose Wahlin Real-Time Innovations, Inc. {gabriela, heidi, rose}@rti.com Abstract. A mixed-criticality system is one

More information

IBM Rational Rhapsody Gateway Add On. Rhapsody Coupling Notes

IBM Rational Rhapsody Gateway Add On. Rhapsody Coupling Notes Rhapsody Coupling Notes Rhapsody IBM Rational Rhapsody Gateway Add On Rhapsody Coupling Notes License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system,

More information

KNIME Extension Points. Tobias Kötter University of Konstanz

KNIME Extension Points. Tobias Kötter University of Konstanz Tobias Kötter University of Konstanz Overview Extension points in general Extension point development KNIME extension points Why Extension Points? Modularity Re-usability Reduce coupling and increase cohesion

More information

An Approach to VoiceXML Application Modeling

An Approach to VoiceXML Application Modeling An Approach to Application Modeling Xin Ni 1 Meng Ye 2 Lianhong Cai 3 1,3 Tsinghua University, Beijing, China 2 IBM China Research Lab nx01@mails.tsinghua.edu.cn, yemeng@cn.ibm.com, clh-dcs@tsinghua.edu.cn

More information

Title: Configuration and Scheduling tools for TSP systems based on XtratuM.

Title: Configuration and Scheduling tools for TSP systems based on XtratuM. Title: Configuration and Scheduling tools for TSP systems based on XtratuM. Authors: I. Ripoll, M. Masmano, V. Brocal, S. Peiró, P. Balbastre, A. Crespo Affiliation: Instituto de Informática Industrial,

More information

MDA, META-MODELLING and MODEL TRANSFORMATION. Introducing new Technology into the Defence Industry

MDA, META-MODELLING and MODEL TRANSFORMATION. Introducing new Technology into the Defence Industry MDA, META-MODELLING and MODEL TRANSFORMATION. Introducing new Technology into the Defence Industry Tony Bloomfield SELEX Sensors and Airborne Systems Ltd. (formerly BAE Systems Avionics Ltd) Crewe Toll,

More information

Semantics-Based Integration of Embedded Systems Models

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

More information

What's new with Rational IBM s Telelogic Solutions move to Jazz

What's new with Rational IBM s Telelogic Solutions move to Jazz IBM Software Group What's new with Rational IBM s Telelogic Solutions move to Jazz Heimo Feldbaumer, 11.11.2010 2010 IBM Corporation IBM s Telelogic Solutions move to Jazz Zusammenspiel und Integration

More information

Virtualización. Apolinar González Alfons Crespo

Virtualización. Apolinar González Alfons Crespo Virtualización Apolinar González Alfons Crespo OUTLINE Introduction Virtualisation techniques Hypervisors and real-time TSP Roles and functions Scheduling issues Case study: XtratuM 2 Conceptos previos

More information

Development Guidance and Certification Considerations

Development Guidance and Certification Considerations Integrated Modular Avionics Development Guidance and Certification Considerations René L.C. Eveleens National Aerospace Laboratory NLR P.O. Box 90502 1006BM Amsterdam RTO SCI LS-176: Mission System Engineering

More information

Modeling and Assessment of Safety Critical Systems

Modeling and Assessment of Safety Critical Systems Modeling and Assessment of Safety Critical Systems Thomas Barth Department of Electrical Engineering Darmstadt University of Applied Sciences Darmstadt, Germany thomas.barth@h-da.de Victor Pazmino Betancourt

More information

COMPUTING. ControlSafe Platform. SIL4 COTS Fail-Safe System for Train Control and Rail Signaling. Data Sheet

COMPUTING. ControlSafe Platform. SIL4 COTS Fail-Safe System for Train Control and Rail Signaling. Data Sheet COMPUTING Data Sheet Highly integrated COTS platform designed to be certified to SIL4 safety standards Designed to deliver system availability as high as six nines (99.9999%) Modular and scalable for deployment

More information

Using the AADL for mission critical software development paper presented at the ERTS conference, Toulouse, 21 January 2004

Using the AADL for mission critical software development paper presented at the ERTS conference, Toulouse, 21 January 2004 Using the AADL for mission critical software development paper presented at the ERTS conference, Toulouse, 21 January 2004 Pierre Dissaux, pierre.dissaux@tni-world.com TNI-Europe Limited Mountbatten Court,

More information

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

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

More information

System-level co-modeling AADL and Simulink specifications using Polychrony (and Syndex)

System-level co-modeling AADL and Simulink specifications using Polychrony (and Syndex) System-level co-modeling AADL and Simulink specifications using Polychrony (and Syndex) AADL Standards Meeting June 6., 2011 Jean-Pierre Talpin, INRIA Parts of this presentation are joint work with Paul,

More information

Introduction to the RAMI 4.0 Toolbox

Introduction to the RAMI 4.0 Toolbox Introduction to the RAMI 4.0 Toolbox Author: Christoph Binder Version: 0.1 Date: 2017-06-08 Josef Ressel Center for User-Centric Smart Grid Privacy, Security and Control Salzburg University of Applied

More information

challenges in domain-specific modeling raphaël mannadiar august 27, 2009

challenges in domain-specific modeling raphaël mannadiar august 27, 2009 challenges in domain-specific modeling raphaël mannadiar august 27, 2009 raphaël mannadiar challenges in domain-specific modeling 1/59 outline 1 introduction 2 approaches 3 debugging and simulation 4 differencing

More information

Object-Oriented Design

Object-Oriented Design Object-Oriented Design Lecturer: Raman Ramsin Lecture 10: Analysis Packages 1 Analysis Workflow: Packages The analysis workflow consists of the following activities: Architectural analysis Analyze a use

More information

Structural Coverage Analysis for Safety-Critical Code - Who Cares? 2015 LDRA Ltd 1

Structural Coverage Analysis for Safety-Critical Code - Who Cares? 2015 LDRA Ltd 1 Structural Coverage Analysis for Safety-Critical Code - Who Cares? 2015 LDRA Ltd 1 What is Structural Coverage? Measurement of Test Effectiveness How effectively did tests exercise code? Exercised, entry

More information

IBM Rational Rhapsody

IBM Rational Rhapsody IBM Rational Rhapsody IBM Rational Rhapsody TestConductor Add On Qualification Kit for DO-178B/C Overview Version 1.9 License Agreement No part of this publication may be reproduced, transmitted, stored

More information

INTER-ENTERPRISE PLANNING OF MANUFACTURING SYSTEMS APPLYING SIMULATION WITH IPR PROTECTION

INTER-ENTERPRISE PLANNING OF MANUFACTURING SYSTEMS APPLYING SIMULATION WITH IPR PROTECTION INTER-ENTERPRISE PLANNING OF MANUFACTURING SYSTEMS APPLYING SIMULATION WITH IPR PROTECTION Kai Mertins and Markus Rabe Fraunhofer IPK Berlin, Germany e-mail: markus.rabe@ipk.fraunhofer.de Abstract: Key

More information

Merging of Flight Test Data within the UMAT TDS

Merging of Flight Test Data within the UMAT TDS Merging of Flight Test Data within the UMAT TDS Tjorven Gerhard 1, Tobias Paul 1 1 ESG Elektroniksystem- und Logistik GmbH, Fürstenfeldbruck, Germany tobias.paul@esg.de Abstract: In close cooperation with

More information

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

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

More information

Test requirements in networked systems

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

More information

3.4 Data-Centric workflow

3.4 Data-Centric workflow 3.4 Data-Centric workflow One of the most important activities in a S-DWH environment is represented by data integration of different and heterogeneous sources. The process of extract, transform, and load

More information

Platform modeling and allocation

Platform modeling and allocation Platform modeling and allocation Systems Engineering BSc Course Budapest University of Technology and Economics Department of Measurement and Information Systems Traceability Platform-based systems design

More information

Title DC Automation: It s a MARVEL!

Title DC Automation: It s a MARVEL! Title DC Automation: It s a MARVEL! Name Nikos D. Anagnostatos Position Network Consultant, Network Solutions Division Classification ISO 27001: Public Data Center Evolution 2 Space Hellas - All Rights

More information

CHAPTER 5 CO:-Sketch component diagram using basic notations 5.1 Component Diagram (4M) Sample Component Diagram 5.2 Deployment Diagram (8M)

CHAPTER 5 CO:-Sketch component diagram using basic notations 5.1 Component Diagram (4M) Sample Component Diagram 5.2 Deployment Diagram (8M) CHAPTER 5 CO:-Sketch component diagram using basic notations 5.1 Component Diagram (4M) Sample Component Diagram 5.2 Deployment Diagram (8M) Sample Deployment diagram Component diagrams are different in

More information

Dependable Computer Systems

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

More information

News in RSA-RTE 10.0 updated for sprint Mattias Mohlin/Anders Ek, June 2016

News in RSA-RTE 10.0 updated for sprint Mattias Mohlin/Anders Ek, June 2016 News in RSA-RTE 10.0 updated for sprint 2016.29 Mattias Mohlin/Anders Ek, June 2016 Overview of Improvements (1/3) Now based on Eclipse Mars (4.5.2) New installation scheme RSARTE is now installed as a

More information

Applying Multi-core and Virtualization to Industrial and Safety-Related Applications

Applying Multi-core and Virtualization to Industrial and Safety-Related Applications White Paper Wind River Hypervisor and Operating Systems Intel Processors for Embedded Computing Applying Multi-core and Virtualization to Industrial and Safety-Related Applications Multi-core and virtualization

More information

SCAlable & ReconfigurabLe Electronics platforms and Tools SCARLETT

SCAlable & ReconfigurabLe Electronics platforms and Tools SCARLETT SCAlable & ReconfigurabLe Electronics platforms and Tools SCARLETT From the Integrated Modular Avionics the First Generation architecture to the Distributed Modular Electronics solution Page 1 Collaborative

More information

PROCESSES AND THREADS

PROCESSES AND THREADS PROCESSES AND THREADS A process is a heavyweight flow that can execute concurrently with other processes. A thread is a lightweight flow that can execute concurrently with other threads within the same

More information

Position Paper. Minimal Multicore Avionics Certification Guidance

Position Paper. Minimal Multicore Avionics Certification Guidance Position Paper On Minimal Multicore Avionics Certification Guidance Lui Sha and Marco Caccamo University of Illinois at Urbana-Champaign Greg Shelton, Marc Nuessen, J. Perry Smith, David Miller and Richard

More information

ONAP Integration Through Information and Data Modeling. ONAP Information Integration GOAL. 12 December 2017

ONAP Integration Through Information and Data Modeling. ONAP Information Integration GOAL. 12 December 2017 ONAP Integration Through Information and Data Modeling 12 December 2017 Andy Mayer, Ph.D. ONAP Information Integration GOAL We need a cohesive way to have a shared view of information across ONAP (and

More information

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC W I N D R I V E R H E L I X C H A S S I S SIMPLIFYING THE WIND RIVER HELIX CHASSIS Helix Chassis brings together software, technologies, tools, and services to help automotive manufacturers unify, simplify,

More information

Testing Operating Systems with RT-Tester

Testing Operating Systems with RT-Tester Testing Operating Systems with RT-Tester Jan Peleska, Oliver Meyer, Johannes Kanefendt and Florian Lapschies jp@verified.de University of Bremen and Verified Systems International GmbH, Bremen, Germany

More information

Multi-protocol monitoring using oscilloscopes

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

More information