In my work, there are several AGVs workiing in the production system similar to attached example, every processor has an upstream queue and a downstream queue, all queue content =1.
In my attached example, the queue content is not 1, but also have following two questions I have.
My first problem is, as I want to collect the time from an item enters Queue until leaves, to konw how long it takes an item to wait for AGV. In my work, I use a global table to write down all items enter and exit Queue times. But I found that in Global Table data, item doesn't have to wait for AGV, each item enter Queue and exit immediately. Also in animation shows that item go to Control Point to wait for AGV, only when control point is occupied, then the rest items will wait for AGV in Queue. Anybody could teach me how to fix my model to let item wait in downstream queue so that I can gain real item "exit time" data.
Second problem
Since there are upstream and downstream Queue, so I need a delay when moving from upstream queue to Processor, also a delay moving from Processor to downstream queue. Is there any way to do this? One solution from this website is to use another new processor between Processor and Queue, and then hide it. but I have more than 100 Processors and Queues in my work, so any quick and effective way would be better.
Thank you in advance!