Setup time

Setup time

luis_rodrigues
Not applicable
149 Views
7 Replies
Message 1 of 8

Setup time

luis_rodrigues
Not applicable

[ FlexSim 24.1.0 ]

I'm working on a model in which the transporters feed the machines.

Right now I need to calculate the time the transporter takes to load and unload the queues between the change of recipes, i.e. the setup time.

I have a sub process flow to get off the not needed materials and another to load the queues with the needed materials that works both in the middle of a recipe and at the end.

I have putted the transporter state "setup" only in the sub process flow "not needed materials" which is wrong.


1724409068780.png

Can anyone help me somehow to separate the load material in the middle of the recipes and the load materials between the recipes so I can have the setup times correctly?

I hope I explained it well

Thank you in advance 🙂

mlall-NOVA - extra.fsm

0 Likes
Accepted solutions (1)
150 Views
7 Replies
Replies (7)
Message 2 of 8

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

I would to the following. After material has been brought to the queue set a label on the combiner or queue to show the current recipe. In the "Load Materials" queue you read this label when setting the state. If it matches the recipe of the current token the material is replenished only. If they don't match it's a new recipe and you use the "Setup" state instead.

Make sure to reset the label between simulation runs to some dummy value like "0".

0 Likes
Message 3 of 8

luis_rodrigues
Not applicable

Thank you for your answer @Felix Möhlmann. I understand what you want me to do but I'll have difficults on doing it.

So to "set a label on the combiner or queue" you mean like this? For each queue?

1724670959791.pngmlall-NOVA - V2.fsm

0 Likes
Message 4 of 8

moehlmann_fe
Enthusiast
Enthusiast

Not quite. I meant to do that in Process Flow, after all material has been loaded.

1724674667902.png

mlall-nova-extra_1.fsm

0 Likes
Message 5 of 8

luis_rodrigues
Not applicable
Thank you very much that was a great help. Is there a way I can measure how much time they spent in the "setup" state?
0 Likes
Message 6 of 8

moehlmann_fe
Enthusiast
Enthusiast
The time spent in each state is what is measured for the state chart. Uncheck the "Show Percentages" option of the chart to see the raw values.
0 Likes
Message 7 of 8

luis_rodrigues
Not applicable

@Felix Möhlmann just another quick question. I have a graph that shows the quantity of batches each machine does. Is there a way I can see in each machine how much of each recipe is done?

Like this:

1724773088090.png

mlall.fsm

0 Likes
Message 8 of 8

moehlmann_fe
Enthusiast
Enthusiast

Sure, that can be done with a relatively straightforward Statistics Collector.

mlall-batch-counter-fm.fsm

0 Likes