This tutorial will help you modify a process to send objects to a series of downstream processes based on which downstream process is least busy.
- Open the flow properties and click on the
object creation option. Add a new object called Part1. The
object part1 will be displayed in the default image "Blue Box"
of Simcad Pro
- Create a start process and open the Object
Creation option. Select the single object creation, then select
Part1 as the object to create.
- Create a generic processes, called Least busy selection
- Set the process routings to next
process selection.
- In the Next Process Selection
interface, click on “Select least busy process”
- Create 2 additional processes, process1
and process 2. Set their timings to be 5 to 10 on process1, and
2 to 12 on process 2.
- Create an End process to signal the end
of the flow
- Connect the processes with connection line as follows;
-
Start to Least
busy selection;
-
Process1 to End;
-
Process2 to End;
-
Least busy
selection to process1;
-
Least busy
selection to process2;
|