SinelaboreRT Header Logo

SinelaboreRT

As simple as possible, but not any simpler!

User Tools

Site Tools


wiki:news:26feb2013

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:news:26feb2013 [2013/02/26 20:40] pmuellerwiki:news:26feb2013 [2013/03/01 20:13] (current) – [Screenshots of the Simulator using Regions] pmueller
Line 1: Line 1:
 ====== Screenshots of the Simulator using Regions ====== ====== Screenshots of the Simulator using Regions ======
  
-The following screenshots show the simulator simulating the microwave oven example as available in the examples folder. States marked in red are active at the moment. Transitions marked in blue can be triggered from the active states. The output window shows the executed code (i.e. the entry/do/exit code you added to the state diagram). The simulator has to be called the following way (if in the ''microwave_ea9_using_regions_c'' folder):+The following screenshots show the simulator simulating the microwave oven example as available in the examples folder. States marked in red are active at the moment. Transitions marked in blue can be triggered from the active states. The output window shows the executed code (i.e. the entry/do/exit code you added to the state diagram). The simulator has to be called as shown below. I assume your shell prompt is located in the ''microwave_ea9_using_regions_c'' folder. Make sure you have ''Graphviz'' installed and in ''codegen.cfg'' configuration file the correct path to the ''dot.exe'' is set (e.g. ''DotPath="C:\\Program Files\\Graphviz2.22\\bin\\dot.exe"'' for Windows or ''DotPath=/usr/local/bin/dot'' if you are on OS X)
  
 <code bash> <code bash>
-java -jar ../../bin/codegen.jar -E -p EA -t "Model:implementation:oven" -o oven  oven.xml+java -Djava.ext.dirs=../../bin/ -jar ../../bin/codegen.jar -E -p EA -t "Model:implementation:oven" -o oven  oven.xml
  
 </code> </code>
- 
 ===== After startup and reset of the simulation ===== ===== After startup and reset of the simulation =====
  
wiki/news/26feb2013.txt · Last modified: 2013/03/01 20:13 by pmueller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki