This information is part of the Modelica Standard Library maintained by the Modelica Association.
Transition
Transition where the fire condition is set by a modification of variable condition
CONNECTORS
| Name | Type | Description | |
|---|---|---|---|
| inPort | Transition_in | Vector of transition input connectors | |
| outPort | Transition_out | Vector of transition output connectors |
PARAMETERS
| Name | Type | Default Value | Description |
|---|---|---|---|
| enableTimer | Boolean | false | = true, if timer is enabled |
| waitTime | Time | 0 | Wait time before transition fires |
USED IN EXAMPLES
| Modelica.StateGraph.Examples.FirstExampleA first simple StateGraph example | |
| Modelica.StateGraph.Examples.FirstExample_Variant2A variant of the first simple StateGraph example | |
| Modelica.StateGraph.Examples.FirstExample_Variant3A variant of the first simple StateGraph example | |
| Modelica.StateGraph.Examples.ExecutionPathsExample to demonstrate parallel and alternative execution paths | |
| Modelica.StateGraph.Examples.ShowCompositeStepExample to demonstrate parallel activities described by a StateGraph | |
| Modelica.StateGraph.Examples.ShowExceptionsExample to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels |
USED IN COMPONENTS
| Modelica.StateGraph.Examples.Utilities.TankControllerController for tank system | |
| Modelica.StateGraph.Examples.Utilities.MakeProductState machine defining the time instants when to fill or empty a tank | |
| Modelica.StateGraph.Examples.Utilities.CompositeStepState machine demonstrating a composite step (used in StateGraph.Examples.ShowCompositeStep) | |
| Modelica.StateGraph.Examples.Utilities.CompositeStep1Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) | |
| Modelica.StateGraph.Examples.Utilities.CompositeStep2Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
