question

luis-rodrigues avatar image
0 Likes"
luis-rodrigues asked Felix Möhlmann commented

Setup time

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

FlexSim 24.1.0
setup time
1724409068780.png (35.3 KiB)
mlall-nova-extra.fsm (369.0 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 Felix Möhlmann commented

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

· 6
5 |100000

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

luis-rodrigues avatar image luis-rodrigues commented ·

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 0 ·
1724670959791.png (136.3 KiB)
mlall-nova-v2.fsm (367.1 KiB)
Felix Möhlmann avatar image Felix Möhlmann luis-rodrigues commented ·

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 0 ·
1724674667902.png (18.4 KiB)
luis-rodrigues avatar image luis-rodrigues Felix Möhlmann commented ·
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 0 ·
Show more comments