Fork

Parent Previous Next

Behavior / Fork
Block Name: Fork

Code File Location: VisualSim/actor/lib/logic/Connect_EIO

Block Overview

  o  Control the execution order of two concurrent flows. 

Description

The Fork block takes the incoming Data Structure and places a copy first on 'output' port and next on 'output2' without any delay between the outputs. This block is used to order the execution of different paths originating at a single point in the model.  The output tokens or data structures are copies of the input that are placed on each port in order.

Refer Fork Demo Model.


Port

Explanation

Type

Input

Input port contains the Data Structure.

Unknown

output

Output port 1, type same as input and the copy is sent out first on this port.

Unknown

output2

Output port 2, type same as input and the copy is sent out second on this port.

Unknown





 

Created with the Personal Edition of HelpNDoc: Free Web Help generator