Using SCADE System for the Design and Integration of Critical Systems

Size: px
Start display at page:

Download "Using SCADE System for the Design and Integration of Critical Systems"

Transcription

1 11ATC-0290 Using SCADE System for the Design and Integration of Critical Systems Copyright 2011 SAE International ABSTRACT This paper presents the SCADE System product line for systems modeling and generation based on the SysML standard [2] and the Eclipse Papyrus open source technology. SCADE System has been developed in the framework of Listerel [7], a joint laboratory of Esterel Technologies, provider of the SCADE tools [8], and CEA LIST, project leader of the Eclipse component, Papyrus [4]. From an architecture point of view, the Esterel SCADE tools are built on top of the SCADE platform which includes both SCADE Suite, a model-based development environment dedicated to critical software, and SCADE System enabling model-based system engineering. SCADE System includes Papyrus, an open source component (under EPL license), integrated in the modeling platform of Eclipse. Using this integrated modeling platform, both system and software teams share the same environment for system development. Furthermore, other model-based tools can be added to the environment, due to the use of Eclipse. SCADE System avoids duplication of efforts and inconsistencies between system structural descriptions made of SysML Block Definition Diagram (BDD) and Internal Block Diagram (IBD), and the full software behavioral description designed through SCADE Suite models. Once the system description is completed and checked, the individual software blocks in the system can be refined in the form of models in SCADE Suite or in the form of manually developed source code. Automatic and DO-178B Level A-qualified code generation can then be applied to the SCADE Suite models. Moreover, the SCADE System description can be used as the basis to develop scripts that will automatically integrate the complete application software. INTRODUCTION The International Council on Systems Engineering (INCOSE) [1] defines system engineering as an interdisciplinary approach and means to enable the realization of successful systems. It focuses on defining customer needs and required functionality early in the development cycle, documenting requirements, and then proceeding with design synthesis and system validation. The main challenges of System Engineering are related to providing non-ambiguous and coherent specifications, making all relevant information readily available to all stakeholders involved in the development process, establishing traceability between all activities, and providing the appropriate level of verification and validation. Model-based approaches can play a central role in System Engineering. Among the benefits, Model-based System Engineering (MBSE) avoids duplication and parallel evolution of data between system teams and software teams, hence reducing the nightmare of information resynchronization. SysML is specifically targeting system-level specifications. We currently observe a trend toward more formalization of the systemlevel artifacts through the use of modeling languages like SysML. Esterel SCADE is a proven solution for developing safety-critical and mission-critical software. Although SCADE Suite is already connected to various tools that together form the overall development environment, its scope does not directly encompass system-level artifacts themselves. There is an identified need to smoothen the integration between system-level artifacts and SCADE Suite designs, making the transition process from system to software more reliable and efficient. A good process, in which the right formalism is used for the right artifact, is an important aspect. Good tool support is also essential for automating as many tasks as possible while preserving overall consistency of the system to software flow. Esterel Technologies is working on a combined modeling solution that brings together the respective strengths of SysML and SCADE Suite. The combined process facilitates the work of both system designers and software designers with respect to the overall design. Therefore, the requirements are captured from both the system designer s point of view and from the software designer s point of view. The requirements also consider the interactions between them and how they can synchronize their respective points of view.

