We are trying to master a concept to input into a larger model that relates to referencing the outobject of a dispatcher that is called to a queue to perform a task.
We have attached a small model of the concept we want to achieve. The example shows a dispatcher that has only one outobject. This man must have a max capacity of '1' when moving items from the first queue, but must change his max capacity to '5' when moving items from the second queue. The logic therefore lies on the exit trigger of the 'Capacity of 5' queue and changes the max capacity back to one on the unload trigger of the man. This works without any problems.
We are struggling to do this same concept when there is more than one man connected to the dispatcher. We are struggling to reference the man specifically called to the queue to change his specific max capacity.
It would be greatly appreciated if you could indicate how to do this on the attached model.