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