packageWrongStateGraphs
Examples demonstrating wrong Modelica_StateGraph2s and the error messages that appear in such cases
Contents
| Name | Description |
|---|---|
| A wrong Modelica_StateGraph2 that has an infinite loop (translates with an error) | |
| Several loops that have wrongly only one delayed transition in one of the loops, but not in all | |
| A wrong Modelica_StateGraph2 with infinite looping of a composite step (translates with an error) | |
| A wrong Modelica_StateGraph2 to demonstrate parallel execution paths with infinite looping ((translates with an error)) | |
| An initial step is missing | |
| Autonomous parallel with suspend/resume (either the parallel should have initialStep= true or an initial step is missing in the resume branch) | |
| A wrong Modelica_StateGraph2 that has two initial steps (gives an error during initialization) | |
| Wrong Modelica_StateGraph2 with two initial steps | |
| Wrong Modelica_StateGraph2 that branches out of the parallel step (gives error during initialization) | |
| Wrong Modelica_StateGraph2 where not all parallel paths are synchronized (gives translation error) | |
| Wrong Modelica_StateGraph2 where not all parallel paths are synchronized (gives translation error) | |
| 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) | |
| Wrong Modelica_StateGraph2 where an initial step is placed in a parallel (gives translation error) | |
| Two steps are wrongly connected to the same outPort of a transition | |
| Two steps are wrongly connected to one element of an entry port |