In the details for the separator it states:
Unpacking Order
When the Separator is in unpack mode, it unpacks the container flow item from back-to-front, meaning it pulls the last item in the container out first, then the second to last, and so on. If you want flow items to be unpacked out in a certain order, then set their rank in the entry trigger.
I'm interested in doing the steps highlighted in green but I'm not sure if this needs to be done at the combiner or at the separator itself? Is this done via a label I have to make, or is there some other easier method? Any help on this would be great, I'm just looking to unpack the item that was packed first (maintain FIFO in and out of a tote.
Thanks in advance!