question

Quynh Tran avatar image
0 Likes"
Quynh Tran asked Quynh Tran commented

Generate different order sequence and get the WIP result

Hi all,

I have a problem with seeking an optimal sequence of orders.

For example, I have a line with 3 type of products (1,2,3) coming with its batch size. Then when I run the model with difference sequence (1-2-3 or 3-2-1 or 2-1-3...), the WIP at input queue (in P2, in P3, in P4) will be different accordingly. Any possibility that I can set up FlexSim to generate the sequence automatically and get the WIP result? Then I can decide which sequence provide me the minimum WIP. If yes, please help to guide me. Thank you.

I put the file here for you to take a look: trial_1.fsm

1691035940434.png

FlexSim 23.0.8
arrival sequencewipsequence optimization
1691035940434.png (100.0 KiB)
trial-1.fsm (41.9 KiB)
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 Quynh Tran commented

You can use a Sequence type parameter. A Range Based experimenter job will iterate through all possible permutations of the sequence.

1691044717285.png

Tying the sequence to the creation of items is much easier through Process Flow. Each token can be assigned a row from a table that stores the batch sizes of the different types.

trial-1-fm.fsm


1691044717285.png (40.4 KiB)
trial-1-fm.fsm (37.7 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.

Quynh Tran avatar image Quynh Tran commented ·
Thank you so much for your answer @Felix Möhlmann

That's what I need now.

1 Like 1 ·

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.