Hello
I am simulating vertical lift storage where items are stored until they reach the quantity of one pallet and then they are palletized with the robot.
In the process "Prepare items for palletizing" there is an "event trigger source, on entry, totes, in rack" and bach where I count the quantity needed for the whole pallet. When the token is released from the batch the palletization starts.
My model: test260.fsm
Now I want to simulate some different logic.
I don't want that the last item from the batch is transported to the vertical lift storage. I want to load the last item from a batch directly from WH to the pallet.
I will describe logic in one example. If we choose labelName 3 for example (Blue Totes in my model).
I want to count 12 blue totes which come to queue WH and at the twelfth tote I want to trigger several tasks:
1. move all eleven blue totes from the rack (vertical lift storage) to the elevator at the same time, and transport them down.
2. Move pallet from queue Pallet to queue P
3. start palletizing with a robot, which means moving all eleven blue totes from the elevator to the pallet
4. release the elevator and move the twelfth blue tote from queue WH to the pallet
5. release the robot and move the pallet to queue Sink
With this logic, the elevator will have one less task whenever palletizing is required.
Hope you understand my question.
I will be really glad if you show me some solutions to my problem.