I am looking for an object, which gives me the correct statistic values and I can manage with the least source code by myself. I have a queue of items. New items are added at the end. The oldest items are released at the front. I want to close the gap at the front by a taskexecuter. The taskexecuter should transport the items in the queue to the front of the object I am looking for. You can see the action of the taskexecuter in the animated picture below. The model uses a pallet to store the items in the queue object.
Many thanks in advance. I hope I get several hints which objects I can use for this problem.