MATLAB XPC TARGET RELEASE NOTES Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Software MATLAB XPC TARGET RELEASE NOTES herunter. MATLAB XPC TARGET RELEASE NOTES User manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken

Inhaltsverzeichnis

Seite 1 - Dymola Release notes

Dymola Dynamic Modeling Laboratory Dymola Release notes Dymola 2013 FD01

Seite 2

10 package MyModels model Inertia=Modelica.Mechanics.Rotational.Components.Inertia annotation (__Dymola_shortcut=true); model Mass=Modelica.Mecha

Seite 3 - Contents

Dymola 2013 FD01 Release notes 11 A new group “Modelica editor” is added in the dialog. The expand modes are selectable: Manual formatting is sel

Seite 4

12 The Save button now saves more settings in the Appearance tab (see first figure in previous section); including the Modelica editor settings.

Seite 5 - 2 About this booklet

Dymola 2013 FD01 Release notes 13 Basic Functionality A selection of all variables called “phi” in a model can be made using the following annotat

Seite 6 - 3 Dymola 2013 FD01

14 Including several variables in the selection can be made by using | in the regular expression for name: model Selection3 annotation (__Dymol

Seite 7

Dymola 2013 FD01 Release notes 15 model Selection5 annotation (__Dymola_selections={ Selection(name="MySelection", match

Seite 8 - 3.2 Developing a model

16 i.e. the local variable phi of angleSensor is present. The reason was that the search pattern given was “*.phi”, i.e. any prefix to .phi. The patt

Seite 9

Dymola 2013 FD01 Release notes 17 Summary The matching constructor MatchVariable has the following fields: record MatchVariable String classNam

Seite 10

18 they can be activated or deactivated individually: 3.2.7 Minor improvements Search in model package hierarchy The search engine used in the comm

Seite 11

Dymola 2013 FD01 Release notes 19 Presentation of enumeration values If an enumeration is used for a parameter, a combo box is created in the par

Seite 12 - 3.2.4 Splitting models

The information in this document is subject to change without notice. Document version: 1 © Copyright 1992-2012 by Dass

Seite 13

20 3.3 Simulating a model 3.3.1 Plot window Plotting general expressions The functionality to create and plot a general expression can be invoked t

Seite 14

Dymola 2013 FD01 Release notes 21 Note that the name of the signal also contains the name of the result and the sequence number (in brackets). Th

Seite 15

22 Alternative ways of invoking this function is through the command Plot expression in the Dymola toolbar, or by the command Plot > Plot Express

Seite 16

Dymola 2013 FD01 Release notes 23 Signal operators A fixed set of signal operators are available through the context menu of signals in plot wind

Seite 17

24 Selecting an operator launches a dialog where the user can define the time range over which the operator will be applied. The default time range

Seite 18 - 3.2.7 Minor improvements

Dymola 2013 FD01 Release notes 25 The result is then visualized in the plot in different ways depending of which operator that was selected. The t

Seite 19

26 Depending on the operator, the computed value is written either above or below the line representing the time range. This can be changed manually

Seite 20 - 3.3 Simulating a model

Dymola 2013 FD01 Release notes 27 Plot Parametric Curve A new function plotParametricCurve is available for plotting curves defined by a paramete

Seite 21

28 Copy curve values to clipboard The values of a curve can be copied to the clipboard by the Copy context command. As an example, copying J1.w: an

Seite 22

Dymola 2013 FD01 Release notes 29 (The previous copy command for copying the tooltip to the clipboard has been renamed to Copy Point.) Plot table

Seite 23

3 Contents 1 Important notes on Dymola ... 5 2 A

Seite 24

30 Copy copies the selected cells to the clipboard, making it possible to e.g. copy a part of a table to Microsoft Excel. Delete Row deletes the se

Seite 25

Dymola 2013 FD01 Release notes 31 3.3.3 Scripting Call function dialog with output fields The Call function dialog now also contains entries to f

Seite 26

32 3.3.4 Selection of 32-bit or 64-bit executable In the 64-bit version of Dymola, the user can decide whether models should be compiled as 32-bit o

Seite 27

Dymola 2013 FD01 Release notes 33 Ticking All variables; ignore selections in model, all variables, given the Store settings, will be saved to th

Seite 28 - Copy context command

34 3.4 Installation 3.4.1 Adding libraries and demos to the File menu A new category “persistent” in the built-in function LibraryInfoMenuCommand m

Seite 29 - Copy Point.)

Dymola 2013 FD01 Release notes 35 supported only by specific editions of Windows (“Home”, “Professional”, “Enterprise” etc.); all such editions ar

Seite 30

36 Compatibility The Dymola – Simulink interface now supports Matlab releases from R2007a (ver. 7.4) up to R2012a (ver. 7.14). Only Visual Studio C+

Seite 31 - 3.3.3 Scripting

Dymola 2013 FD01 Release notes 37 Compatibility – xPC Target Compatibility with Matlab xPC Target has been verified for all Matlab releases that

Seite 32

38 For description of the new options, see below, section “FMU export extensions”. FMU export extensions FMUs can optionally be exported with source

Seite 33

Dymola 2013 FD01 Release notes 39 can be set to “me”, “cs” and “all” for inclusion of “model exchange”, “co-simulation” and “all” respectively. In

Seite 34 - 3.4 Installation

4 3.6.4 External functions in other languages ... 44

Seite 35

40 This argument, default being true, can be set to false to disable the prompting before replacing any existing Modelica model that was the result f

Seite 36 - 3.5.2 Real-time simulation

Dymola 2013 FD01 Release notes 41 Finally, the resulting trajectories can be plotted and compared visually with the original (non-FMU) simulation.

Seite 37 - 3.5.3 FMI Support in Dymola

42 • Test of FMI version 1.0 or 2.0 Beta4. It is available in Modelica\Library under the Dymola installation. Below call validates CoupledClutches a

Seite 38

Dymola 2013 FD01 Release notes 43 All mandatory features are supported in FMI 2.0 Beta 4. The optional (in the sense that they have associated ca

Seite 39

44 3.6.2 Support for String variables in models String variables can now be used in models, not only in functions used in models and for scripting.

Seite 40

Dymola 2013 FD01 Release notes 45 3.7 New libraries 3.7.1 Electric Power Library Electric Power Library is a new library that provides a framewo

Seite 41

46 3.7.2 Engine Dynamics Library Engine Dynamics Library is a new library that a framework for combustion engine system modeling, simulation and ana

Seite 42

Dymola 2013 FD01 Release notes 47 3.7.3 Hydro Power Library The Hydro Power Library is a new library that provides a framework for modeling and s

Seite 43

48 3.7.4 Liquid Cooling Library The Liquid Cooling Library is a new library is targeted to liquid cooling system design with compressible or incompr

Seite 44 - 3.6.5 Minor improvements

Dymola 2013 FD01 Release notes 49 3.7.6 Thermal Power Library The Thermal Power Library provides a framework for modeling and simulation of therm

Seite 45 - 3.7 New libraries

Dymola 2013 FD01 Release notes 5 1 Important notes on Dymola To translate models in Dymola 7.x and later you must also install a supported Micro

Seite 46

50 3.8 Updated libraries 3.8.1 AirConditioning Library A minor version, 1.8.3, has been released, with some modifications, e.g. • Dialog annotatio

Seite 47 - 3.7.3 Hydro Power Library

Dymola 2013 FD01 Release notes 51 • All physical models that dissipate heat (such as gears, clutches or dampers), have now an optional heat port

Seite 48

6 3 Dymola 2013 FD01 3.1 Introduction 3.1.1 Additions and improvements in Dymola A number of improvements and additions have been implemented in D

Seite 49 - 3.7.6 Thermal Power Library

Dymola 2013 FD01 Release notes 7 For more information about the new libraries, please see section “New libraries” starting on page 45. Updated lib

Seite 50 - 3.8 Updated libraries

8 3.2 Developing a model 3.2.1 Extendable user interface Defining content of menus and toolbars It is possible to extend the graphical user interf

Seite 51 - 3.9 Documentation

Dymola 2013 FD01 Release notes 9 package MyFunctions "My Functions" package MyMatrixFunctions "My Matrix Functions" func

Kommentare zu diesen Handbüchern

Keine Kommentare