question

Valentina A2 avatar image
0 Likes"
Valentina A2 asked Ben Wilson commented

How to assign products to an order?

The warehouse that I am simulating is managed through the use of conveyors, which create the packages through the products that arrive automatically from different stations, according to the order lists. the problem is how to correctly assign products from one or more stations to each box in the conveyor. For example: in the first package the box will be made up of 5 products from station 1 and 3 products from station 2, while the second package is made up only of 3 products from station 2.

FlexSim 20.2.0
conveyorsflexsim 20.2.0order pickingorder batchinggobal list
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image Joerg Vogel commented ·

You will add a label at the package box which indicates how many items of a type has to be placed into it. You can for example just set a single number value, which is a row number of a global table to read those cell values of different columns to put matching amount of products together. Or you add a table or array into the label which directly tells you how many items must be assembled at each station by the row of the table or index of the array.

2 Likes 2 ·
Valentina A2 avatar image Valentina A2 Joerg Vogel commented ·

combinatore.fsm

Nel modello caricato, fonte 2 genera prodotto 1 2 e 3, fonte 3 genera prodotto 4, 5, 6; fonte 1 generi scatole AB e C. Gli ordini sono:

scatola A: 35 prodotti n. 1, 10 prodotti n. 5

scatola B: 2 prodotti n.1, 3 n.3 e 45 n. 6

scarola C: 4 prodotti n.2 e 32 prodotti n.5

è disponibile un modello simile? Grazie


0 Likes 0 ·
combinatore.fsm (39.7 KiB)
Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @valentina.a2, was joerg.vogel's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered

Here you find an example model for a similar question, you can play with:

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.