question

Omar Aguilera Rico avatar image
0 Likes"
Omar Aguilera Rico asked Omar Aguilera Rico commented

How to make an operator through a list?

surtir-por-medio-de-una-lista-con-un-operador.fsm I have an operator that I want through a list to take me product from the rack depending on the type and quantity that is required from the list so that when I have completed the list, I will leave the material corresponding to each machine.

FlexSim 17.1.4
racklistpicking
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

·
Brenton King avatar image
1 Like"
Brenton King answered Omar Aguilera Rico commented

Omar, rather than ask you for more information, I took my best guess at what I think you are trying to do. In the attached model:

1) I fill the racks with 100 items that receive a random type label duniform(1,3)

2) I place all those items on a list

3) I have orders come in that consist of a random number of each type. I used duniform(0,10) for each type. Thus, you could have up to 30 in the order.

4) Orders acquire an open station. (there are 3 stations)

5) Acquire the operator

6) Operator picks up all items

7) Operator delivers items to the acquired station

8) Items are processed

Done

Here is a view of my process flow logic that I used to build the model.

Hopefully you find this helpful!7610-surtir-por-medio-de-una-lista-con-un-operador.fsm


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

Omar Aguilera Rico avatar image Omar Aguilera Rico commented ·

Thank you very much, it's what I wanted.

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.