Generate different order sequence and get the WIP result

Generate different order sequence and get the WIP result

tnquynh
Not applicable
96 Views
2 Replies
Message 1 of 3

Generate different order sequence and get the WIP result

tnquynh
Not applicable

[ FlexSim 23.0.8 ]

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

0 Likes
Accepted solutions (1)
97 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

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

0 Likes
Message 3 of 3

tnquynh
Not applicable
Thank you so much for your answer @Felix Möhlmann

That's what I need now.