WOLFRAM SYSTEM MODELER

InitialStep

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

Wolfram Language

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

Parameters (2)

nIn

Value: 0

Type: Integer

Description: Number of input connections

nOut

Value: 0

Type: Integer

Description: Number of output connections

Outputs (2)

localActive

Type: Boolean

Description: = true, if step is active, otherwise the step is not active

active

Type: Boolean

Description: = true, if step is active, otherwise the step is not active

Connectors (2)

inPort

Type: Step_in[nIn]

Description: Vector of step input connectors

outPort

Type: Step_out[nOut]

Description: Vector of step output connectors

Components (2)

stateGraphRoot

Type: CompositeStepState

Description: Communication channel between CompositeSteps and steps in the CompositeStep

outerStatePort

Type: OuterStatePort

Used in Examples (6)

FirstExample

Modelica.StateGraph.Examples

A first simple StateGraph example

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

ShowExceptions

Modelica.StateGraph.Examples

Example to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels

Used in Components (3)

TankController

Modelica.StateGraph.Examples.Utilities

Controller for tank system

TankController

Modelica.Fluid.Examples.ControlledTankSystem.Utilities

Controller for tank system

Controller

Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses