I have several entry and exit transfer points on a conveyor. Can I get the average time elapsed between one entry point and the consecutive exit point?
I am trying to figure out the average time flowitems are on the conveyor between the two processing points, and I am trying to do it without adding a queue between every entry and exit point.
Thanks!