ShowExceptions

Example to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels

Diagram

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

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 (8)

compositeStep

Type: CompositeStep1

initialStep

Type: InitialStep

transition1

Type: Transition

transition2

Type: Transition

transition3

Type: Transition

step1

Type: Step

transition4

Type: Transition

stateGraphRoot

Type: StateGraphRoot