Hello everyone,
I am currently working on simulation which requires the flow items coming from a conveyor to be sorted and loaded onto pallet (created in FloorStorage or Queue) based on their order number (flow items are created thru token and token have labels to identify the orders numbers). Once a pallet has reached a qty 10, then the pallet should be moved to Queue2. I have created basic framework but not sure how to proceed further, hoping to get some help from the community here.
Logic flow is as below
1.) Item reaches the end of conveyor
2.) Operator pick the item
3.) Move to FloorStorage1
4.) If no pallets are available, then a new pallet is created and flow item is loaded on it.
5.) Operator walks back to conveyor to pick 2nd item
6.) Operation Pick 2nd items and moves to FloorStorage1
7.) If the existing pallet has items from same Order Number and has Qty < 10, then the item is loaded on to the pallet else a new pallet is created.
8.) Once the pallet has 10 items it is moved to Queue 2 and the above sequence is repeated.