Openmodelica Interactive Simulation Using an OPC UA Client

Total Page:16

File Type:pdf, Size:1020Kb

Openmodelica Interactive Simulation Using an OPC UA Client Linköping University | Department of Computer and Information Science Bachelor thesis, 16 ECTS | Datateknik 2017 | LIU-IDA/LITH-EX-G--17/038--SE OpenModelica Interactive Simulation using an OPC UA client Christoffer Fors Johansson Supervisors : Adeel Asghar, Martin Sjölund Examiner : Bernhard Thiele Linköpings universitet SE–581 83 Linköping +46 13 28 10 00 , www.liu.se Upphovsrätt Detta dokument hålls tillgängligt på Internet – eller dess framtida ersättare – under 25 år från publiceringsdatum under förutsättning att inga extraordinära omständigheter uppstår. Tillgång till dokumentet innebär tillstånd för var och en att läsa, ladda ner, skriva ut enstaka kopior för enskilt bruk och att använda det oförändrat för ickekommersiell forskning och för undervisning. Överföring av upphovsrätten vid en senare tidpunkt kan inte upphäva detta tillstånd. All annan användning av dokumentet kräver upphovsmannens medgivande. För att garantera äktheten, säkerheten och tillgängligheten finns lösningar av teknisk och admin- istrativ art. Upphovsmannens ideella rätt innefattar rätt att bli nämnd som upphovsman i den omfattning som god sed kräver vid användning av dokumentet på ovan beskrivna sätt samt skydd mot att dokumentet ändras eller presenteras i sådan form eller i sådant sam- manhang som är kränkande för upphovsmannenslitterära eller konstnärliga anseende eller egenart. För ytterligare information om Linköping University Electronic Press se förlagets hemsida http://www.ep.liu.se/. Copyright The publishers will keep this document online on the Internet – or its possible replacement – for a period of 25 years starting from the date of publication barring exceptional circum- stances. The online availability of the document implies permanent permission for anyone to read, to download, or to print out single copies for his/hers own use and to use it unchanged for non-commercial research and educational purpose. Subsequent transfers of copyright cannot revoke this permission. All other uses of the document are conditional upon the con- sent of the copyright owner. The publisher has taken technical and administrative measures to assure authenticity, security and accessibility. According to intellectual property law the author has the right to be mentioned when his/her work is accessed as described above and to be protected against infringement. For additional information about the Linköping Uni- versity Electronic Press and its procedures for publication and for assurance of document integrity, please refer to its www home page: http://www.ep.liu.se/. c Christoffer Fors Johansson Abstract Simulating a model of a complex physical system can be useful in order to obtain a deeper understanding of the system. OpenModelica is an open-source, modeling and simulation environment in which such a simulation could be performed. This thesis presents a design and implementation of an interactive simulation prototype for the OpenModelica Connection Editor. After an investigation of the possibilities in the current OpenModelica environment, several requirements were determined about how interactive simulation should look and work. A prototype was developed based on these requirements. As a result, the prototype can act as a base for applying further functionality to the interactive simulation in both parallel and future works. Acknowledgments I would like to thank my supervisor Martin Sjölund for the opportunity to do this thesis. Your constructive comments and shared knowledge throughout the work have been greatly appreciated. I would also like to express my gratitude to my supervisor Adeel Asghar for your expertise and ideas. Your thoughts and comments during our meetings was always great, even if the weather somehow almost always were horrible. Last but not least I would like to thank my examiner Bernhard Thiele for your ability to always be there, solving problems and pointing me in the right direction. A big thank you to all three. In addition, I would like to acknowledge my opponent Ivar Grahn for your dedication and insightful comments about this thesis. iv Contents Abstract iii Acknowledgments iv Contents v List of Figures vii List of Tables viii 1 Introduction 1 1.1 Justification . 1 1.2 Thesis purpose . 3 1.3 Research question . 3 1.4 Scope . 3 2 Theory and Related Work 4 2.1 Simulation and modeling of systems . 4 2.2 Usability . 5 2.3 User experience . 6 2.4 Evaluation techniques . 6 2.4.1 Heuristic evaluation . 7 2.4.2 Cognitive walk-through . 7 2.4.3 Questionnaires . 7 2.5 OpenModelica environment . 7 2.5.1 OPC Interfaces . 9 2.5.2 OMCompiler . 11 2.5.3 OMPlot . 12 2.5.4 OMEdit . 13 3 Method 16 3.1 Pre-study . 16 3.2 Implementation . 17 3.3 Evaluation . 17 4 Results 19 4.1 Pre-study . 19 4.2 Implementation . 23 4.3 Evaluation . 33 5 Discussion 34 5.1 Results . 34 5.2 Method . 35 v 5.3 Source criticism . 35 5.4 The work in a wider context . 36 6 Conclusion 37 Bibliography 38 vi List of Figures 1.1 Diagram view of a NAND gate in OMEdit. 2 1.2 Simulation result, plotted values of the variables x1, x2 and y. ............ 2 2.1 Simulation overview. 5 2.2 Usability overview. 6 2.3 An OPC UA client and server communicating over a network. 9 2.4 UaExpert connected to the embedded simulated server, simulating the model Switch. 10 2.5 Running the simulation executable with the flag -embeddedServer=opc-ua from com- mand line. 12 2.6 Result red from a .mat file, plotted using OMPlot. 12 2.7 An overview of OMEdit and options available for the BouncingBall model. 13 2.8 Variables Browser, a graphical representation of the red variables in the .mat result file after a successful simulation of the model BouncingBall. 14 2.9 Simplified overview of the relationship between the OpenModelica tools OMC, OMEdit and OMPlot. Thin arrows denotes flow control and data. Fat arrows denotes generation. 15 4.1 Functionality added to OMPlot. 20 4.2 QwtPlotPicker used during an interactive simulation pause. 20 4.3 UaExpert connected to the embedded simulation server, browsing the time node. 22 4.4 Interactive simulation icon. 23 4.5 Fetched variables from the embedded simulation server presented to the user. 23 4.6 OMEdit possible memory management improvement. 24 4.7 Y-axis auto scale mechanism. 25 4.8 Simulation speed box expanded with suggested values. 25 4.9 Difference between a standard and an interacitve plot window. 26 4.10 Subscription back-end. 27 4.11 Step driven back-end. 28 4.12 Value interaction. 30 4.13 Relationship between the interactive plot window, the variables browser item and the simulation output widget. 31 4.14 Interactive simulation option integrated in the simulation setup. 32 vii List of Tables 4.1 Prototype requirements evaluated one by one. 33 viii 1 Introduction One great benefit of our time is the fast development of technology. One can argue that major progress in areas like robotics, biomechanics, automotive and aircrafts have and will change the way humans live their lives. However, technology itself has in some cases become so complex that sometimes studying how to study is a viable approach in order to fully un- derstand how things work. Some researchers may even ask the question why things work, which has also proven to be a difficult and important question to answer. For obtaining a deeper understanding of a complex physical systems, simulation can be applicable. Simulation gives the opportunity to investigate situations which might be too dangerous, too expensive or taking too much time or in real life. It is also possible to invent and test completely new, not yet existing systems while avoiding unwanted disruption from the surroundings. How can one create simulations for complex physical systems? One way is Modelica. Modelica is a declarative, object-oriented, modeling language mainly focused on describing complex physical systems. OpenModelica is an open-source, modeling and simulation en- vironment based on Modelica. The environment aims to provide helpful tools for studying those complex physical systems in detail. Simulation is not a strict definition. Exactly how a simulation should work and what in- formation to display, as well as when and how, is not regulated. Once approach is interactive simulation. The idea is that the user should be able to interact with the simulation while running and display relevant information and do modifications to it. 1.1 Justification It is fully possible to manage models and run simulations through OMEdit (OpenModelica Connection Editor). A model of a complex system can be simulated. Once the simulation is finished, values of variables are ready to be plotted and fetched to see how they changed during the simulation. Let us take an example from the Modelica Standard Library [13]. Figure 1.1 illustrates a graphical representation of the electrical component NAND. 1 1.1. Justification Figure 1.1: Diagram view of a NAND gate in OMEdit. Depending on the input signals x1 and x2, y will change its value according to the defini- tion of a NAND gate. This situation can also be simulated to show that the model behaves as expected. Figure 1.2 plots the values x1, x2 and y over time. However, at the time when the values are plotted, the simulation is over. A more intuitive way of learning and studying how a NAND gate works would be to follow the values in real-time. This way gives the opportunity to see when values change and why. Adding an interactive part would be useful as well. When a value is starting to change, the ability to pause the simulation could be helpful to catch up the ongoing scenario. Figure 1.2: Simulation result, plotted values of the variables x1, x2 and y. Remember that the previous example given is for a very specific electronic component.
Recommended publications
  • Early Insights on FMI-Based Co-Simulation of Aircraft Vehicle Systems
    The 15th Scandinavian International Conference on Fluid Power, SICFP’17, June 7-9, 2017, Linköping, Sweden Early Insights on FMI-based Co-Simulation of Aircraft Vehicle Systems Robert Hallqvist*, Robert Braun**, and Petter Krus** E-mail: [email protected], [email protected], [email protected] *Systems Simulation and Concept Design, Saab Aeronautics, Linköping, Sweden **Department of Fluid and Mechatronic Systems, Linköping University, Linköping, Sweden Abstract Modelling and Simulation is extensively used for aircraft vehicle system development at Saab Aeronautics in Linköping, Sweden. There is an increased desire to simulate interacting sub-systems together in order to reveal, and get an understanding of, the present cross-coupling effects early on in the development cycle of aircraft vehicle systems. The co-simulation methods implemented at Saab require a significant amount of manual effort, resulting in scarcely updated simulation models, and challenges associated with simulation model scalability, etc. The Functional Mock-up Interface (FMI) standard is identified as a possible enabler for efficient and standardized export and co-simulation of simulation models developed in a wide variety of tools. However, the ability to export industrially relevant models in a standardized way is merely the first step in simulating the targeted coupled sub-systems. Selecting a platform for efficient simulation of the system under investigation is the next step. Here, a strategy for adapting coupled Modelica models of aircraft vehicle systems to TLM-based simulation is presented. An industry-grade application example is developed, implementing this strategy, to be used for preliminary investigation and evaluation of a co- simulation framework supporting the Transmission Line element Method (TLM).
    [Show full text]
  • Openmodelica Development Environment with Eclipse Integration for Browsing, Modeling, and Debugging
    OpenModelica Development Environment with Eclipse Integration for Browsing, Modeling, and Debugging Adrian Pop, Peter Fritzson, Andreas Remar, Elmir Jagudin, David Akhvlediani PELAB – Programming Environment Lab, Dept. Computer Science Linköping University, S-581 83 Linköping, Sweden {adrpo, petfr}@ida.liu.se Abstract mental if it gives quick feedback, e.g. without recom- puting everything from scratch, and maintains a dia- The OpenModelica (MDT) Eclipse Plugin integrates logue with the user, including preserving the state of the OpenModelica compiler and debugger with the previous interactions with the user. Interactive envi- Eclipse Integrated Development Environment Frame- ronments are typically both more productive and more work.. MDT, together with the OpenModelica compiler fun to use. and debugger, provides an environment for Modelica There are many things that one wants a program- development projects. This includes browsing, code ming environment to do for the programmer, particu- completion through menus or popups, automatic inden- larly if it is interactive. What functionality should be tation even of syntactically incorrect models, and included? Comprehensive software development envi- model debugging. Simulation and plotting is also pos- ronments are expected to provide support for the major sible from a special command window. To our knowl- development phases, such as: edge, this is the first Eclipse plugin for an equation- • based language. Requirements analysis. • Design. • Implementation. 1 Introduction • Maintenance. The goal of our work with the Eclipse framework inte- A programming environment can be somewhat more gration in the OpenModelica modeling and develop- restrictive and need not necessarily support early ment environment is to achieve a more comprehensive phases such as requirements analysis, but it is an ad- and more powerful environment.
    [Show full text]
  • Paramagic(TM) Users Guide
    75 Fifth Street NW, Suite 213 Atlanta, GA 30308, USA Voice: +1- 404-592-6897 Web: www.InterCAX.com E-mail: [email protected] ParaMagicTM v16.6 sp1 Users Guide Table of Contents 1! About ..................................................................................................................................................... 3! 2! Quick Start ............................................................................................................................................ 3! 2.1! First Pass – execute existing models .............................................................................................. 3! 2.2! Second Pass – create new models .................................................................................................. 4! 3! Installation ............................................................................................................................................ 5! 3.1! Installation Requirements ............................................................................................................... 5! 3.1.1! System Requirements .............................................................................................................. 5! 3.1.2! MagicDraw Requirements ....................................................................................................... 5! 3.1.3! Core Solver Requirements ...................................................................................................... 5 ! 3.2! Installation Process .....................................................................................................................
    [Show full text]
  • Openmodelica System Documentation
    OpenModelica Users Guide Version 2012-03-29 for OpenModelica 1.8.1 March 2012 Peter Fritzson Adrian Pop, Adeel Asghar, Willi Braun, Jens Frenkel, Lennart Ochel, Martin Sjölund, Per Östlund, Peter Aronsson, Mikael Axin, Bernhard Bachmann, Vasile Baluta, Robert Braun, David Broman, Stefan Brus, Francesco Casella, Filippo Donida, Anand Ganeson, Mahder Gebremedhin, Pavel Grozman, Daniel Hedberg, Michael Hanke, Alf Isaksson, Kim Jansson, Daniel Kanth, Tommi Karhela, Juha Kortelainen, Abhinn Kothari, Petter Krus, Alexey Lebedev, Oliver Lenord, Ariel Liebman, Rickard Lindberg, Håkan Lundvall, Abhi Raj Metkar, Eric Meyers, Tuomas Miettinen, Afshin Moghadam, Maroun Nemer, Hannu Niemistö, Peter Nordin, Kristoffer Norling, Karl Pettersson, Pavol Privitzer, Jhansi Reddy, Reino Ruusu, Per Sahlin,Wladimir Schamai, Gerhard Schmitz, Anton Sodja, Ingo Staack, Kristian Stavåker, Sonia Tariq, Mohsen Torabzadeh-Tari, Parham Vasaiely, Niklas Worschech, Robert Wotzlaw, Björn Zackrisson, Azam Zia Copyright by: Open Source Modelica Consortium 2 Copyright © 1998-CurrentYear, Open Source Modelica Consortium (OSMC), c/o Linköpings universitet, Department of Computer and Information Science, SE-58183 Linköping, Sweden All rights reserved. THIS PROGRAM IS PROVIDED UNDER THE TERMS OF GPL VERSION 3 LICENSE OR THIS OSMC PUBLIC LICENSE (OSMC-PL). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THE OSMC PUBLIC LICENSE OR THE GPL VERSION 3, ACCORDING TO RECIPIENTS CHOICE. The OpenModelica software and the OSMC (Open Source Modelica Consortium) Public License (OSMC-PL) are obtained from OSMC, either from the above address, from the URLs: http://www.openmodelica.org or http://www.ida.liu.se/projects/OpenModelica, and in the OpenModelica distribution. GNU version 3 is obtained from: http://www.gnu.org/copyleft/gpl.html.
    [Show full text]
  • Modelica Development Tooling for Eclipse
    Modelica Development Tooling for Eclipse Elmir Jagudin Andreas Remar April 10, 2006 LITH-IDA-EX–06/024–SE i This work is licensed under the Creative Commons Attribution-ShareAlike 2.5 Sweden License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/se/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, Califor- nia, 94105, USA. ii Summary PELAB at Link¨oping University is developing a complete environment for developing software in the Modelica language. Modelica is a computer lan- guage for modelling and simulating complex systems that can be described by using mathematical equations. The language is currently being extended by PELAB to also support language modeling and meta-modeling. The en- vironment that PELAB is developing is called OpenModelica. An important part of this project is a textual environment for creating and editing Modelica models. The Modelica Development Tooling is a collection of integrated tools for working with Modelica projects. It is developed as a series of plugins to the Eclipse environment. One of the requirements of an integrated development environment (IDE) is to provide the user with extra information that is helpful for developing and understanding software. Some of the information provided by MDT is package browsing and error marking. Modelica packages can be browsed in much the same way as Java packages can be browsed in JDT, the Java Development Tooling. JDT is in fact a source of inspiration for MDT. That should be obvious given the name. Some of the functionality that is provided by MDT is provided by the OpenModelica Compiler.
    [Show full text]
  • Introduction to Object-Oriented Modeling
    Introduction to Object-Oriented Modeling, Modelica/OpenModelica Tutorial Plan for the Simulation, Debugging and Dynamic Optimization MOSES 2016 Workshop with Modelica using OpenModelica • Wednesday slot 24. The Modelica language part 1. MOSES 2016 Workshop Introductory hands-on Modelica modeling. Tutorial, Version May 18, 2016 Peter Fritzson Slides 8 – 49 Linköping University, [email protected] Director of the Open Source Modelica Consortium • Thursday slot 28. The OpenModelica tool. (slides Vice Chairman of Modelica Association Bernhard Thiele, Ph.D., [email protected] 50 – 78) The Modelica language part 2. (slides 95- Researcher at PELAB, Linköping University 115) Slides • Thursday slot 29. Hands-on with Modelica textual Based on book and lecture notes by Peter Fritzson Contributions 2004-2005 by Emma Larsdotter Nilsson, Peter Bunus equation-based modeling (slides 95-115) Contributions 2006-2008 by Adrian Pop and Peter Fritzson Contributions 2009 by David Broman, Peter Fritzson, Jan Brugård, and Mohsen Torabzadeh-Tari Contributions 2010 by Peter Fritzson Contributions 2011 by Peter F., Mohsen T,. Adeel Asghar, Contributions 2012, 2013, 2014, 2015, 2016 by Peter Fritzson, Lena Buffoni, Mahder Gebremedhin, Bernhard Thiele 2016-05-16 2 Copyright © Open Source Modelica Consortium Tutorial Based on Book, Decembr 2014 Introductory Download OpenModelica Software Modelica Book Peter Fritzson September 2011 232 pages Principles of Object Oriented Modeling and Simulation with 2015 –Translations Modelica 3.3 available in A Cyber-Physical
    [Show full text]
  • Openmodelica Users Guide
    OpenModelica Users Guide Version 0.5, November 2005 Preliminary Draft, 2005-11-28 for OpenModelica 1.3.1 PELAB – Programming Environment Laboratory Department of Computer and Information Science Linköping University, Sweden 3 Copyright © 2002-2005, PELAB, Department of Computer and Information Science, Linköpings universitet. All rights reserved. This document is part of OpenModelica, www.ida.liu.se/projects/OpenModelica Contact: [email protected] (Here using the new BSD license, see also http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. • Neither the name of Linköpings universitet nor the names of its contributors may be used to endorse or promote products derived from this software withoutspecific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    [Show full text]
  • Openmodelica User's Guide
    OpenModelica User’s Guide Release v1.9.4-dev-455-ge96237f Open Source Modelica Consortium November 24, 2015 CONTENTS 1 Introduction 3 1.1 System Overview...........................................4 1.2 Interactive Session with Examples..................................5 1.3 Summary of Commands for the Interactive Session Handler.................... 21 1.4 Running the compiler from command line.............................. 22 2 OMEdit – OpenModelica Connection Editor 25 2.1 Starting OMEdit........................................... 25 2.2 MainWindow & Browsers...................................... 26 2.3 Perspectives............................................. 31 2.4 Modeling a Model.......................................... 31 2.5 Simulating a Model......................................... 36 2.6 Plotting the Simulation Results................................... 37 2.7 Re-simulating a Model........................................ 38 2.8 How to Create User Defined Shapes – Icons............................. 38 2.9 Settings................................................ 39 2.10 Debugger............................................... 42 3 2D Plotting 43 3.1 Example............................................... 43 3.2 Plotting Commands and their Options................................ 44 4 Debugging 47 4.1 The Equation-based Debugger.................................... 47 4.2 The Algorithmic Debugger...................................... 49 5 OMNotebook with DrModelica and DrControl 55 5.1 Interactive Notebooks with Literate Programming........................
    [Show full text]
  • BYLAWS for the Open Source Modelica Consortium (OSMC)
    BYLAWS for the Open Source Modelica Consortium (OSMC) Version 1.6, December 3, 2019 Revisions: Original version 1.0 adopted at the statutory meeting in Linköping December 4, 2007. Version 1.1 approved at the annual meeting in Linköping February 8, 2010. Version 1.2 approved at the annual meeting in Linköping February 7, 2011. Version 1.3 approved at the annual meeting in Linköping October 18, 2012. Version 1.3 with updated fees approved at the annual meeting in Linköping February 3, 2014. Version 1.4 with vice chairman approved at the annual meeting in Linköping March 17, 2016. Version 1.5 with added appendices about Directly Funded Development (DFD) and Maintenance and support agreement (MSA), approved at the annual meeting September 21, 2017. Version 1.6 with signature rights of vice director, approved at the annual meeting December 3, 2019. _______________________________________________________________ §1 General regulations §1.1 Name and Location of the Association The name of the association is Open Source Modelica Consortium, abbreviated as OSMC. The association has its seat in Linköping, Sweden. §1.2 Purpose of the Association OSMC is a non-profit, non-governmental organization with the aim of developing and promoting the development and usage of the OpenModelica open source implementation of the Modelica computer language (also named Modelica modeling language) and OpenModelica associated open-source tools and libraries, collectively named the OpenModelica Environment, in the following referred to as OpenModelica. OpenModelica is available for commercial and non-commercial usage under the conditions of the OSMC Public License as defined in Appendix A. It is the aim of OSMC, within the limitations of its available resources, to provide support and maintenance of OpenModelica, to support its publication on the web, and to coordinate contributions to OpenModelica.
    [Show full text]
  • Omedit - Openmodelica Connection Editor
    OMEdit - OpenModelica Connection Editor Adeel Asghar Motivation Modelica models were created using; Textual editors SimForge New Graphical User Interface was needed, To overcome the deficiencies of SimForge OMEdit – OpenModelica Connection Editor OMEdit - OpenModelica Connection Editor 2 OMEdit OpenModelica Connection Editor Features Modeling – Easy model creation for Modelica models Pre-defined models – Browsing the Modelica Standard library to access the provided models User defined models – Users can create their own models for immediate usage and later reuse Component interfaces – Smart connection editing for drawing and editing connections between model interfaces Simulation – Subsystem for running simulations and specifying simulation parameters start and stop time, etc. Plotting – Interface to plot variables from simulated models OMEdit - OpenModelica Connection Editor 3 OMEdit - Workflow OMEdit - OpenModelica Connection Editor 4 OMEdit - Windows Library Window Designer Window Messages Window Documentation Window Plot Window OMEdit - OpenModelica Connection Editor 5 Library Window Contains two tabs, Modelica Standard Library Modelica Files OMEdit - OpenModelica Connection Editor 6 Designer Window It consists of three views, Icon View - Shows the model icon view Diagram View - Shows the diagram of the model created by the user Modelica Text View - Shows the Modelica text of the model OMEdit - OpenModelica Connection Editor 7 Messages Window Messages Window is located at the bottom in OMEdit. The Messages Window consists of 4 types of messages, General Messages – Shown in black color Informational Messages – Shown in green color Warning Messages – Shown in orange color Error Messages – Shown in red color OMEdit - OpenModelica Connection Editor 8 Documentation Window Shows the Modelica documentation of component models/libraries in a web view OMEdit - OpenModelica Connection Editor 9 Plot Window Shows a tree containing the list of instance variables.
    [Show full text]
  • D5.8. Opencps
    OPENCPS ITEA3 Project no. 14018 D5.8 Simulink to Modelica importer Access1: PU Type2: Report Version: 2.3 Due Dates3: M24 Open Cyber-Physical System Model-Driven Certified Development Executive summary4: The use of block diagram models is pervasive in industrial modeling, and Simulink models are ubiq- uitous in the domain. This is a major barrier to the wide adoption of Modelica in industry, since rewriting existing Simulink models into Modelica is a difficult and too much time consuming task. With the Simulink/Modelica translator, Inria offers the automatic rewriting of most Simulink models into Modelica. The Simulink/Modelica open source translator will greatly facilitate the migration of the industry to open Modelica standards. 1Access classification as per definitions in PCA; PU = Public, CO = Confidential. Access classification per deliverable stated in FPP. 2Deliverable type according to FPP, note that all non-report deliverables must be accompanied by a deliverable report. 3Due month(s) according to FPP. 4It is mandatory to provide an executive summary for each deliverable. D5.8 - Simulink to Modelica importer Deliverable Contributors: Name Organisation Primary role in Main project Author(s)5 Deliverable Pierre Weis Inria T5.8 leader X Leader6 Habib Jreige Sciworks Tech- T5.8 member nologies Contributing Sébastien Furic Inria T5.8 member Author(s)7 Adrian Pop Linköpings uni- WP5 leader versitet Internal Reviewer(s)8 Document History: Version Date Reason for change Status9 0.1 30/12/2016 First Draft Version Draft 1.0 08/01/2017 Alpha Version Released 1.1 28/02/2017 First Issue Released 2.0 13/11/2017 Alpha version for M24 Draft 2.1 15/11/2017 First release In review 2.2 16/11/2017 Second release In review 2.3 24/11/2017 Third release Released 5Indicate Main Author(s) with an “X” in this column.
    [Show full text]
  • Openmodelica User's Guide
    OpenModelica User’s Guide Release v1.9.4 Open Source Modelica Consortium March 09, 2016 CONTENTS 1 Introduction 3 1.1 System Overview...........................................4 1.2 Interactive Session with Examples..................................5 1.3 Summary of Commands for the Interactive Session Handler.................... 21 1.4 Running the compiler from command line.............................. 22 2 OMEdit – OpenModelica Connection Editor 25 2.1 Starting OMEdit........................................... 25 2.2 MainWindow & Browsers...................................... 26 2.3 Perspectives............................................. 31 2.4 Modeling a Model.......................................... 34 2.5 Simulating a Model......................................... 34 2.6 Plotting the Simulation Results................................... 37 2.7 Re-simulating a Model........................................ 38 2.8 How to Create User Defined Shapes – Icons............................. 38 2.9 Global head section in documentation................................ 39 2.10 Settings................................................ 40 2.11 Debugger............................................... 44 3 2D Plotting 45 3.1 Example............................................... 45 3.2 Plot Command Interface....................................... 46 4 Debugging 49 4.1 The Equation-based Debugger.................................... 49 4.2 The Algorithmic Debugger...................................... 51 5 OMNotebook with DrModelica and DrControl 57
    [Show full text]