Hello everyone,
The process consists of receiving a cutting plan according to the “source table” (source to CUT machine), in a random sequence.
The products that leave the machine are packaged (temporarily) and sent to a stock (rack).
It goes on to be unpacked and separated according to “KIT” and “Sequence” (columns in source table) on the pallet.
For example, you should assemble “KIT 1” on top of “Pallet 1”, and the product placed in sequence (10, 9, 8, 7, 6, 5, 4, 3, 2, 1). The operator should fetch the parts in this order, to assemble on the pallet. And if the part was not available, it should go to the next KIT.
KITs 1 through 4 are assembled first and then 5 through 8 after, according the “source pallet2”.
Problem: In this separation and assembly, kits are mixed, and I don’t know how to do the operator follow the sequence.
I need a suggestion on how to sort the kits correctly according to the pallet, and have the operator follow the assembly sequence (10, 9, 8, 7, 6, 5, 4, 3, 2, 1).
I attached the model in this post.