2 The paper presents the results of combining a selected subset of SysML with SCADE Suite and how the modeling constructs used at the boundary between the two formalisms can be synchronized to support the resulting mixed language modeling experience. The resulting tool is branded SCADE System. PAPYRUS - SYSML Papyrus is the UML editor of the Eclipse open-source platform and is the result of a joint effort from different initiatives launched by CEA and TOPCASED [5] some years ago. Papyrus is aiming to provide full support to UML and a very advanced support to UML profiles. This latter concept is the lightweight extension mechanism of UML that enables one to customize it later to fit to different specific domains and concerns. In order to enable systems architects to model their systems, the OMG ( has standardized the UML Profile for Systems Engineering (in short SysML). SysML has been defined as a general-purpose modeling language for systems engineering and was designed as a UML profile. In addition to its UML support, Papyrus also provides complete support to SysML enabling one to edit BDD, IDD, as well as the other SysML diagrams. Papyrus also enables validation of the models with respect to its underlying language (SysML in this case) and comparison and merge of SysML models. SCADE SUITE SCADE (Safety Critical Application Development Environment) is both a notation and a toolset that was specifically designed for the development of critical systems in aeronautics, railway, and industry that must comply with certification standards. In the rest of the paper, Scade is used to refer to the modeling notation and SCADE Suite refers to the toolset that supports the Scade notation. The Scade notation includes both block diagrams and state machines that can be nested at any levels. This powerful notation has been formally defined [9] to provide a rigorous description of the SW behavior, leaving no room for uncertainty. Characteristics are: Strong typing Explicit initialization of data flows Explicit management of time with clocks [9, 11] Concurrency based on data dependencies Deterministic execution. The SCADE Suite toolset supports a model-driven paradigm in which the Scade model is the software specification. The SCADE Suite KCG C code generator is qualified for avionic systems with respect to DO-178B at the highest level of safety (Level A) and for industrial and railways domains with respect to IEC up to SIL 3 and EN up to SIL 3/4. This, in addition to several verification tools such as SCADE Suite Model Test Coverage, provides evidence that the code that will be embedded fulfills the high-level SW requirements. WORKFLOW INCOSE provides guidelines; in practice, each organization defines its own workflow depending on internal constraints. The better the Commercial Off-The-Shelf (COTS) tool supports the different workflow steps, the more efficient it is. This paper is not a methodological paper but a technical paper focusing on the way that the required features can be implemented in a COTS tool to support individual MBSE activities. So an ideal toolset shall support MBSE activities, automating the tasks, still be customizable and ensuring information consistency between the teams. To that end, in addition to being a SysML modeler, SCADE System supports requirements traceability, model diff, and automatic production of system design documents. Project specificities also require additional verification or development tools, so the COTS tool should allow development of such complementary tools. SCADE System Model APIs provide an adequate means for such developments. This is presented in the last section of this paper together with the architecture of the SCADE System modeler tool itself. Among the activities that must rely on safe foundations, the System-Software synchronization is a key feature. The mechanism implemented in SCADE System provides the basic bricks that allow system teams and SW team to work efficiently on the same project. The foundation of this feature is detailed in the next section of paper.

3 SYSTEM-SOFTWARE SYNCHRONIZATION BOUNDARY BETWEEN SYSML AND SCADE SUITE The proposed approach assumes that SCADE Suite will be used for application-level behavioral specification, at minimum for selected software components deemed critical. Scade is a structured behavioral modeling language. Unlike SysML, it does not enforce a strong separation between structural interface and behavioral interface. In Scade, the unit of modeling is called the operator, which can be considered as a type of functional block, performing a computation using a set of inputs and providing a set of outputs, as a result. On the other hand, SysML separates structural descriptions on one side (blocks and their interfaces) and behavioral descriptions (behaviors, such as activities or state machines) on the other side. Therefore, the most straightforward representation of a Scade operator in the SysML world would be as a so-called opaque behavior (a behavior of which only the input and output parameters are known, but which implementation is considered hidden or external to SysML). Once promoted as opaque behaviors in a SysML application model, Scade nodes can be used like any other behaviors in the SysML model. They can be used in architecture models represented as block diagrams: Some of the blocks will use Scade operators as their main behavior (a block can have any behavior as its main behavior ). They can be used in architecture models represented as activity diagrams: Some of the sub-behaviors called within the activity will be the Scade operators directly. In a more service oriented context, they could also be used as implementation methods for some SysML operations (an operation can have any behavior as its implementation method ). Previous work on the UML/SysML gateway [12] for SCADE Suite focused solely on the first use case (block diagrams). Moreover, a Scade operator was always directly derived from a SysML block, without having to use an opaque behavior as an intermediate proxy between the SysML world and the Scade world. We now consider making the opaque behavior always explicit because this has several advantages over the previous approach. The opaque behavior can be attached not only to mere SysML blocks, but to any entity to which an opaque behavior can legally be attached. The connection between a behaviored classifier and the opaque behavior providing its main behavior need to no longer be implicit and direct (implicitly matching behavioral flow ports of the behaviored classifier with the inputs/outputs of the Scade node). Instead, the connection between the structural interface and the behavioral interface can be made explicit. (Some suggest using delegation connectors in the SysML model itself; some suggest using an explicit behavioral description that realizes the transmission.) This explicit separation also shields the behavioral interface, made of the parameters of the opaque behavior, from the more complex features available to describe the structural interface of the behaviored classifier (non-atomic flow ports, etc.). As a consequence, the mapping between the opaque behavior and the corresponding Scade node can be kept more direct and simple, and therefore, easier to maintain in an automated way (the mapping is kind of canonical, whereas the connection between structure and behavior in SysML might not be canonical). The following sections describe the boundary between SysML and Scade. We follow a two-stage approach. The first (optional) step is to make the SysML opaque behavior that acts as the Scade operator surrogate explicit, in cases where it was left implicit; it is a simplification step in preparation for the actual mapping to Scade. The second step describes the actual mapping between the SysML opaque behavior and the corresponding Scade operator interface in details. DETAILED SPECIFICATION OF SYSTEM/SOFTWARE BOUNDARY Canonical SysML Opaque Behavior of a Block In the top-down scenario described previously, it is assumed that the SysML block (or the behavioral feature) to be implemented in Scade already has an attached opaque behavior. In cases where there is initially no such opaque behavior, the tool supporting the approach provides a means to automatically derive a canonical opaque behavior for the block or behavioral feature. The next subsection describes how such a canonical opaque behavior can be derived from the interface of a given SysML block, to act as its

4 main behavior. For the sake of simplicity, we assume in subsequent sub-sections that leaf SysML blocks to be implemented in Scade already have an opaque behavior, be it explicit or automatically derived. Automatic derivation of an opaque behavior for a given SysML block In cases where a SysML block only has atomic flow ports typed by a value-type (not by a signal), deriving the corresponding canonical opaque behavior is straightforward: the opaque behavior will simply have one parameter for each flow port, keeping the same name, type, and direction. We consider that the values carried by the atomic flow ports are bound to the corresponding parameters of the behavior as if the ports were somehow connected to the corresponding parameters of the behavior using delegation connectors. Block Opaque Behavior i 1 i 1 o 1 o 1 i 2 i 2 o 2 o 2 i 3 i 3 o 3 o 3 Figure 2 Opaque behavior for block with only atomic ports. However, as already mentioned, the structural interface of a block can make use of more complex features that require some massaging to be mapped to parameters of an opaque behavior. Non-atomic flow ports are typed by a flow specification, which is a special kind of interface made of individual flow properties that are grouped together. Moreover, such a flow port can be marked as conjugated, which implicitly reverses the direction of all its flow properties. This allows the same flow specification to be reused for two conjugated ports on both sides of an assembly connector. In this case, we consider all flow properties of the port as if they were individual atomic flow ports with same type and direction (or opposite direction if the port is conjugated). In order to avoid name conflicts if several ports happen to carry homonymous unrelated flow properties, we additionally prefix the name of the derived atomic flow port with the name of the port carrying the flow property to ensure parameter name uniqueness. Again, we consider that the individual values carried by the non-atomic flow ports are bound to the corresponding parameters of the behavior as if the ports were somehow connected to the corresponding parameters of the behavior using delegation connectors with nested connector ends on the flow ports side to pick the right individual flow property ( nested connector ends were introduced by SysML to overcome the limitation of shallow/flat connections). Block Opaque Behavior P 1 :FS 1 p 1 _i 1 p 2 _o 1 P 2 :FS 2 i 1 o 1 i 2 p 1 _i 2 p 2 _o 2 o 2 i 3 o 3 p 1 _i 3 p 2 _o 3 <<Flow Specification>> FS 1 i 1 :input i 2 :input i 3 :input <<Flow Specification>> FS 2 o 1 :output o 2 :output o 3 :output Figure 3 Opaque behavior for block with non atomic ports.

5 In addition to data types, signals can also be used to type an atomic flow port or a flow property of a non-atomic flow port. Normally, a signal is handled by a special kind of behavioral feature called a reception. Here, the chosen solution is having a Boolean property for each signal to hold its presence status and linking the presence status to a corresponding Boolean parameter of the opaque behavior. Note that at this stage, we do not consider automatic derivation of opaque behavior for a block having so-called service ports, since each service would better be handled by its own implementation behavior. In that case, the designer might want to attach a Scade opaque behavior to the appropriate individual service behavioral feature instead. Automatic derivation of an opaque behavior for a given behavioral feature Creating an opaque behavior that implements a given behavioral feature (typically an operation) is much more straight forward; it simply amounts to creating an opaque behavior with parameters equivalent to those of the behavioral feature it is meant to implement. The association between the parameters of the behavioral feature and the corresponding parameters of its opaque behavior is implicit and automatic. Mapping between a SysML opaque behavior and a Scade operator interface Because an actual Scade operator is conceptually very close to its SysML opaque behavior surrogate, the mapping is again fairly straight forward. The main difference, however, is that Scade does not support bidirectional parameters contrary to SysML behavior parameters. A Scade operator always has a disjointed set of inputs and outputs. Nonetheless, the following mapping can still be defined. Parameters having direction in are each mapped to a corresponding input of the Scade operator interface. Parameters having direction out or return are each mapped to a corresponding output of the Scade operator interface. Parameters having direction inout must each be mapped to a couple { input, output }. To avoid name conflicts, the input s name will be prefixed by input_ and the output name will be prefixed by output_. Appropriate traceability information is retained to re-synthesize a bidirectional parameter in the reverse mapping. The types of the parameters are mapped as follows: predefined types of SysML are mapped to corresponding Scade predefined types, if a match exists; enumeration types of SysML are mapped to corresponding Scade enumeration types; and value types (with unit and dimension) are mapped to a corresponding homonymous alias of the Scade predefined type real (the unit and dimension are however currently ignored). When no Scade type can be inferred from the SysML model, specific translation directives can be added in the tool configuration to force a user-defined type mapping. TOOL WORKFLOW Based on this mapping, the workflow in SysML-Scade synchronization can now be detailed. It is summarized Figure 4.

6 SysML block i 1 i 2 i 3 CSP o 1 o 2 o 3 exchange, diff, merge, i 1 i 2 i 3 CIP o 1 o 2 o 3 Scade operator System-side Component Specification Proxy (CSP) Figure 4 SysML-Scade synchronization. Once a SysML application component has been allocated to SCADE, the appropriate opaque behavior, which will serve as the boundary between the two modeling realms, must be prepared. First, it can be derived automatically as explained previously, if it does not exist because the system designer stopped at the level of functional blocks. Second, the system designer must anticipate that this opaque behavior might later be updated as a result of a bottom-up propagation of changes that happened concurrently in the Scade model. To make sure these modifications can be applied without disruption and can be tracked judiciously, the opaque behavior should be considered as an independent unit from a storage/configuration management point of view. We will call this unit the Component Specification Proxy or CSP. Bottom-up modifications can then be incorporated carefully using diff/merge facilities in the SysML modeling tool. Note that if the opaque behavior changes as a result of a bottom-up modification, this might imply structural changes to the SysML block to which it is attached (or to the behavioral feature). Notably, ports may have to be added/removed/modified along with delegation connectors between the ports of the block and the parameters of the opaque behavior. A specific wizard in the SysML tool could be developed to ease the reconciliation process between the structure and the external behavior. At this stage, such a reconciliation wizard is out of scope, and the structural reconciliation must be achieved manually by the system designer. Software-side Component Implementation Proxy (CIP) Any Scade operator that implements the behavior of a component of the SysML application model is associated with a corresponding SysML opaque behavior. This SysML opaque behavior can be derived automatically from the Scade operator interface, and we call it the Component Implementation Proxy, or CIP, on the SCADE side. This derived SysML opaque behavior should normally not be modified directly by the component designer using SCADE Suite. There are, however, a few circumstances in which the SCADE Suite user should be aware of it. These are listed below. Page 6 of 11

7 When the initial version of a Scade node is bootstrapped from an existing SysML opaque behavior coming from the system application model, the component designer using SCADE will select the right CSP to be used to produce the initial version of the Scade node, and the tool guarantees that the reverse mapping (i.e. producing the CIP) is idempotent (the CIP after bootstrapping is equivalent to the CSP used for the bootstrap step, but both can evolve concurrently from then on). After the Scade node has been completed, it may actually appear that the interface of the Scade node has to be modified because of important design choices that have to be propagated bottom-up to the system application model. To that end, the component designer can decide to publish a new version (through the configuration management tools for instance). Each time a new version of the Scade node is published, the corresponding CIP should also be made explicit and published alongside the Scade model, so that the system designer can pick it and use it to produce the next version of the CSP on the other side if he agrees with the changes. The component designer can also be informed that the CSP corresponding to the Scade node has changed and that changes need to be propagated top-down. In this case, the new version of the CSP is compared with the current version of the derived CIP, and the change-set describing the SysML modifications is then translated into a corresponding change-set to be applied to the Scade model itself. Diff/merge facilities in SCADE can then be used to analyze the impact of the changes on the Scade model and to incorporate them (implicitly creating a new version of the CIP). In some settings, it might be possible to share the configuration management unit representing the opaque behavior for both the CSP and the CIP, hence forcing any side to take action any time the view of the interface changes on the other side. However, one might prefer a setting in which the system design team and the software design team are loosely coupled and can work concurrently using explicit synchronization milestones (through exchanges of CSP and CIP) when they see fit. SCADE SYSTEM DESIGNER This section describes how the SCADE System modeler is built from the pre-existing Papyrus and SCADE Suite tool set with a short focus on the model API provided by the underlying architecture. TECHNICAL ARCHITECTURE Papyrus and SCADE Suite were developed independently. For user adoption this may have several drawbacks: two different tools to install, two different windows on the screen, two different look and feel; and no sharing of existing or yet-to-be-developed add-ons. However, despite their different technical origins, both Papyrus and SCADE Suite were developed with the same principles in mind: a generic platform that supports graphical editors. For Papyrus, the generic platform is Eclipse. For SCADE Suite, it is an internal platform called SCADE Studio that is based on the Microsoft MFC framework, which was developed in the 90s. It provides services very similar to the Eclipse subset used by Papyrus. A first possible solution for integrating Papyrus and SCADE Suite IDE would simply be to port SCADE Suite to the Eclipse platform. Though technically possible, this solution is not the ideal solution for two reasons: the number of Esterel Technologies tools (SCADE LifeCycle Reporter, SCADE Suite Model Test Coverage, SCADE Suite Design Verifier, SCADE Suite Timing and Stack Verifier, etc) already relying on SCADE Studio would make the porting effort very significant; and the look and feel of the SCADE Suite interface would change for current users. Likewise, it does not make sense to update the Papyrus Eclipse project to make it run outside Eclipse. Instead, a hybrid platform has been built that blends the Eclipse and the SCADE Studio platforms. The later remains the main host platform, but most Eclipse platform User Interface (UI) elements involved in the Eclipse plugins making up Papyrus are transparently intercepted and reframed to fit in the SCADE Studio platform at the appropriate place. Therefore, the integration is fine-grained. From the Eclipse-side, this special reconfiguration is recognized as another UI perspective. The following UI element categories are supported: Navigator/explorer views (as SCADE Studio browser tabs ) Ordinary views (as SCADE Studio output tabs ) Page 7 of 11

8 Property pages and tabbed property pages (as SCADE Studio property pages) Editor parts of the editor area (as SCADE Studio editors) Menu contributions and key shortcuts Moreover, the integration is not just cosmetic ; indeed, both platforms are model-based platforms and each provides its own framework to support model entities: The Eclipse Modeling Framework (EMF) The SCADE Studio Modeling Framework Both frameworks offer generic model-oriented services based on model meta-data. These modeling frameworks are also combined. The hybrid platform supports EMF-based models as if they were SCADE Studio-based models. That is, EMF meta-data are translated at run-time into the corresponding SCADE Studio meta-data, and proper API bridges have been set-up to call back into EMF code where appropriate. So, existing SCADE Studio plugins that work at the generic meta-data level can also work with EMF-based models unchanged. Finally, the concepts of workspaces, projects and files are also unified and synchronized between the two platforms, allowing the system projects and software projects to be managed uniformly with configuration management tools. It is even possible for a single project to have both a system nature (supported by Eclipse/Papyrus plugins) and a Scade nature (supported by native SCADE Suite plugins). Both sides always have the exact same view of the project s resources. The solution developed is pictured in Figure 1 and a screen shot of the resulting IDE is shown in Figure 5. This tool architecture provides several benefits: Figure 1 Technical architecture of SCADE System. the development of the Papyrus tool can be pursued as part of the Eclipse consortium without constraints; there is full compatibility ensured between SCADE System and Papyrus, as they rely on the same code; SCADE System is open to other Eclipse tool extensions, provided that they comply to the supported Eclipse subset, in addition to the openness brought by Papyrus for modeling extensions; and there is one window and look and feel for SW design with SCADE Suite and system architecture design in SysML with SCADE System. MODELS API Based on the Eclipse Modeling Framework (EMF), Papyrus provides a Java API on the profiled SysML UML model. SCADE Suite has its own meta-model; in addition to the classical EMF Java API, the tool provides a tcl API, directly accessible from the SCADE Suite IDE that allows traversal of the model. An html wizard derived from the meta-model guides tcl script developers in Page 8 of 11

9 the traversal of the models. The tcl script not only interacts with the model but also with the IDE allowing, for example, locate feature on graphical views of the model. Due to the SCADE System architecture presented in the previous section, the existing SCADE Suite technology has been extended to the SysML models. This makes the development of easy to build tools that require both System-level and SW-level information possible Three actual examples of the API usage are provided below: The first example is model documentation generation. SCADE Suite and SCADE System reporters are simply realized with tcl scripts that traverse the respective models and share the same RTF and html drivers. It is then easy to produce documentation that mixes system and SW information when required. A second usage is for code and configuration file generation from system models specifying, for example, multi-tasks systems. Each task represented by a SysML block is implemented via a SCADE Suite design with code generated by the SCADE Suite code generator. The task s connection, periods, etc. are specified as a SysML model with a specific Real-Time profile such as MARTE [5]. The APIs are used to generate the wrapping code and RTOS configuration files allowing for the complete generation of the multitasks system. A third usage of the API is to import into SCADE System a legacy model developed previously with a technology that is becoming obsolete. In this case, the API is used to construct a SCADE System model. One of the nice features of SysML implementation in a tool like Papyrus, and likewise SCADE System, is the capability to set-up a model independently from any graphical diagrams, allowing the user to draw diagrams in a second step for documentation purposes. The core of the model is typically built from a database of signals like information-giving datatypes, endpoint blocks, periods, etc. Such techniques are still heavily used but suffer from being misaligned with existing standards, without COTS tool support, etc. Moving to the SysML standard which is supported by open tools is a natural trend. Of course, the model API allows automatic verification of design rules. Integration of SW and System designs within the same toolset facilitates the development of complex design rules that encompasses System and SW descriptions. SUMMARY/CONCLUSIONS Esterel Technologies provides a seamless flow from the initial requirement analysis phase in SysML down to the SW code that benefit from certification evidences provided by SCADE Suite. The SCADE System preliminary version has already been used successfully.as part of the INTERESTED ICT FP7 project, Siemens is using the synchronization between SysML blocks and SCADE Suite. The architecture of the ZLB (simplified traffic management on secondary lines) in the context of German railway systems has been modeled in SysML and SW developed with SCADE Suite. Siemens reported that, in comparison with their previous process based on standard C++ development, this methodology supported by tools allowed for the: increase in the precision of the architecture description and components reuse; increase in overall maintainability of the product due to a better level of abstraction; the time required for the integration phase was significantly reduced; and the tool provides increased flexibility allowing for quicker completion of changes. Experimentation on system modeling for avionics equipment for helicopters is in progress. The objective is to compare the current process based on a custom database system with the SysML capabilities to specify such systems. The advantages of a graphical description that includes all system design details kept in dedicated stereotypes have been demonstrated. The model is now ready for clean report generation, which provides a much better shared understanding by all teams. In this system, the SW part was previously developed with SCADE Suite and certified to DO-178B by EASA at level A. The door is now open for advanced verification that encompasses system and software description with tools that can plug into the SCADE System architecture. This is facilitated through both the model s detailed access through APIs and the openness of the platform. Such verification tools, including those for simulation of both discrete and continuous systems, will be developed in future cooperative projects driven by the joint Esterel Technologies and CEA Listerel laboratory. Page 9 of 11

10 REFERENCES 1. Systems Engineering Handbook, a Guide for System Life Cycle Processes and Activities, SE Handbook Working Group, INCOSE, January OMG Systems Modeling Language (OMG SysML), OMG, Version 1.2, June DO-178B Software Considerations in Airborne Systems and Equipment Certification, RTCA/EUROCAE, Papyrus, 5. MARTE, // 6. TOPCASED, 7. Listerel Critical Software Lab, 8. Esterel technologies SCADE products, 9. SCADE Language Reference Manual, The Synchronous Dataflow Programming Language LUSTRE, N. Halbwachs, P. Caspi, P. Raymond, D. Pilaud. Proceeding of the IEEE, September A Conservative Extension of Synchronous Dataflow with State Machines, J.L. Colaço, B. Pagano, M. Pouzet. EMSOFT Bridging UML and Safety-Critical Software Development Environments, Alain Le Guennec, Bernard Dion. ERTS SCADE 6: A Model Based Solution For Safety Critical Software Development, François-Xavier Dormoy. ERTS 2008 CONTACT INFORMATION Thierry Le Sergent Esterel Technologies thierry.lesergent@esterel-technologies.com Alain Le Guennec Esterel Technologies alain.leguennec@esterel-technologies.com François Terrier CEA, LIST, Laboratoire d Ingénierie dirigée par les modèles pour les Systèmes Embarqués mailto:francois.terrier@cea.fr Sébastien Gérard CEA, LIST, Laboratoire d Ingénierie dirigée par les modèles pour les Systèmes Embarqués sebastien.gerard@cea.fr Yann Tanguy CEA, LIST, Laboratoire d Ingénierie dirigée par les modèles pour les Systèmes Embarqués yann.tanguy@cea.fr Page 10 of 11

11 ACKNOWLEDGMENTS This work has been partially founded by the FP7 ICT-2007 INTERESTED project and by the FUI 5 th call LAMBDA project. APPENDIX Figure 5 SysML IBD and BDD, and SCADE Suite design in the same framework. Page 11 of 11

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

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

Data-Based System Engineering: ICDs management with SysML

Data-Based System Engineering: ICDs management with SysML Data-Based System Engineering: ICDs management with SysML Thierry Le Sergent (SCADE System Product Manager) Alain Le Guennec (SCADE System Project Manager) Esterel Technologies 9, rue Michel Labrousse,

More information

Using SCADE to Develop Mission-critical High-quality Radar Application Software

Using SCADE to Develop Mission-critical High-quality Radar Application Software Using SCADE to Develop Mission-critical High-quality Radar Application Software Bernard Dion and Aubanel Monnier Esterel Technologies, Parc Euclide 8 rue Blaise Pascal, F-78990, Elancourt, France bernard.dion@esterel-technologies.com

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

Capella to SysML Bridge: A Tooled-up Methodology for MBSE Interoperability

Capella to SysML Bridge: A Tooled-up Methodology for MBSE Interoperability Capella to SysML Bridge: A Tooled-up Methodology for MBSE Interoperability Nesrine BADACHE, ARTAL Technologies, nesrine.badache@artal.fr Pascal ROQUES, PRFC, pascal.roques@prfc.fr Keywords: Modeling, Model,

More information

Simulink/Stateflow. June 2008

Simulink/Stateflow. June 2008 Simulink/Stateflow Paul Caspi http://www-verimag.imag.fr/ Pieter Mosterman http://www.mathworks.com/ June 2008 1 Introduction Probably, the early designers of Simulink in the late eighties would have been

More information

Certification Authorities Software Team (CAST) Position Paper CAST-25

Certification Authorities Software Team (CAST) Position Paper CAST-25 Certification Authorities Software Team (CAST) Position Paper CAST-25 CONSIDERATIONS WHEN USING A QUALIFIABLE DEVELOPMENT ENVIRONMENT (QDE) IN CERTIFICATION PROJECTS COMPLETED SEPTEMBER 2005 (Rev 0) NOTE:

More information

Spemmet - A Tool for Modeling Software Processes with SPEM

Spemmet - A Tool for Modeling Software Processes with SPEM Spemmet - A Tool for Modeling Software Processes with SPEM Tuomas Mäkilä tuomas.makila@it.utu.fi Antero Järvi antero.jarvi@it.utu.fi Abstract: The software development process has many unique attributes

More information

Integration With the Business Modeler

Integration With the Business Modeler Decision Framework, J. Duggan Research Note 11 September 2003 Evaluating OOA&D Functionality Criteria Looking at nine criteria will help you evaluate the functionality of object-oriented analysis and design

More information

EXECUTABLE MODELING WITH FUML AND ALF IN PAPYRUS: TOOLING AND EXPERIMENTS

EXECUTABLE MODELING WITH FUML AND ALF IN PAPYRUS: TOOLING AND EXPERIMENTS EXECUTABLE MODELING WITH FUML AND ALF IN PAPYRUS: TOOLING AND EXPERIMENTS Sahar Guermazi*, Jérémie Tatibouet*, Arnaud Cuccuru*, Ed Seidewitz +, Saadia Dhouib*, Sébastien Gérard* * CEA LIST - LISE lab +

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

BUILDING GOOD-QUALITY FUNCTIONAL SPECIFICATION MODEL

BUILDING GOOD-QUALITY FUNCTIONAL SPECIFICATION MODEL BUILDING GOOD-QUALITY FUNCTIONAL SPECIFICATION MODEL A few words on Samares Engineering Research and Consultancy on Systems Engineering Requirement engineering Model-Based Systems Engineering Co-simulation

More information

Systems Engineering Training Courses 2015 Catalog

Systems Engineering Training Courses 2015 Catalog Last update: November 2015 ASTER S.p.A. - Capitale Sociale: 215.520 i.v. C.F. / P.IVA 11002491006 Sede legale: Via Tiburtina 1166-00156 Roma, Italia - Telefono: +39 06 94533950/1 Fax: + 39 06 94533959

More information

ModelicaML: Getting Started Issue April 2012

ModelicaML: Getting Started Issue April 2012 ModelicaML: Getting Started Issue 1.6.5 13. April 2012 Wladimir Schamai EADS Innovation Works (Hamburg, Germany) Linkoping University (Linkoping, Sweden) Abstract: This document provides a short introduction

More information

Papyrus: Advent of an Open Source IME at Eclipse (Redux)

Papyrus: Advent of an Open Source IME at Eclipse (Redux) Papyrus: Advent of an Open Source IME at Eclipse (Redux) Kenn Hussey Eclipse Modeling Day, Toronto November 18, 2009 A Perfect Storm for Tools Core technologies like MOF and UML are evolving Microsoft

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

UML Profile for MARTE: Time Model and CCSL

UML Profile for MARTE: Time Model and CCSL UML Profile for MARTE: Time Model and CCSL Frédéric Mallet 1 Université Nice Sophia Antipolis, Aoste team INRIA/I3S, Sophia Antipolis, France Frederic.Mallet@unice.fr Abstract. This 90 minutes tutorial

More information

SCADE AADL. Thierry Le Sergent, Adnan Bouakaz, Guilherme Goretkin (ANSYS)

SCADE AADL. Thierry Le Sergent, Adnan Bouakaz, Guilherme Goretkin (ANSYS) SCADE AADL Thierry Le Sergent, Adnan Bouakaz, Guilherme Goretkin (ANSYS) thierry.lesergent@ansys.com ANSYS Esterel Technologies 9, rue Michel Labrousse, 31100, Toulouse, France adnan.bouakaz@ansys.com

More information

INTRODUCING A MULTIVIEW SOFTWARE ARCHITECTURE PROCESS BY EXAMPLE Ahmad K heir 1, Hala Naja 1 and Mourad Oussalah 2

INTRODUCING A MULTIVIEW SOFTWARE ARCHITECTURE PROCESS BY EXAMPLE Ahmad K heir 1, Hala Naja 1 and Mourad Oussalah 2 INTRODUCING A MULTIVIEW SOFTWARE ARCHITECTURE PROCESS BY EXAMPLE Ahmad K heir 1, Hala Naja 1 and Mourad Oussalah 2 1 Faculty of Sciences, Lebanese University 2 LINA Laboratory, University of Nantes ABSTRACT:

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

UML for Real-Time Overview

UML for Real-Time Overview Abstract UML for Real-Time Overview Andrew Lyons April 1998 This paper explains how the Unified Modeling Language (UML), and powerful modeling constructs originally developed for the modeling of complex

More information

Model-based System Engineering for Fault Tree Generation and Analysis

Model-based System Engineering for Fault Tree Generation and Analysis Model-based System Engineering for Fault Tree Generation and Analysis Nataliya Yakymets, Hadi Jaber, Agnes Lanusse CEA Saclay Nano-INNOV, Institut CARNOT CEA LIST, DILS, 91 191 Gif sur Yvette CEDEX, Saclay,

More information

PAPYRUS TOOL SUPPORT FOR FMI

PAPYRUS TOOL SUPPORT FOR FMI PAPYRUS TOOL SUPPORT FOR FMI Ericsson Modeling Days 2016 Kista, Sweden, September 13-14, 2016 Sahar GUERMAZI, Sébastien REVOL, Arnaud CUCCURU, Saadia DHOUIB, Jérémie TATIBOUET, Sébastien GERARD CEA LIST

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

Best Practices for Model-Based Systems Engineering

Best Practices for Model-Based Systems Engineering Seminar / Workshop Best Practices for Model-Based Systems Engineering Hans-Peter Hoffmann, Ph.D. Chief Systems Methodologist, IBM Rational Software hoffmape@us.ibm.com Overview Successfully delivering

More information

Modeling Requirements, Architectures, Behaviour...

Modeling Requirements, Architectures, Behaviour... Modeling Requirements, Architectures, Behaviour... The System Modeling Language (SysML) and the SYSMOD modeling approach Budapest University of Technology and Economics Department of Measurement and Information

More information

Enterprise Architect Training Courses

Enterprise Architect Training Courses On-site training from as little as 135 per delegate per day! Enterprise Architect Training Courses Tassc trainers are expert practitioners in Enterprise Architect with over 10 years experience in object

More information

Object Oriented Analysis and Design - Part2(Design)

Object Oriented Analysis and Design - Part2(Design) Object Oriented Analysis and Design - Part2(Design) Exam A QUESTION 1 Which statement is true about elements within the subsystem and public visibility? A. Only the subset of elements that define the subsystems

More information

Project Proposal: OSLC4MBSE - OMG SE and OSLC working group as part of the OMG SE DSIG. OSLC for Model-Based Systems Engineering Interoperability

Project Proposal: OSLC4MBSE - OMG SE and OSLC working group as part of the OMG SE DSIG. OSLC for Model-Based Systems Engineering Interoperability OSLC4MBSE OSLC for Model-Based Systems Engineering Interoperability This document presents the work of the OSLC4MBSE working group, which has been initiated as a collaborative effort between members of

More information

Embedded software design with Polychrony

Embedded software design with Polychrony Embedded software design with Polychrony DATE 09 tutorial on Correct-by-Construction Embedded Software Synthesis: Formal Frameworks, Methodologies, and Tools Jean-Pierre Talpin, RIA List of contributors

More information

On the link between Architectural Description Models and Modelica Analyses Models

On the link between Architectural Description Models and Modelica Analyses Models On the link between Architectural Description Models and Modelica Analyses Models Damien Chapon Guillaume Bouchez Airbus France 316 Route de Bayonne 31060 Toulouse {damien.chapon,guillaume.bouchez}@airbus.com

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

ISO Compliant Automatic Requirements-Based Testing for TargetLink

ISO Compliant Automatic Requirements-Based Testing for TargetLink ISO 26262 Compliant Automatic Requirements-Based Testing for TargetLink Dr. Udo Brockmeyer CEO BTC Embedded Systems AG An der Schmiede 4, 26135 Oldenburg, Germany udo.brockmeyer@btc-es.de Adrian Valea

More information

UML for RTES: develop a UML-based proposal for modelling and analysing of RTES

UML for RTES: develop a UML-based proposal for modelling and analysing of RTES Year 2 Review Paris, November 8th and 9th, 2006 UML for RTES: UML for RTES: develop a UML-based proposal for modelling and analysing of RTES Highlight on Activity leader : Francois Terrier & Sebastien

More information

A Model-Based Reference Workflow for the Development of Safety-Related Software

A Model-Based Reference Workflow for the Development of Safety-Related Software A Model-Based Reference Workflow for the Development of Safety-Related Software 2010-01-2338 Published 10/19/2010 Michael Beine dspace GmbH Dirk Fleischer dspace Inc. Copyright 2010 SAE International ABSTRACT

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

A Comparison and Evaluation of Real-Time Software Systems Modeling Languages

A Comparison and Evaluation of Real-Time Software Systems Modeling Languages AIAA Infotech@Aerospace 2010 20-22 April 2010, Atlanta, Georgia AIAA 2010-3504 A Comparison and Evaluation of Real-Time Software Systems Modeling Languages Kenneth D. Evensen and Dr. Kathryn Anne Weiss

More information

Future Directions for SysML v2 INCOSE IW MBSE Workshop January 28, 2017

Future Directions for SysML v2 INCOSE IW MBSE Workshop January 28, 2017 Future Directions for SysML v2 INCOSE IW MBSE Workshop January 28, 2017 Sanford Friedenthal safriedenthal@gmail.com 1/30/2017 Agenda Background System Modeling Environment (SME) SysML v2 Requirements Approach

More information

Enterprise Architect. User Guide Series. SysML Models. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. SysML Models. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series SysML Models Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents Systems Engineering 3 Systems Modeling Language (SysML) 8 SysML Activity

More information

Software Paradigms (Lesson 10) Selected Topics in Software Architecture

Software Paradigms (Lesson 10) Selected Topics in Software Architecture Software Paradigms (Lesson 10) Selected Topics in Software Architecture Table of Contents 1 World-Wide-Web... 2 1.1 Basic Architectural Solution... 2 1.2 Designing WWW Applications... 7 2 CORBA... 11 2.1

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

From MDD back to basic: Building DRE systems

From MDD back to basic: Building DRE systems From MDD back to basic: Building DRE systems, ENST MDx in software engineering Models are everywhere in engineering, and now in software engineering MD[A, D, E] aims at easing the construction of systems

More information

The Analysis and Proposed Modifications to ISO/IEC Software Engineering Software Quality Requirements and Evaluation Quality Requirements

The Analysis and Proposed Modifications to ISO/IEC Software Engineering Software Quality Requirements and Evaluation Quality Requirements Journal of Software Engineering and Applications, 2016, 9, 112-127 Published Online April 2016 in SciRes. http://www.scirp.org/journal/jsea http://dx.doi.org/10.4236/jsea.2016.94010 The Analysis and Proposed

More information

Model-Based Systems Engineering Backbone of the Thales Engineering Manifesto

Model-Based Systems Engineering Backbone of the Thales Engineering Manifesto www.thalesgroup.com Model-Based Systems Engineering Backbone of the Thales Engineering Manifesto MBSE Symposium, Canberra Oct. 28 th, 2014 Olivier Flous, VP Engineering 2 / Thales: Company Profile Collective

More information

3rd Lecture Languages for information modeling

3rd Lecture Languages for information modeling 3rd Lecture Languages for information modeling Agenda Languages for information modeling UML UML basic concepts Modeling by UML diagrams CASE tools: concepts, features and objectives CASE toolset architecture

More information

Designing a System Engineering Environment in a structured way

Designing a System Engineering Environment in a structured way Designing a System Engineering Environment in a structured way Anna Todino Ivo Viglietti Bruno Tranchero Leonardo-Finmeccanica Aircraft Division Torino, Italy Copyright held by the authors. Rubén de Juan

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

10 Steps to Building an Architecture for Space Surveillance Projects. Eric A. Barnhart, M.S.

10 Steps to Building an Architecture for Space Surveillance Projects. Eric A. Barnhart, M.S. 10 Steps to Building an Architecture for Space Surveillance Projects Eric A. Barnhart, M.S. Eric.Barnhart@harris.com Howard D. Gans, Ph.D. Howard.Gans@harris.com Harris Corporation, Space and Intelligence

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.6 License Agreement No part of this publication may be reproduced, transmitted, stored

More information

Train control language teaching computers interlocking

Train control language teaching computers interlocking Computers in Railways XI 651 Train control language teaching computers interlocking J. Endresen 1, E. Carlson 1, T. Moen 1, K. J. Alme 1, Ø. Haugen 2, G. K. Olsen 2 & A. Svendsen 2 1 ABB, Bergensveien

More information

MBSE with the ARCADIA Method and the Capella Tool

MBSE with the ARCADIA Method and the Capella Tool MBSE with the ARCADIA Method and the Capella Tool Pascal Roques To cite this version: Pascal Roques. MBSE with the ARCADIA Method and the Capella Tool. 8th European Congress on Embedded Real Time Software

More information

developer.* The Independent Magazine for Software Professionals

developer.* The Independent Magazine for Software Professionals developer.* The Independent Magazine for Software Professionals Improving Developer Productivity With Domain-Specific Modeling Languages by Steven Kelly, PhD According to Software Productivity Research,

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

OCL Support in MOF Repositories

OCL Support in MOF Repositories OCL Support in MOF Repositories Joachim Hoessler, Michael Soden Department of Computer Science Technical University Berlin hoessler@cs.tu-berlin.de, soden@cs.tu-berlin.de Abstract From metamodels that

More information

Generic Requirements Management and Verification Process for Ground Segment and Mission Operations Preparation

Generic Requirements Management and Verification Process for Ground Segment and Mission Operations Preparation Generic Requirements Management and Verification Process for Ground Segment and Mission Operations Preparation Dr. Frank Wallrapp 1 and Andreas Lex 2 German Space Operations Center, DLR Oberpfaffenhofen,

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

Architecture-driven development of Climate Control Software LMS Imagine.Lab Embedded Software Designer Siemens DF PL

Architecture-driven development of Climate Control Software LMS Imagine.Lab Embedded Software Designer Siemens DF PL Architecture-driven development of Climate Control Software LMS Imagine.Lab Embedded Software Designer Siemens DF PL Restricted Siemens AG 2017 Realize innovation. Content 1 Overview 3 2 LMS Imagine.Lab

More information

SysML, It s Coming Are You Prepared?

SysML, It s Coming Are You Prepared? SysML, It s Coming Are You Prepared? Presentation for George Mason University Shana L. Lloyd The Aerospace Corporation 703-324-8877 Shana.l.lloyd@aero.org January 31, 07 1 Outline Introduction SysML Background

More information

EMF Compare Galileo Simultaneous Release

EMF Compare Galileo Simultaneous Release EMF Compare 1.0.0 Galileo Simultaneous Release Cédric Brun Release Review : June 10th, 2009 Communication Channel : eclipse.modeling.emft newsgroup Process Documentation : http://www.eclipse.org/projects/dev_process/development_process.php

More information

Clock-directed Modular Code-generation for Synchronous Data-flow Languages

Clock-directed Modular Code-generation for Synchronous Data-flow Languages 1 Clock-directed Modular Code-generation for Synchronous Data-flow Languages Dariusz Biernacki Univ. of Worclaw (Poland) Jean-Louis Colaço Prover Technologies (France) Grégoire Hamon The MathWorks (USA)

More information

Introduction to Dependable Systems: Meta-modeling and modeldriven

Introduction to Dependable Systems: Meta-modeling and modeldriven Introduction to Dependable Systems: Meta-modeling and modeldriven development http://d3s.mff.cuni.cz CHARLES UNIVERSITY IN PRAGUE faculty of mathematics and physics 3 Software development Automated software

More information

Metaprogrammable Toolkit for Model-Integrated Computing

Metaprogrammable Toolkit for Model-Integrated Computing Metaprogrammable Toolkit for Model-Integrated Computing Akos Ledeczi, Miklos Maroti, Gabor Karsai and Greg Nordstrom Institute for Software Integrated Systems Vanderbilt University Abstract Model-Integrated

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

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

By V-cubed Solutions, Inc. Page1. All rights reserved by V-cubed Solutions, Inc.

By V-cubed Solutions, Inc.   Page1. All rights reserved by V-cubed Solutions, Inc. By V-cubed Solutions, Inc. Page1 Purpose of Document This document will demonstrate the efficacy of CODESCROLL CODE INSPECTOR, CONTROLLER TESTER, and QUALITYSCROLL COVER, which has been developed by V-cubed

More information

IBM Rational Rhapsody Gateway Add On. User Guide

IBM Rational Rhapsody Gateway Add On. User Guide User Guide Rhapsody IBM Rational Rhapsody Gateway Add On User Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

A Generic Method for Defining Viewpoints in SysML

A Generic Method for Defining Viewpoints in SysML A Generic Method for Defining Viewpoints in SysML Takahiro Yamada Japan Aerospace Exploration Agency/Institute for Space and Astronautical Science 3-1-1 Yoshinodai, Sagamihara 229-8510, JAPAN Copyright

More information

The Myx Architectural Style

The Myx Architectural Style The Myx Architectural Style The goal of the Myx architectural style is to serve as an architectural style that is good for building flexible, high performance tool-integrating environments. A secondary

More information

1 Overview. 1 Overview. Contents. 1.1 Table of Contents Table of Contents

1 Overview. 1 Overview. Contents. 1.1 Table of Contents Table of Contents 1 Overview Contents 1. 1.1 Table of Contents 1 Overview Papyrus is an environment for editing any kind of EMF model, particularly supporting UML 2 ( Unified Modeling Language (UML) version 2.4.1 ) and

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

ARCADIA: Model-Based Collaboration for System, Software and Hardware Engineering

ARCADIA: Model-Based Collaboration for System, Software and Hardware Engineering www.thalesgroup.com ARCADIA: Model-Based Collaboration for System, Software and Hardware Engineering An architecture-centric, tool-supported method Jean-Luc Voirin & Stéphane Bonnet RETEX AFIS - May 2014

More information

EATOP: An EAST-ADL Tool Platform for Eclipse

EATOP: An EAST-ADL Tool Platform for Eclipse Grant Agreement 260057 Model-based Analysis & Engineering of Novel Architectures for Dependable Electric Vehicles Report type Report name Deliverable D5.3.1 EATOP: An EAST-ADL Tool Platform for Eclipse

More information

Model-Independent Differences

Model-Independent Differences Model-Independent Differences Patrick Könemann Technical University of Denmark, Informatics and Mathematical Modelling Richard Petersens Plads, DK-2800 Kgs. Lyngby, Denmark pk@imm.dtu.dk Abstract Computing

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

Enterprise Architect. User Guide Series. Time Aware Models. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Time Aware Models. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Time Aware Models Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents Time Aware Models 3 Clone Structure as New Version 5 Clone Diagram

More information

EMF Compare Ganymede Simultaneous Release

EMF Compare Ganymede Simultaneous Release EMF Compare 0.8.0 Ganymede Simultaneous Release June 16 th, 2008 Ganymede Release Talking Point Noteworthy New Features 2 way / 3 way comparison detecting conflics differencing, merging and extensibility

More information

Requirements. CxOne Standard

Requirements. CxOne Standard Requirements CxOne Standard CxStand_Requirements.doc November 3, 2002 Advancing the Art and Science of Commercial Software Engineering Contents 1 INTRODUCTION... 1 1.1 OVERVIEW... 1 1.2 GOALS... 1 1.3

More information

Enterprise Architect. User Guide Series. SysML Models. Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. SysML Models. Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series SysML Models Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH Table of Contents Systems Engineering 5 Parametric Diagram Modeling Assistant 13 Create

More information

From: Sudarshan N Raghavan (770)

From: Sudarshan N Raghavan (770) Spectrum Software, Inc. 11445 Johns Creek Pkwy. Suite 300 Duluth, GA 30097 www.spectrumscm.com Subject: SpectrumSCM Plugin for the Eclipse Platform Original Issue Date: February 2 nd, 2005 Latest Update

More information

Modeling Requirements

Modeling Requirements Modeling Requirements Critical Embedded Systems Dr. Balázs Polgár Prepared by Budapest University of Technology and Economics Faculty of Electrical Engineering and Informatics Dept. of Measurement and

More information

NOTES ON OBJECT-ORIENTED MODELING AND DESIGN

NOTES ON OBJECT-ORIENTED MODELING AND DESIGN NOTES ON OBJECT-ORIENTED MODELING AND DESIGN Stephen W. Clyde Brigham Young University Provo, UT 86402 Abstract: A review of the Object Modeling Technique (OMT) is presented. OMT is an object-oriented

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

A SysML-Based Methodology for Model Testing of Cyber-Physical Systems

A SysML-Based Methodology for Model Testing of Cyber-Physical Systems A SysML-Based Methodology for Model Testing of Cyber-Physical Systems Carlos A. González, Mojtaba Varmazyar, Shiva Nejati and Lionel Briand Software Verification and Validation Department, SnT Centre University

More information

IBM Rational Software Architect

IBM Rational Software Architect Unifying all aspects of software design and development IBM Rational Software Architect A complete design & development toolset Incorporates all the capabilities in IBM Rational Application Developer for

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

SysML Past, Present, and Future. J.D. Baker Sparx Systems Ambassador Sparx Systems Pty Ltd

SysML Past, Present, and Future. J.D. Baker Sparx Systems Ambassador Sparx Systems Pty Ltd SysML Past, Present, and Future J.D. Baker Sparx Systems Ambassador Sparx Systems Pty Ltd A Specification Produced by the OMG Process SysML 1.0 SysML 1.1 Etc. RFI optional Issued by Task Forces RFI responses

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017 News in RSA-RTE 10.1 updated for sprint 2017.46 Mattias Mohlin, November 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

Test and Evaluation of Autonomous Systems in a Model Based Engineering Context

Test and Evaluation of Autonomous Systems in a Model Based Engineering Context Test and Evaluation of Autonomous Systems in a Model Based Engineering Context Raytheon Michael Nolan USAF AFRL Aaron Fifarek Jonathan Hoffman 3 March 2016 Copyright 2016. Unpublished Work. Raytheon Company.

More information

BPMN to BPEL case study solution in VIATRA2

BPMN to BPEL case study solution in VIATRA2 BPMN to BPEL case study solution in VIATRA2 Gábor Bergmann and Ákos Horváth Budapest University of Technology and Economics, Department of Measurement and Information Systems, H-1117 Magyar tudósok krt.

More information

Crisis and paradox in distributed-systems development

Crisis and paradox in distributed-systems development IEEE DISTRIBUTED SYSTEMS ONLINE 1541-4922 2005 Published by the IEEE Computer Society Vol. 6, No. 3; March 2005 Department Editor: Olivier Marin, http://www.cs.vu.nl/~omarin/, Laboratoire d'informatique

More information

Using JBI for Service-Oriented Integration (SOI)

Using JBI for Service-Oriented Integration (SOI) Using JBI for -Oriented Integration (SOI) Ron Ten-Hove, Sun Microsystems January 27, 2006 2006, Sun Microsystems Inc. Introduction How do you use a service-oriented architecture (SOA)? This is an important

More information

CA ERwin Data Modeler

CA ERwin Data Modeler PRODUCT BRIEF: CA ERWIN DATA MODELER CA ERwin Data Modeler CA ERWIN DATA MODELER (CA ERWIN DM) IS AN INDUSTRY-LEADING DATA MODELING SOLUTION THAT ENABLES YOU TO CREATE AND MAINTAIN DATABASES, DATA WAREHOUSES

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018 News in RSA-RTE 10.1 updated for sprint 2018.03 Mattias Mohlin, January 2018 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

Towards the integration of Overture and TASTE

Towards the integration of Overture and TASTE Towards the integration of Overture and TASTE T. Fabbri 1, M. Verhoef 2, V. Bandur 3, M. Perrotin 2, T. Tsiodras 2, P.G. Larsen 3 with many thanks to K.G. Lausdahl and P.W.V. Tran-Jørgensen work performed

More information

McAfee Security Management Center

McAfee Security Management Center Data Sheet McAfee Security Management Center Unified management for next-generation devices Key advantages: Single pane of glass across the management lifecycle for McAfee next generation devices. Scalability

More information

Dominique Blouin Etienne Borde

Dominique Blouin Etienne Borde Dominique Blouin Etienne Borde SE206: Code Generation Techniques dominique.blouin@telecom-paristech.fr etienne.borde@telecom-paristech.fr Institut Mines-Télécom Content Introduction Domain specific Languages

More information

Deliver robust products at reduced cost by linking model-driven software testing to quality management.

Deliver robust products at reduced cost by linking model-driven software testing to quality management. Quality management White paper September 2009 Deliver robust products at reduced cost by linking model-driven software testing to quality management. Page 2 Contents 2 Closing the productivity gap between

More information

AADL Graphical Editor Design

AADL Graphical Editor Design AADL Graphical Editor Design Peter Feiler Software Engineering Institute phf@sei.cmu.edu Introduction An AADL specification is a set of component type and implementation declarations. They are organized

More information

SpecC Methodology for High-Level Modeling

SpecC Methodology for High-Level Modeling EDP 2002 9 th IEEE/DATC Electronic Design Processes Workshop SpecC Methodology for High-Level Modeling Rainer Dömer Daniel D. Gajski Andreas Gerstlauer Center for Embedded Computer Systems Universitiy

More information