I've got a model that uses six different of resources- equipment, people, and machinery. Most of these are used for one delay activity and then released (for example, a truck that takes carts from one warehouse to another and is available for use after unload), but one resource (the carts) needs to be maintained throughout the entirety of the system. These carts are used to transport the material from the warehouse, to the dock, and to each of the stops on each route; they are not released until the tuggers have returned to the warehouse. In order to accurately represent the system (anywhere up to six tokens will travel on one tugger, hence the six stops), I am batching the orders using the label BatchQty. All of the batching and the acquiring/releasing of other resources seems to be working fine except for that of the carts, which seem to have a problem after the equipment has returned to the warehouse and I release a BatchQty number of tokens.
Any suggestions or advice would be much appreciated! I know I used a lot of words and it may not have made complete sense, but the attached model should make the processes more clear. Thanks in advanced!