question

Cinthya Rashell VR avatar image
0 Likes"
Cinthya Rashell VR asked Ben Wilson edited

Flexsim item.type in queue

camioes pequeños.fsm

Hello, I want to ask a question. In the following model I want to put together, in the queue before entering each dock(Muelle1) (Muelle2), the same types of item. For example, in FilaEmbutidos_Pedidos, FilaCongelados_Pedidos, FilaFrescos_Pedidos and FilaFormados_Pedidos in Queue 11 item.Pedidos 1,2,3,4,5,6..... If someone can help me please.
FlexSim 20.2.3
queueflexsim 20.2.3item.type
camioes-pequenos.fsm (171.3 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.

Bruno Ricardo BM avatar image Bruno Ricardo BM commented ·

Hello Cinthya,

What I understood is that you want to put product in queue 11 of the same type and until it releases accept another type of product or rather you want to do that in the combiner (CargaMuelle1).

Tell me if this is what you want to do.

Saludos!

0 Likes 0 ·
Cinthya Rashell VR avatar image Cinthya Rashell VR Bruno Ricardo BM commented ·

I want to put the same item.Pedidos en queue 11 and 14 in order. For example, item.type (value 1) in queue 11 then item.type (value 2) in queue 14 then item.type (value 3) in queue 11 but i have the same item.Pedidos values in the four queue.

Sequence:

Queue11: 1,3,5,7,9,11,13

Queue14: 2,4,8,10,12,14

I want to join the samen item.pedidos values en queue 11 and queue14

0 Likes 0 ·
Cinthya Rashell VR avatar image Cinthya Rashell VR Bruno Ricardo BM commented ·

I want to combine those products in queue 11 and 14 for each item.Pedidos (value 1,2,3,4....)

0 Likes 0 ·
Ben Wilson avatar image Ben Wilson ♦♦ commented ·


Hi @Cinthya Rashell VR, was Bruno Ricardo BM's answer helpful? If so, please click the red "Accept" button at the bottom of his 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 0 ·

1 Answer

·
Bruno Ricardo BM avatar image
0 Likes"
Bruno Ricardo BM answered

Hello Cinthya,


I'll tell you what I did. Follow the same in each of the queues you mentioned, for that create a list which is called: "Lista_Pedidos". To this list I added a tag to be able to track the "Pedidos" tag you used.

After that I put a pull from list to the queues from the previous list. It will be calling a product that has a counter which I put "Secuencia" on. This counter will change each time an object enters the Queue as shown in the following code. I also restart it when it reaches its maximum value so that it starts the cycle again.

I hope this helps you.

camiones-pequeños Corregido.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.

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.