WOLFRAM SYSTEM MODELER

FirstExample_Variant2

A variant of the first simple StateGraph example

Diagram

Wolfram Language

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

Components (7)

initialStep

Type: InitialStep

Description: Initial step (= step that is active when simulation starts)

transition1

Type: Transition

Description: Transition where the fire condition is set by a modification of variable condition

step

Type: StepWithSignal

Description: Ordinary step (= step that is not active when simulation starts). Connector 'active' is true when the step is active

transition2

Type: TransitionWithSignal

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

timer

Type: Timer

Description: Timer measuring the time from the time instant where the Boolean input became true

greaterEqual

Type: GreaterEqualThreshold

Description: Output y is true, if input u is greater or equal than threshold

stateGraphRoot

Type: StateGraphRoot

Description: Root of a StateGraph (has to be present on the highest level of a StateGraph)