WOLFRAM SYSTEM MODELER

TransitionWithSignal

Transition where the fire condition is set by a Boolean input signal

Wolfram Language

In[1]:=
SystemModel["Modelica.StateGraph.TransitionWithSignal"]
Out[1]:=

Parameters (2)

enableTimer

Value: false

Type: Boolean

Description: = true, if timer is enabled

waitTime

Value: 0

Type: Time (s)

Description: Wait time before transition fires

Inputs (1)

localCondition

Default Value: condition

Type: Boolean

Description: = true, if transition may fire

Outputs (3)

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

Connectors (3)

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

Used in Examples (4)

FirstExample_Variant2

Modelica.StateGraph.Examples

A variant of the first simple StateGraph example

FirstExample_Variant3

Modelica.StateGraph.Examples

A variant of the first simple StateGraph example

ExecutionPaths

Modelica.StateGraph.Examples

Example to demonstrate parallel and alternative execution paths

ShowCompositeStep

Modelica.StateGraph.Examples

Example to demonstrate parallel activities described by a StateGraph

Used in Components (1)

Controller

Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses