question

Jorge_elias Gz avatar image
0 Likes"
Jorge_elias Gz asked Andrew O commented

Only one operator transport all the items to processors

I build a model where items are stacked in a queue, after that 2 operators should pick items and work independently in their own processors, however the 1st operator is the one who always pick the items for both tables and I try to configure with fixed percentages, round robin, round robin if available. Can someone explain to me what am I doing wrong ?

FlexSim 22.1.3
transportoperator movement
· 2
5 |100000

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

Jorge_elias Gz avatar image Jorge_elias Gz commented ·
0 Likes 0 ·
model-ali.fsm (67.3 KiB)
Andrew O avatar image Andrew O commented ·

Hi @Jorge_elias Gz, was one of Felix Möhlmann's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

You need a dispatcher object to manage job transfers (Tasksequences). You connect you queue instead of operators directly to an dispatcher. You connect the dispatcher with Object Connections (A-Type) to your Operators.

Manual:

https://docs.flexsim.com/en/22.2/WorkingWithTasks/KeyConceptsAboutTaskLogic/KeyConceptsAboutTaskLogic.html

Box: Multi-Resource Dispatching Using a Dispatcher


5 |100000

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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

The 'Send to Port' option only controls where the item is send, not how (or who moves it),

The 'Use Transport' option is used for that and it is currently configured so that the centerobject with rank 1 (R1) will do all transports tasks from the queue.

1659075834689.png

The option has a reference to the port the respective item leaves through. So you can use this to specifiy that the centerobject with the corresponding rank should do the transport task.

1659075995231.png


1659075834689.png (7.6 KiB)
1659075995231.png (7.2 KiB)
5 |100000

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

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.