This tutorial will help you modify a process to route objects to
downstream processes based on object type.
- Every process within Simcad Pro (Except
for End, and Jump Processes) can route objects based on their
type. Start by defining 2 separate objects a Part1 and Par2 in
the flow properties of the model.
- Create a start process and define its
object creation to be based on a distribution of part1 and
part2
- Create 2 generic processes; the first one
called process1; the second called "for Part2 only".
- Create an , end process to signal the end
of the flow
- Connect the processes in the following
order;
-
Start to Process1;
-
Process1 to "For
part2 only";
-
Process1 to End;
-
For Part2 Only to end
- Double click on Process1 to open its
properties.
-
In the routings
section, select line 2, Object routings.
-
Click on the
object routings button.
-
In the displayed
interface, click on line 2, column 1 and select Part1 from the
list.
-
In the 3rd column
of line 2, click to drop the process list and select End.
-
Repeat the
operation for part2, but select its destination to "For Part2
Only"
- Close the properties and run the
simulation. Part2 will be routed to For Part2 only, while part1
will be routed to the End process
|