question

Steven C7 avatar image
0 Likes"
Steven C7 asked Steven C7 commented

Multiple pick operators

Hello,

In my model, I have a processor that is able to process two items at a time, but requires two different operators to process them. When I click the box to use operator(s) for process (pick-operator.jpg), and click apply, I receive an error message indicating that I need to create several processor objects and give each a max content of 1 to simulate this situation (error.jpg).

In this case, does FlexSim not have the ability to have multiple resources working at the same activity, so that it requires parallel workflow to model this?

Thank you!

multiple-operators.fsm

FlexSim 19.2.2
operatorprocessor
pick-operator.jpg (61.3 KiB)
error.jpg (25.0 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.

1 Answer

·
Braydn T avatar image
0 Likes"
Braydn T answered Steven C7 commented

@Steven C7

The reason this is happening is you are referencing only one operator, who you are then telling to do 2 things at once.

To do this, use process flow, with a group of operators and a resource pointing to that group, or use a dispatcher.

· 3
5 |100000

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

Steven C7 avatar image Steven C7 commented ·

@Braydn T

I attempted to use a dispatcher to delegate tasks. However, if the number of operators is 1, then that one operator would process 2 items in the processor at a time, and if the number of operators is 2, then both operators process the first item together. How do I ensure that only one operator is processing one item at a time using dispatcher?

multiple-operators.fsm

0 Likes 0 ·
Braydn T avatar image Braydn T Steven C7 commented ·

You will have to use process flow to simulate this.

0 Likes 0 ·
Steven C7 avatar image Steven C7 Braydn T commented ·

Issue resolved using process flow.

Thanks @Braydn T!

0 Likes 0 ·

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.