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:

  1. 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.