Hello All,
I'm trying to develop a model where I use the zone to limit the capacity of my task executor.
So, for example, two tokens enter my zone, the others wait outside it. I managed to implement this logic, and it's working fine.
The thing is, as soon as the tokens enter the zone (2 tokens, as I gave as an example), I need to acquire a resource that will transport these items to another point in the model. I can't think of a way to acquire just ONE resource that will transport the TWO boxes.
In my model, I'm acquiring 2 resources, one for each token, and that's not what I want.
I'm attaching the model up to the point where I developed it.
Thanks in advance.