question

Katherine Sierra avatar image
0 Likes"
Katherine Sierra asked Jason Lightfoot commented

how to create orders with different size, type and time?

Deseo atender pedidos que llegan en diferentes instantes del día con diferente tamaño, de distintos tipos de piezas, pero no he podido configurar la lógica adecuada en flexsim, empezé probando con la llegada de pedidos en tiempos aleatorios y el tamaño de pedidos aleatorio pero solo logro que el operario lleve de una caja de una cola a otra. Agradezco si alguien prodría por favor identificar cuál es el problema y darme una idea de como continuar.

English: I want to pick orders that arrive at different times of the day with different sizes, with different types of items, but I can't configure the appropriate logic in flexsim. I started trying with the arrival of orders at random times and the random size of orders but I only succeed that the operator carries one box from queue 2 to queue 3. I would appreciate if someone could please identify what the problem is and give me an idea of how to proceed.


modelo pull.fsm



FlexSim 23.2.1
processs flowpicking orders
modelo-pull.fsm (76.9 KiB)
· 1
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 Jacob W2 ♦ commented ·

Hi @Katherine Sierra, was Felix Möhlmann'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 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Jason Lightfoot commented

If you pull more than one value off a list, the resulting label will contain an array of all pulled values. You have to create to move each of those items individually. The easiest way to do this in Process Flow is to use a Sub Flow where each "Sub-Token" gets assigned a different index number and thus refers to a different item in the Load and Unload activities.

1699529002800.png

modelo-pull_1.fsm


1699529002800.png (17.5 KiB)
modelo-pull-1.fsm (51.5 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.

Felix Möhlmann avatar image Felix Möhlmann commented ·

You'd just change the order of the tasks. First load all items in a sub flow. Then unload all items in another sub flow.

1699557834753.png

2 Likes 2 ·
1699557834753.png (36.0 KiB)
Katherine Sierra avatar image Katherine Sierra commented ·

Entiendo, pero el problema es que los items salen de la cola de a uno. La idea original es que el operario transportara todos a la vez, o que de alguna manera se consolide el pedido completo antes de salir de la cola.

English: I understand, but the problem is that the items leave the queue one by one. The original idea is that the operator would transport them all at once, or that the entire order would somehow be consolidated before leaving the queue.

0 Likes 0 ·
Katherine Sierra avatar image Katherine Sierra commented ·

It was very helpful

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Katherine Sierra commented ·

@Katherine Sierra did you work out how to carry all the items in an order at once?

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.