Multiple pick operators

Multiple pick operators

chuoTV3H9
Participant Participant
259 Views
4 Replies
Message 1 of 5

Multiple pick operators

chuoTV3H9
Participant
Participant

[ FlexSim 19.2.2 ]

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

0 Likes
Accepted solutions (1)
260 Views
4 Replies
Replies (4)
Message 2 of 5

braydn_t
Not applicable
Accepted solution

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

0 Likes
Message 3 of 5

chuoTV3H9
Participant
Participant

@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
Message 4 of 5

braydn_t
Not applicable

You will have to use process flow to simulate this.

0 Likes
Message 5 of 5

chuoTV3H9
Participant
Participant

Issue resolved using process flow.

Thanks @Braydn T!

0 Likes