Modelica_StateGraph2.Examples.WrongStateGraphs

Examples demonstrating wrong Modelica_StateGraph2s and the error messages that appear in such cases

Package Content

NameDescription
Modelica_StateGraph2.Examples.WrongStateGraphs.SimpleInfiniteLoop SimpleInfiniteLoop A wrong Modelica_StateGraph2 that has an infinite loop (translates with an error)
Modelica_StateGraph2.Examples.WrongStateGraphs.SeveralInfiniteLoops SeveralInfiniteLoops Several loops that have wrongly only one delayed transition in one of the loops, but not in all
Modelica_StateGraph2.Examples.WrongStateGraphs.InfiniteLoop InfiniteLoop A wrong Modelica_StateGraph2 with infinite looping of a composite step (translates with an error)
Modelica_StateGraph2.Examples.WrongStateGraphs.ParallelWithInfiniteLoop ParallelWithInfiniteLoop A wrong Modelica_StateGraph2 to demonstrate parallel execution paths with infinite looping ((translates with an error))
Modelica_StateGraph2.Examples.WrongStateGraphs.NoInitialStep NoInitialStep An initial step is missing
Modelica_StateGraph2.Examples.WrongStateGraphs.AutonomousWithSuspendAndNoInitialStep AutonomousWithSuspendAndNoInitialStep Autonomous parallel with suspend/resume (either the parallel should have initialStep= true or an initial step is missing in the resume branch)
Modelica_StateGraph2.Examples.WrongStateGraphs.TwoInitialSteps TwoInitialSteps A wrong Modelica_StateGraph2 that has two initial steps (gives an error during initialization)
Modelica_StateGraph2.Examples.WrongStateGraphs.ParallelWithTwoInitialSteps ParallelWithTwoInitialSteps Wrong Modelica_StateGraph2 with two initial steps
Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel1 UnsafeParallel1 Wrong Modelica_StateGraph2 that branches out of the parallel step (gives error during initialization)
Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel2 UnsafeParallel2 Wrong Modelica_StateGraph2 where not all parallel paths are synchronized (gives translation error)
Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel3 UnsafeParallel3 Wrong Modelica_StateGraph2 where not all parallel paths are synchronized (gives translation error)
Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel4 UnsafeParallel4 Wrong Modelica_StateGraph2 where not all parallel paths are synchronized and a wrong initial step is added to compensate for this (gives an error during initialization)
Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel5 UnsafeParallel5 Wrong Modelica_StateGraph2 where an initial step is placed in a parallel (gives translation error)
Modelica_StateGraph2.Examples.WrongStateGraphs.NoUnaryConnection1 NoUnaryConnection1 Two steps are wrongly connected to the same outPort of a transition
Modelica_StateGraph2.Examples.WrongStateGraphs.NoUnaryConnection2 NoUnaryConnection2 Two steps are wrongly connected to one element of an entry port

Modelica_StateGraph2.Examples.WrongStateGraphs.SimpleInfiniteLoop Modelica_StateGraph2.Examples.WrongStateGraphs.SimpleInfiniteLoop

A wrong Modelica_StateGraph2 that has an infinite loop (translates with an error)

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.SeveralInfiniteLoops Modelica_StateGraph2.Examples.WrongStateGraphs.SeveralInfiniteLoops

Several loops that have wrongly only one delayed transition in one of the loops, but not in all

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.InfiniteLoop Modelica_StateGraph2.Examples.WrongStateGraphs.InfiniteLoop

A wrong Modelica_StateGraph2 with infinite looping of a composite step (translates with an error)

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.ParallelWithInfiniteLoop Modelica_StateGraph2.Examples.WrongStateGraphs.ParallelWithInfiniteLoop

A wrong Modelica_StateGraph2 to demonstrate parallel execution paths with infinite looping ((translates with an error))

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.NoInitialStep Modelica_StateGraph2.Examples.WrongStateGraphs.NoInitialStep

An initial step is missing

Information



Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.AutonomousWithSuspendAndNoInitialStep Modelica_StateGraph2.Examples.WrongStateGraphs.AutonomousWithSuspendAndNoInitialStep

Autonomous parallel with suspend/resume (either the parallel should have initialStep= true or an initial step is missing in the resume branch)

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.TwoInitialSteps Modelica_StateGraph2.Examples.WrongStateGraphs.TwoInitialSteps

A wrong Modelica_StateGraph2 that has two initial steps (gives an error during initialization)

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.ParallelWithTwoInitialSteps Modelica_StateGraph2.Examples.WrongStateGraphs.ParallelWithTwoInitialSteps

Wrong Modelica_StateGraph2 with two initial steps

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel1 Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel1

Wrong Modelica_StateGraph2 that branches out of the parallel step (gives error during initialization)

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel2 Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel2

Wrong Modelica_StateGraph2 where not all parallel paths are synchronized (gives translation error)

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel3 Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel3

Wrong Modelica_StateGraph2 where not all parallel paths are synchronized (gives translation error)

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel4 Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel4

Wrong Modelica_StateGraph2 where not all parallel paths are synchronized and a wrong initial step is added to compensate for this (gives an error during initialization)

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel5 Modelica_StateGraph2.Examples.WrongStateGraphs.UnsafeParallel5

Wrong Modelica_StateGraph2 where an initial step is placed in a parallel (gives translation error)

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.NoUnaryConnection1 Modelica_StateGraph2.Examples.WrongStateGraphs.NoUnaryConnection1

Two steps are wrongly connected to the same outPort of a transition

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica_StateGraph2.Examples.WrongStateGraphs.NoUnaryConnection2 Modelica_StateGraph2.Examples.WrongStateGraphs.NoUnaryConnection2

Two steps are wrongly connected to one element of an entry port

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).
Automatically generated Tue Oct 01 16:04:22 2013.