Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

From the device side, you can automatically reorder operations for any robot program. This can be done by right-clicking a program and selecting Order paths.

image-20240925-194522.png

For multi-robot devices, automatic ordering of operations on the device side is available for each robot individually.

For automatic ordering, the first operation in the list is where the sequence begins. It will reorder the remaining operations from that point, based on the sorting method selected.

Fast ordering

The Fast ordering sorting method uses the nearest neighbor approach. Starting with the first path, the algorithm finds the closest neighboring path, based on the start and end points of the two paths in 3D space. It then proceeds to the next closest path until the entire sequence is complete.

image-20240925-204827.png

Optimized ordering

The Optimized ordering sorting method attempts to minimize overall robot travel distance between paths for the entire sequence. Sometimes, this method will select a next path that is further away than others in order to optimize the sequence.

image-20240925-204855.png

For parts with only a few paths, the difference in Out of Process time estimation between Fast and Optimized ordering is minimal. The difference may be more noticeable for larger programs with many paths.

In cases when there is a single operation containing multiple paths, the paths within the operation must be reordered on the task side.

Apply Task ordering

Once a change has been made to the order of operations on the device side, whether manual or automatic, selecting the Apply Task Ordering button will revert to the order from the task side.

image-20240925-195028.png

  • No labels