WOLFRAM SYSTEM MODELER

Parallel

Parallel splitting of execution path (use component between two transitions)

Wolfram Language

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

Parameters (1)

nBranches

Value: 2

Type: Integer

Description: Number of parallel branches that are executed in parallel

Connectors (4)

inPort

Type: Step_in

Description: Input port of a step

outPort

Type: Step_out

Description: Output port of a step

join

Type: Transition_in_forParallel[nBranches]

Description: Input port of a transition (has special icon for usage in component 'Parallel')

split

Type: Transition_out_forParallel[nBranches]

Description: Output port of a transition (has special icon for usage in component 'Parallel')

Used in Examples (2)

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