question

Tomas A avatar image
0 Likes"
Tomas A asked Joshua S commented

Problem with process flow 2

Hello,

2op-outro-metodo.fsm

I want the Queue "entrada" to have a limit of 3 cylinders. How can I get that through process flow?

Other detail is that the loading and unloading at the MQL1 and MQL2 must be done 3 by 3 and not the 6 at a time.

Thank you very much!

Tomás Álvaro

FlexSim 19.0.0
process flowqueue limit
2op-outro-metodo.fsm (194.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.

1 Answer

·
José Antonio MD avatar image
0 Likes"
José Antonio MD answered Joshua S commented

Hello @Tomas A,

I attached a model with the solutions.

For the capacity of the queue "Entrada" I used a zone that limits the quantity to 1 and checks if there are already items in the queue (the batch quantity is also 3).

For your second question I added a second loop. Before you did: {Load: 6, Unload: 6}, now it's done: { {Load: 3, Unload: 3}, {Load: 3, Unload: 3}}.

I hope I've been helpful.

sol-17154-2op-outro-metodo.fsm


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

Tomas A avatar image Tomas A commented ·

Thank you very much @José Antonio MD!

Just one last detail. The loads and unloads regarding the MQL1 are made in a different coordinate. I've try to use barriers to solve it but something there is something wrong with it.

Thanks in advance

0 Likes 0 ·
Joshua S avatar image Joshua S Tomas A commented ·

I suggest adding a network node point somewhere near the MQL1 where it will be used only as a reference load and unload position. Then anywhere in your model where it is going to load or unload from the MQL1, use a travel to activity that tells the operator to move to the network node, then use a move object activity to load and unload. Load and unload activities are really just comprised of these 2 activities.

0 Likes 0 ·

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.