Model 6 - Concepts
TaskSequence Priority
Global Variables
Purpose
Learn how to use an Operator to both carry and process flowitems
Description
Parts arrive at a queue every 20 seconds exponentially distributed and need to be carried by the operator to one of 3 machines, whichever is first available.
The operator needs to setup the part which takes 10 seconds.
The part will then process for 20 seconds on its own.
When the part finishes, it will leave the system.
One operator will run all three machines.
Questions & Bonus
See if you can get the operator to stay for setup once he has carried the product to the machine.
Can you create the same model without center port connections?