How can I indicate to operator to work only on a specific process?

How can I indicate to operator to work only on a specific process?

juan_jose_m2
Not applicable
13 Views
4 Replies
Message 1 of 5

How can I indicate to operator to work only on a specific process?

juan_jose_m2
Not applicable

[ FlexSim 20.2.0 ]

Hello,

I have a model with 5 processes, each of them have a specific color box (green, white, orange, red and yellow). I have 1 operator assigned for each process, so the green operator should take the green box from the queue, then take it to the specific process for the green box. Then the white operator should take the white box from the same queue and then execute the specific process for that box and then the same with all colors. The thing is that sometimes the green operator goes an takes the yellow box and take it to the yellow process. So how can I indicate to the green operator to only execute tasks for the green boxes and the green process?

Below you can see the model I created.

Simulacion del proyecto (modelo inicial).fsm

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

juan_jose_m2
Not applicable

Attaching a better view with the colored processes


Simulacion del proyecto (modelo inicial).fsm

0 Likes
Message 3 of 5

julio_r
Not applicable
Accepted solution

Hello Juan Jose,

The easiest way to accomplish this is by not using a dispatcher. A dispatcher is used when we have more than 1 operator doing the same task, but in this case we can imagine like the task is not exactly the same (since the item Type and destination is different).

simulacion-del-proyecto-modelo-inicial_propuesta.fsm

To achieve this, in the example that i am sending you I have remove the dispatcher and I have use a center connection directly between the queue and each operator. Then, I went to the Output section and selected the option "Center Port By Case" in the use transport option. After that, I just did something similar to your option to choose the destination of the item based on item Type.

34550-1606259793686.png34558-1606259914423.png

Therre are more ways to accoplish this, but I beliieve this is the fastest.

0 Likes
Message 4 of 5

Ben_WilsonADSK
Community Manager
Community Manager

Hi @Juan Jose M2, was Julio R's answer helpful? If so, please click the red "Accept" button on their answer. 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
Message 5 of 5

juan_jose_m2
Not applicable

Thank you so much, I think this will be very helpful

0 Likes