modelShowExceptions
Example to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
CompositeStep "compositeStep" is a hierarchical StateGraph consisting of two other subgraphs. Whenever component "compositeStep" is suspended, all steps with in "compositeStep" are deactivated. By entering "compositeStep" via its "resume" port, all steps within "compositeStep" are activated according to their setting before leaving the "compositeStep" via its "suspend" port.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Utilities.CompositeStep1 | compositeStep | ||
| InitialStep | initialStep | ||
| Transition | transition1 | ||
| Transition | transition2 | ||
| Transition | transition3 | ||
| Step | step1 | ||
| Transition | transition4 | ||
| StateGraphRoot | stateGraphRoot |