WOLFRAM SYSTEM MODELER
TransitionWithSignalTransition where the fire condition is set by a Boolean input signal |
SystemModel["Modelica.StateGraph.TransitionWithSignal"]
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 |
---|
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 |
|
condition |
Type: BooleanInput Description: 'input Boolean' as connector |
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.Fluid.Examples.AST_BatchPlant.BaseClasses |