Hi all,
I have a Rack which is connected to a Separator.
The Rack is filled with Pallets (composed of boxes) that have different types (1, 2, 3, ...).
I would like the Separator to pull Pallets from the Rack based on the following strategy:
- Check which type is the most present in the Rack (ex: Type 1)
- Pull a Pallet that have type 1
- Check if there is still Pallets of type 1
- If there is, go to Step 2, If not, go to Step 1
My goal is to have a Separator when pulling that changes itemtype as few times as possible.
Thanks in advance,
Thibaut