scenario 3_ pick to box AND pick and sort _23SKUs.fsmI am working on a warehouse model and I don't know how to implement some changes in my model. Hopefully, you can help me to solve these challenges. Here is what I am trying to do:
In the order picking process, I want to divide orders by aisles. So, if I receive an order with 2 products from aisle 1, 1 item from aisle 2 and 2 items from aisle 3, I want that my pickers grab the items from its aisles and put them in the conveyor. For example, in this scenario:
- picker 1 should grab an item from aisle 1 and place it on the conveyor 1, and repeat this action for the items that are located in aisle 1.
- picker 2 should grab an item from aisle 2 and place it on the conveyor 2, and repeat this action for the items that are located in aisle 2.
- picker 3 should grab an item from aisle 3 and place it on the conveyor 3, and repeat this action for the items that are located in aisle 3.
I don't know exactly how to configure the decide event to do the actions mentioned above:
I am ataching my model .fsm to see if you can help me, please.