SinelaboreRT Header Logo

SinelaboreRT

As simple as possible, but not any simpler!

User Tools

Site Tools


Action disabled: source
wiki:news:07nov2012

New Version 3.0

Generate code from state machines with regions

In state diagrams usually only one state is active at a time. In UML state diagrams regions also allow to model concurrency - i.e. more than one state is active at a time (AND states).

A UML state may be divided into regions. Each region contains sub-states. Regions are executed in parallel. You can think of regions as independent state machines displayed in one diagram. The state machine below (Fig. 1) shows several regions each running in parallel in the state Active. Dashed lines are used to divide a state into regions.

Consider a microwave oven. The power setting, light and microwave radiator are be considered as independent (concurrent) parts of the oven, each with its own states. The door and timer as the main external trigger are used in the regions to trigger state transitions. For example the radiator is switched on if the door gets closed and the timer is > zero.

As you can see multiple concurrent regions can be used to explicitly visualize different parts of a device. And all the states in the one diagram.

The model and the generated code thereof is provided in the examples folder of the current release.

 Oven model with regions Figure 1a: State machine model of a microwave oven using regions (created with UModel).

UML tool Modelio supported

Modelio is an open source modeling environment based on Eclipse and providing high quality UML modeling capabilities. Commercial support is available too. The following figures show state diagrams created with Modelio. The tool runs on Linux and Windows.

Model with parallel regions.

Model with a sub-machine in state S2.

Supported state diagram features:

  • Hierarchical states
  • Regions (CX language backend only)
  • Sub-machines in a top level state
  • (Signal-)Events with event name, guard and action
  • Initial and final pseudo-states
  • History states
  • Choices

For a quick start download the latest release version and import the microwave oven into your Modelio workspace.

This new version is free for users who bought their license within the last two years.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies

Leave your comments

, 2013/01/07 18:03

Fixed with Version 3.1

, 2012/12/11 21:38

Hello Max,

yes and no. You can generate C++ code with regions in it. But it does not copy the instance data yet. See section 6.2 in the manual.

, 2012/12/11 00:57

Does the CX language support for regions include C++?

wiki/news/07nov2012.txt · Last modified: 2013/01/29 18:09 by pmueller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki