question

Marcos MNA avatar image
0 Likes"
Marcos MNA asked Ben Wilson commented

Is it possible to simulate a realistic changeover?

I want to simulate a realistic changeover/setup time from one type of item to another one. I want a processor to start its changeover/setup time once it has processed the last piece of one type of item, instead of waiting until receiving the first piece of the new type of item which will be processed. I have quality controls with probability functions between processors so it is not as simple as counting how many items have been processed... But I would appreciate it you explain me how to do it in that way as well. I am sorry for asking so much about it but I need to finish my work on it and I am quite desperate with it. Thank you very much for your help!

FlexSim 20.2.0
flexsim 20.2.0setup timesimulate changeover
· 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.

Parker S avatar image
0 Likes"
Parker S answered Jason Lightfoot commented

@Marcos MNA

There are multiple ways to simulate a changeover. Unfortunately, every model is different and might require a specific process flow to do the changeover correctly. The more complicated your model is, the more complicated your changeover will be.

One way that I have used is a Wait for Event activity that triggered when the inventory queue hit zero. The InventoryQueue contained all items in the first batch of inventory.

After this fired, I acquired the operator at that workstation and had a Delay activity signifying the changeover time then released the operator.


Here is a model that shows a changeover using a Global Variable as a counter.

support_ChangeoverCounter.fsm

Once the counter gets to a certain value, the changeover fires. The process flow also shows how to use custom code activities to close/open the ports and change the state of the processor.

I hope this gives you some ideas on how you might create a changeover in your model, good luck!


· 10
5 |100000

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

Marcello Rosadini avatar image
0 Likes"
Marcello Rosadini answered Marcos MNA commented

It is hard to tell without having a look at your model or fully explaining the problem.

You need to define a clear criteria that will trigger the beggining of the setup time. This is part of the design of your logic. Once you have this, translating it into the proper sintax should be easy.



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