WOLFRAM SYSTEM MODELER
TransitionTransition where the fire condition is set by a modification of variable condition |
SystemModel["Modelica.StateGraph.Transition"]
enableTimer |
Value: false Type: Boolean Description: = true, if timer is enabled |
---|---|
waitTime |
Value: 0 Type: Time (s) Description: Wait time before transition fires |
localCondition |
Default Value: condition Type: Boolean Description: = true, if transition may fire |
---|---|
condition |
Default Value: true Type: Boolean Description: = true, if transition may fire (time varying expression) |
t |
Type: Time (s) Description: Actual waiting time (transition will fire when t > waitTime) |
---|---|
enableFire |
Type: Boolean Description: = true, if all firing conditions are true |
fire |
Type: Boolean Description: = true, if transition fires |
inPort |
Type: Transition_in Description: Vector of transition input connectors |
|
---|---|---|
outPort |
Type: Transition_out Description: Vector of transition output connectors |
Modelica.StateGraph.Examples A first simple StateGraph example |
|
Modelica.StateGraph.Examples A variant of the first simple StateGraph example |
|
Modelica.StateGraph.Examples A variant of the first simple StateGraph example |
|
Modelica.StateGraph.Examples Example to demonstrate parallel and alternative execution paths |
|
Modelica.StateGraph.Examples Example to demonstrate parallel activities described by a StateGraph |
|
Modelica.StateGraph.Examples Example to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels |
Modelica.StateGraph.Examples.Utilities Controller for tank system |
|
Modelica.StateGraph.Examples.Utilities State machine defining the time instants when to fill or empty a tank |
|
Modelica.StateGraph.Examples.Utilities State machine demonstrating a composite step (used in StateGraph.Examples.ShowCompositeStep) |
|
Modelica.StateGraph.Examples.Utilities Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
|
Modelica.StateGraph.Examples.Utilities Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
|
Modelica.Fluid.Examples.ControlledTankSystem.Utilities Controller for tank system |
|
Modelica.Fluid.Examples.ControlledTankSystem.Utilities Normal operation of tank system (button start pressed) |
|
Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses |