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.

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.