question

Rafael de Assis avatar image
1 Like"
Rafael de Assis asked Carter Walch commented

How to priorize the tasks of an operator?

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


FlexSim 21.1.5
task sequenceprioritylock
modelo-completo.fsm (150.8 KiB)
· 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.

1 Answer

Gustavo Teodoro avatar image
1 Like"
Gustavo Teodoro answered Gustavo Teodoro commented

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


move-objects.jpg (64.9 KiB)
pintura-station.jpg (83.2 KiB)
modelo-completo.fsm (149.9 KiB)
· 4
5 |100000

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