Hi, I have a problem with introducing a few things to my model. Maybe in the first place I will explain some details about my model. tpa.fsm
So, I have 4 types of item in my model. For better visualisation I assign them different colors. At the end of the line there are 4 conveyors for storing each type of product (in total there are 16 coveyors). Operator takes the part, than loads it on the processor, when the processor is finished, he takes the part and puts it on the pallet. When there are 24 parts on the pallet, Transporter takes the pallet and puts it on the right conveyor according to the item Type and space on the conveyor.
I think that the pallet type should be given according to the type of part, and then the Transporter would check the pallet type and space on the conveyor, but I just don't know how to do it.
Also, there is already stock on conveyors and at a later stage,the pallets will be picked, with a sequence, from conveyors, so more space will be made there.
Thank you in advance for your help.