Hello,
There is a set of data in the global table. Each raw means a coordinate, column 1 means the x-axis, and column 2 means the y-axis. I want to let AGV travels from (1, 1) to (8, 6), and the route should follow the coordinate in the global table. Can I use process flow to make a loop to let AGV move to the next raw when it arrives at the node? I'm using "travel to location" now. X, Y location I chose "by global table look up", is there any way to finish the loop?
The route gonna be:(1, 1) > (2,1) > (3,1) > (4, 2) > (5,3) > (6,4) > (7, 5) > (8,6)