question

Rafael de Assis avatar image
0 Likes"
Rafael de Assis asked Jeanette F answered

How Can I schedule two taskexecuters for to collect flowitems in the same queue?

Hello Everybody

in my simulation, I need that the taskexecuter "transporte 1" take the flowitems (5, 22, 320, 4100) in the queue "Buffer de saída" each 2 hours and leave the flowitens on the queue "Buffer de expedição". it doesn't matter if the task executer have capacity for to carry every flowitens processed, it carry only your capacity. And I need too, that the taskexecuter "transporte 2" take de flowitem (1) in the same queue "Buffer de saída" each 2 hours and leave this flowitens on the queue "buffer linha de motores". I have attached the file with which i have until now!

Modelo Avançado V16.fsm

another question is. How do I centralize the crane in moment "zero"? (figure "Crane")

crane.jpg

I tryed some ways, but I not got to do.


Thanks

FlexSim 21.1.5
scheduletaskexecuter flowitem
crane.jpg (73.1 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.

viviane-b avatar image
1 Like"
viviane-b answered

Hello, @Rafael de Assis ,

For your problem of scheduling two task executers, it can be solved by creating a task sequence for each transporter.

Using a Schedulo Source, you can set it to be sent every 2 hours, then create a task sequence and travel to the "Buffer de saída". Considering you are pushing the flowitems into a list, you can pull from list, choosing what type of items you want for each transporter, then create a Decide to load to the transporter's capacity or travel back to the final queue and again unloading with a Decide. For the Decide activity, I created a counter label to verify if all items were loaded or unloaded.

transporterprocessflow.png

In the model attached, the transporter leaves the queue if no item of the type is there, if you want the transporter to wait until an item is available, change the field Require Number on the Pull from list task.

pull-from-list.pngmodelo-avancado-v16_transporter_processflow.fsm


5 |100000

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

Jeanette F avatar image
0 Likes"
Jeanette F answered

Hello @Rafael de Assis,

From what I have gathered you want to queue to release 24 items (capacity of the queue) to be stowed away by the transporters but the items are sent to specific queues based on their Type label.

I added that the queue performs batching, so the items are released once a capacity of 24 is achieved. I added by case options to the port and transport so the items are sent based off of their Type label

1685815777802.png


modelo-avancado-v16_JF.fsm


5 |100000

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

Jacob W2 avatar image
0 Likes"
Jacob W2 answered Rafael de Assis commented

Hi @Rafael de Assis,

To solve your first question I recommend using a dispatcher as it can handle multiple operators working the same machine.

https://docs.flexsim.com/en/22.2/Reference/3DObjects/TaskExecuters/Dispatcher/Dispatcher.html#page-header

To get the crane to be centered, you will need to adjust the X, Y, and Z values in the crane properties as shown in the image I am attaching.

crane-control.png


crane-control.png (39.8 KiB)
· 5
5 |100000

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

Rafael de Assis avatar image Rafael de Assis commented ·

Hello Mr. Jacob!


About the crane adjuste, I can solve with your help.

As for the dispacher, coul you be more specific? I tried to solve it in the dispacher settings, but i wasn't a able to.

thank you!

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Rafael de Assis commented ·
Hello @Rafael de Assis, Do you want the transporters to only pick up the items every two hours? So the first time they move to pick up items will be 7:30 correct? Then when are they supposed to stop? Is it when the queue is empty? Then do they repeat the two hour wait?
0 Likes 0 ·
Rafael de Assis avatar image Rafael de Assis Jeanette F ♦♦ commented ·

Hello Janete,

Yes, i wish tha transporter pickup the itens each two hours

For me doens't matter if the first pickup will be at 7:30, but the gap between pickup must to be each 2 hours. but we can assume that the first one is at 7:30.

The company have 2 shifts, 10 hours each. the transport rest only between 1:30 until 5:30.

the management of these transport is my job now...doesn't have rules about theses transport. Actually, the transport ocorrs only when the queue is full... average 2 hours.I will insert in future the AGV... but now, I have been tryed to simulate the actual condition.


0 Likes 0 ·
Show more comments

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.