There are a few things that I want to accomplish.
- Move box item from one queue to another based on the global table destination.
- Processor looks up setup and process time from the global table values.
- The number of boxes by product types in the sources can be updated to different quantities.
- The number of processors connected to the queue can be different quantities.
There are some issues that I encountered:
1.The token is not reading the destination from global table correctly. How to enable a "drop sample icon" so I can pick the queue that I want?
2. The operator1 is picking up the box item while processor is running and not completed yet.
3. Queue 1 send 2 box items to Processor 1 and Processor 2 but only one box is move to the next destination.