Difference between revisions of "OpenModelica/C3/Annotations--in-Modelica/English"
(Created page with "{| border=1 ||'''Visual Cue''' ||'''Narration''' |- ||'''Slide Number 1''' '''Title Slide''' || Welcome to the spoken tutorial on '''Annotation'''. |- || Slide: '''Learning...") |
|||
Line 6: | Line 6: | ||
'''Title Slide''' | '''Title Slide''' | ||
− | || Welcome to the spoken tutorial on ''' | + | || Welcome to the spoken tutorial on '''Annotations'''. |
|- | |- | ||
Line 24: | Line 24: | ||
* '''OpenModelica 1.9.2''' | * '''OpenModelica 1.9.2''' | ||
− | * You may use any of the following operating systems. | + | * You may use any of the following operating systems to practice this tutorial. |
|- | |- | ||
Line 40: | Line 40: | ||
||''' Annotations''' can appear at multiple locations in a '''class'''. | ||''' Annotations''' can appear at multiple locations in a '''class'''. | ||
− | + | They may be used to: | |
* change simulation settings | * change simulation settings | ||
− | * add supporting '''documentation''' | + | * to add supporting '''documentation''' and |
− | * add '''icon and diagram views''' to a '''class''' | + | * to add '''icon and diagram views''' to a '''class''' |
|- | |- | ||
Line 56: | Line 56: | ||
* '''Start Time''' | * '''Start Time''' | ||
* '''Stop Time''' | * '''Stop Time''' | ||
− | * '''Tolerance''' | + | * '''Tolerance''' and |
* '''Interval''' | * '''Interval''' | ||
Line 77: | Line 77: | ||
|| Please download all the files available on our website. | || Please download all the files available on our website. | ||
− | + | Let me open the necessary model files for this tutorial. | |
− | + | Press '''Ctrl+O'''. | |
− | ''' | + | Go to the appropriate location on your Desktop and select '''color.mo''' and '''bouncingBallWithAnnotations'''. |
− | + | These files are now open in OMEdit. | |
|- | |- | ||
Line 97: | Line 97: | ||
|| Double-click on '''bouncingBallWithAnnotations''' in '''Libraries Browser'''. | || Double-click on '''bouncingBallWithAnnotations''' in '''Libraries Browser'''. | ||
− | Let me shift OMEdit window to the left for better visibility | + | Let me shift '''OMEdit''' window to the left for better visibility |
|- | |- | ||
Line 103: | Line 103: | ||
// '''experiment(StartTime=0,StopTime=5)''' // | // '''experiment(StartTime=0,StopTime=5)''' // | ||
− | || Switch to '''text view''' if the class opens in '''Icon/Diagram View'''. | + | || Switch to '''text view''' if the class opens in '''Icon/Diagram View'''. |
+ | The model is now open on '''Text View'''. | ||
Let me scroll down a little bit. | Let me scroll down a little bit. | ||
− | Here, we use '''experiment''' annotation to set '''startTime''' to '''0''' and '''stopTime''' to '''5''' units. | + | Here, we use the '''experiment''' annotation to set '''startTime''' to '''0''' and '''stopTime''' to '''5''' units. |
'''experiment''' annotation serves the same purpose as '''Simulation Setup''' toolbox. | '''experiment''' annotation serves the same purpose as '''Simulation Setup''' toolbox. | ||
− | |||
− | |||
|- | |- | ||
|| Click on '''Simulation Setup'''. | || Click on '''Simulation Setup'''. | ||
− | || Click on '''Simulation Setup''' button in toolbar. | + | || Click on '''Simulation Setup''' button in the toolbar. |
You can see the same '''stopTime''' and '''startTime''' fields here. | You can see the same '''stopTime''' and '''startTime''' fields here. | ||
Line 122: | Line 121: | ||
We changed the values of these fields using '''experiment''' annotation. | We changed the values of these fields using '''experiment''' annotation. | ||
− | + | Let us simulate the model now. | |
|- | |- | ||
Line 131: | Line 130: | ||
|| /* Plotting perspective */ | || /* Plotting perspective */ | ||
− | + | Select '''h''' in '''variables browser'''. | |
− | || | + | || Select '''h''' in '''variables browser'''. |
− | + | Note that the simulation interval is '''5''' units. | |
− | + | This is due to '''startTime''' and ‘'''StopTime''' fields of '''experiment''' annotation. | |
− | + | ||
− | This is due to '''startTime''' and ‘''' | + | |
|- | |- | ||
|| | || | ||
− | || | + | || Now de-select '''h''' and delete the result. |
|- | |- | ||
Line 163: | Line 160: | ||
|- | |- | ||
|| Click on '''Documentation View''' button | || Click on '''Documentation View''' button | ||
− | || Go to the top left of modeling area. | + | || Go to the top left of '''modeling''' area. |
Click on fourth button which is '''Documentation View'''. | Click on fourth button which is '''Documentation View'''. | ||
Line 177: | Line 174: | ||
|- | |- | ||
|| | || | ||
− | || Close '''Documentation''' Browser | + | || Close '''Documentation''' Browser. |
+ | |||
+ | Let me go back to the slides. | ||
|- | |- | ||
Line 192: | Line 191: | ||
− | + | They may not contain '''equations''' | |
|- | |- | ||
Line 206: | Line 205: | ||
|| Let me switch to '''OMEdit''' to demonstrate '''record''' definition. | || Let me switch to '''OMEdit''' to demonstrate '''record''' definition. | ||
+ | Let me shift '''OMEdit''' window to the right. | ||
We will now use the file named '''Color'''. | We will now use the file named '''Color'''. | ||
− | |||
− | |||
|- | |- | ||
|| | || | ||
− | || | + | || To open it in '''Textview''', double-click on '''color''' icon in '''Libraries''' Browser. |
|- | |- | ||
− | || record color | + | || '''record color''' |
− | Real red; | + | '''Real red'''; |
− | Real blue; | + | '''Real blue'''; |
− | Real green; | + | '''Real green'''; |
− | end color; | + | '''end color'''; |
'''Highlight each one of them separately.''' | '''Highlight each one of them separately.''' | ||
− | || This record has three variables '''red''', '''blue''' and '''green'''. | + | || This '''record''' has three variables named '''red''', '''blue''' and '''green'''. |
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
|| Hover over '''Simulate''' | || Hover over '''Simulate''' | ||
− | || You | + | || You may see that '''simulate''' button doesn’t appear in the toolbar. |
− | This | + | This indicates that '''records''' are not meant to be simulated. |
|- | |- | ||
|| | || | ||
− | || | + | || Now let me go back to slides. |
|- | |- | ||
Line 246: | Line 241: | ||
'''Records in annotations''' | '''Records in annotations''' | ||
− | || It is easier to understand annotation elements as records. | + | || It is easier to understand '''annotation''' elements as '''records'''. |
− | For example, '''experiment''' can be considered as a record with '''StartTime''', '''StopTime''', ''' | + | For example, '''experiment''' '''annotation''' can be considered as a '''record''' with '''StartTime''', '''StopTime''', '''Interval''' and '''Tolerance''' as its fields. |
− | Graphical elements can be | + | Graphical elements can be interpreted similarly. |
We will understand more about the interpretation of '''annotations''' as '''records''' when we discuss '''icon and diagram views'''. | We will understand more about the interpretation of '''annotations''' as '''records''' when we discuss '''icon and diagram views'''. | ||
Line 264: | Line 259: | ||
|| Watch the video available at the following link. | || Watch the video available at the following link. | ||
− | It summarises spoken tutorial project. | + | It summarises '''spoken tutorial''' project. |
|- | |- | ||
Line 270: | Line 265: | ||
'''Spoken Tutorial''' Workshops | '''Spoken Tutorial''' Workshops | ||
− | || We conduct workshops using spoken tutorials. | + | || We conduct workshops using '''spoken tutorials''' . |
We give certificates to those who pass an online test. | We give certificates to those who pass an online test. | ||
Line 280: | Line 275: | ||
'''Forum to answer questions''' | '''Forum to answer questions''' | ||
− | || If you have questions from this tutorial, | + | || If you have questions from this spoken tutorial, |
Please visit the following website. | Please visit the following website. |
Revision as of 11:36, 17 March 2016
Visual Cue | Narration |
Slide Number 1
Title Slide |
Welcome to the spoken tutorial on Annotations. |
Slide:
Learning Objectives |
In this tutorial, we are going to learn:
|
Slide:
System Requirements |
To record this tutorial, I am using:
|
Slide:
Prerequisites |
To understand and practice this tutorial, you need knowledge of class definition in Modelica.
Please watch the prerequisite tutorials available on our website. |
Slide:
Annotations |
Annotations can appear at multiple locations in a class.
They may be used to:
|
Slide:
experiment |
In the previous tutorials, we used SimulationSetup button in the toolbar to vary simulation settings.
experiment is a model annotation that may be used to vary the following:
Discussion of Tolerance and Interval are beyond the scope of this tutorial series. |
Slide:
Syntax for experiment |
Shown here is an an example demonstrating the syntax of experiment annotation. |
Now, we shall understand experiment annotation through a class named bouncingBallWithAnnotations.
Let me switch to OMEdit. | |
Please download all the files available on our website.
Let me open the necessary model files for this tutorial. Press Ctrl+O. Go to the appropriate location on your Desktop and select color.mo and bouncingBallWithAnnotations. These files are now open in OMEdit. | |
We will first look into bouncingBallWithAnnotations.
This model is an extension of the bouncingBall model which we discussed in previous tutorials. Please watch the prerequisite tutorials for more information on this model. | |
Double-click on bouncingBallWithAnnotations in Libraries Browser.
Let me shift OMEdit window to the left for better visibility | |
Highlight
// experiment(StartTime=0,StopTime=5) // |
Switch to text view if the class opens in Icon/Diagram View.
The model is now open on Text View. Let me scroll down a little bit. Here, we use the experiment annotation to set startTime to 0 and stopTime to 5 units. experiment annotation serves the same purpose as Simulation Setup toolbox. |
Click on Simulation Setup. | Click on Simulation Setup button in the toolbar.
You can see the same stopTime and startTime fields here. We changed the values of these fields using experiment annotation. Let us simulate the model now. |
Click on Simulate icon. | Click on Simulate button. |
/* Plotting perspective */
Select h in variables browser. |
Select h in variables browser.
Note that the simulation interval is 5 units. This is due to startTime and ‘StopTime fields of experiment annotation. |
Now de-select h and delete the result. | |
Click on Modeling button | Click on Modeling button at bottom right. |
Now, let us learn more about adding documentation to a model using annotations. | |
/* bouncingBallWithAnnotations */
|
The highlighted text appears in Documentation annotation.
Now, let me show an application of Documentation annotation. |
Click on Documentation View button | Go to the top left of modeling area.
Click on fourth button which is Documentation View. |
/* Documentation View */
Highlight // This is a bouncing ball model with annotations // |
You can view the text typed in Documentation annotation in the browser.
This functionality allows us to add useful information for larger models which require documentation. |
Close Documentation Browser.
Let me go back to the slides. | |
Slide:
record |
Record is a specialized class used to define a record data structure
|
Slide:
Example of record |
Shown here is an example record named Person.
It has name and age as its fields. |
Let me switch to OMEdit to demonstrate record definition.
Let me shift OMEdit window to the right. We will now use the file named Color. | |
To open it in Textview, double-click on color icon in Libraries Browser. | |
record color
Real red; Real blue; Real green; end color; Highlight each one of them separately. |
This record has three variables named red, blue and green. |
Hover over Simulate | You may see that simulate button doesn’t appear in the toolbar.
This indicates that records are not meant to be simulated. |
Now let me go back to slides. | |
Slide:
Records in annotations |
It is easier to understand annotation elements as records.
For example, experiment annotation can be considered as a record with StartTime, StopTime, Interval and Tolerance as its fields. Graphical elements can be interpreted similarly. We will understand more about the interpretation of annotations as records when we discuss icon and diagram views. |
This brings us to the end of this tutorial. | |
Slide:
About the Spoken Tutorial project |
Watch the video available at the following link.
It summarises spoken tutorial project. |
Slide:
Spoken Tutorial Workshops |
We conduct workshops using spoken tutorials .
We give certificates to those who pass an online test. Please contact us. |
Slide:
Forum to answer questions |
If you have questions from this spoken tutorial,
Please visit the following website. |
Slide:
Textbook Companion Project |
We coordinate coding of solved examples from popular books.
Please visit the following website. |
Slide:
Lab Migration Project |
We help migrate commercial simulator labs to OpenModelica.
We give honorarium and certificates to those who do this. Please contact us. |
Slide:
Acknowledgements |
Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India |
Slide:
Thanks |
We thank the development team of OpenModelica for their support.
Thank you for joining me in this tutorial. |