question

bcallaghan avatar image
0 Likes"
bcallaghan asked bcallaghan commented

Dedicated Operator at Processor

How do I dedicate a unique operator to each processor? Each operator will retrieve their own unit from the queue, bring it to their individually designated processor, and then deliver it to the queue. They will then continually loop this path. Currently, only one operator is delivering all of the units to each bench, despite my Node Network being correct. Thanks


FlexSim 21.2.4
processordedicated processoroperator designation
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered bcallaghan commented

Add a label to the processor called "dedicatedOperator" pointing to the operator (pointer type and set using the sampler)

In the upstream object, for the transport dispatcher field use:

destination.dedicatedOperator
· 10
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

bcallaghan avatar image bcallaghan commented ·
Thanks Jason. I was able to use the pointer to designate the operator to only deliver from input queue to workstation (processor1), and then on to output queue area. However, even with a distinct walkpath using nodes, the second operator at workstation2( processor2) is not doing anything. Thoughts on the possible issue?
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ bcallaghan commented ·
Could you post the model for us to take a look? Make the post private if necessary - thanks.
0 Likes 0 ·
bcallaghan avatar image bcallaghan Jason Lightfoot ♦ commented ·

1697472706045.png

^Here it is. Each operator is responsible for their own workstation. They retrieve part box from queue rack, work on it at their workstation, then deliver it to the outbay sink once finished. They then grab another new unit to work on, looping etc.

0 Likes 0 ·
1697472706045.png (176.5 KiB)
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.