How to priorize the tasks of an operator?

How to priorize the tasks of an operator?

jonmaraf1VAKNE
Contributor Contributor
1,937 Views
7 Replies
Message 1 of 8

How to priorize the tasks of an operator?

jonmaraf1VAKNE
Contributor
Contributor

[ FlexSim 21.1.5 ]

Hello Everyone!

In my model, the operator "pintor" do the process, and control the crane for move the blue, white, green and orange flowitens... for the gray flowitem, the operator "pintor" do the process , but the another operator "ajudante" move these flowitens.

My problem: I think that the operator "pintor" is confliting when he is call to the process and to the load and unload with the crane. in this case, my model locks. this was my check about the model, i don't now if has another problem.

if I need to categorize the tasks, the "pintor" needs first work in the process, after for unload e for last, load.Modelo completo.fsm


Accepted solutions (1)
1,938 Views
7 Replies
Replies (7)
Message 2 of 8

carter-walch
Not applicable

Hi @Rafael de Assis ,

It seems like the 3D routing is pulling the operator "pintor" away from the processor "pintura" before the process is finished. This left a token that wasn't linked to an item so it was stuck in waiting for the process to finish:
1687218102716.png

In your process flow, the pintor is acquired so in theory he should wait to be released before moving to another task, but the 3D routing moves him to "buffer de saida" queue prematurely. You can increase priority of tasks in the 3D model by increasing the Priority number (higher number means the task is more important).
1687218390051.png

Additionally, the "secagem" processor is sending flow items using "port by case" but your process flow is also moving items from the same processor. I would try unifying the logic in the 3D model and process flow and change the priority of tasks in the processors to try to fix this.

I'll attach my version of your model I was working on

modelo-completo.fsm

0 Likes
Message 3 of 8

gustavo_teodoroD8NVF
Advocate
Advocate
Accepted solution

I have unified your logic using only process flow.
First, I removed the conditions in the 3D processor ("Pintura") and made the logic in the red block as shown below. I had to use a Zone to limit only one item each time and Move object to send it to "Secagem" station.

pintura-station.jpg


Moreover, I have change the logic to move object from "Queue1" to "Pintura" Station using the process flow. Using process flow and the new logics the Operators can be prioritaze.


move-objects.jpg

The model is attached.
modelo-completo.fsm

Message 4 of 8

jonmaraf1VAKNE
Contributor
Contributor
Mr. Gustavo, hello

Now, nothing works! I checked process flow and 3D condition.

it would be important to me that the 3D condition works!

0 Likes
Message 5 of 8

gustavo_teodoroD8NVF
Advocate
Advocate
Could you post the file that it is not working?
0 Likes
Message 6 of 8

jonmaraf1VAKNE
Contributor
Contributor
0 Likes
Message 7 of 8

gustavo_teodoroD8NVF
Advocate
Advocate

I ran the model, and at 10:35, the first box arrived, and the operator started working. I have attached a screenshot of the model's screen. If you have any further questions, please feel free to reach out to us.

model-screenshot.png

0 Likes
Message 8 of 8

carter-walch
Not applicable

Hi @Rafael de Assis, was Gustavo Teodoro's answer helpful? If so, please click the "Accept" button at the bottom of 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 comment back to reopen your question.

0 Likes