question

Christian M20 avatar image
0 Likes"
Christian M20 asked Christian M20 commented

One piece flow: operator has to pass process just like the product

Hi all,

like in a standard lean management process setup for one piece flow I need to create a process with several Multiprocessors in a line. Starting from a queue a first operator picks a product, transports it to a processor#1, sticks with the product and passes it to the second processor#2 and so on until the product is finished. ANOTHER operator in the meantime also starts picking a product from the queue and transports it to the processor#1 (if free for another operation), sticks with the product and passes it to the second processor#2 and so on until the product is finished.

So, basically I want the operator to accompany the product through all of the processes and not switching tasks whenever he is free. I tried with tagged resources but it throws an error as soon as the same operator is required to do the transport AND an a process.

If you have any simple to use ideas, please let me know.

Best regards,

Chris

FlexSim 22.2.0
lean manufacuringone-piece-flow
5 |100000

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

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Christian M20 commented

Put a label on the part that points to the operator and reference that in all transport and process dispatchers. Use a list of available operators to choose one for the first OP and then push them back to the list when finished.

Also used with agvs in this answer

· 2
5 |100000

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

Lucas Antonio Risso avatar image Lucas Antonio Risso commented ·
Interesting idea, thank you for sharing.
0 Likes 0 ·
Christian M20 avatar image Christian M20 commented ·
Thanks for the quick response. It works just like I needed.
0 Likes 0 ·
Lucas Antonio Risso avatar image
0 Likes"
Lucas Antonio Risso answered Christian M20 commented

Hi Christian,

I have implemented Jason's insightful idea in a sample model, which you find attached.

Please, vote on his answer, and not on this one.

Notice that each operator has a set label command on the trigger "On load". Then, the processors and queues call the resource based on the label set.


Operator-label.fsm


operator-label.fsm (38.9 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.

Christian M20 avatar image Christian M20 commented ·
Hi Lucas, thanks for the model. I got rid of the Dispatcher and used a task executor list just like Jason mentioned. Otherwise the operators use their idle time to transport and label new items.
0 Likes 0 ·

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.