Defining the Data Flow

In a sequence, operations are executed in a defined order. You must therefore link the operations to create the data flow. Information is transferred from an operation to the other through links.


Before you begin: You must have created Operations.
See Also
About Operations
Assigning Operations to Types
  1. Expand the Launch panel Variables node.
    1. Right-click SkateL, select SkateL object > Link and click the SkateLength attribute located below the Skate Attributes node.
      The attribute and the variable are now linked, a link appears next to the linked object.
    2. Right-click SkateW, select SkateW object > Link and click the SkateWidth attribute located below the Skate Attributes node.
    3. Right-click TargetMass, select TargetMass object > Link and click the TargetMass attribute located below the Skate Attributes node.
  2. Expand the SynchronizeParameters Variables node.
    1. Right-click the FromLink variable, select FromLink Object > Link and click the Usage variable located below the Launch panel Variables node.
    2. Right-click the ToLink variable, select ToLink Object > Link and click the Usage variable located below the Skate type attributes node.

The data flow is created.

Note: You can also link operations using their interfaces.