Hello,
I would like to measure the distance an operator walks, not as a total distance travelled but in partial routes, e.g.:
From Queue1 to Processor1, from Processor1 to Queue2, from Queue2 to Queue1.
I am using the AStar. The aim is to show the distance and the number of times the operator used this part of route in the dashboard (e.g. as a table).
Can somebody help me how to build this up please? Thanks a lot in advance!