Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The system takes the first non-home operation as the initial start point for optimizing the ordering.

On Device side

For cases when there is more than one operation. If there is a single operation with multiple paths, that must be reordered on the task side.

Fast ordering

(point to point shortest distanceThe fast ordering sorting algorithm uses the nearest neighbor approach. From the current path, it goes to the closest neighboring path to the current path, based on the start and end points of the two paths.

(img)

Optimized ordering

(minimized robot travel distance (or time?)

The distance would be calculated for a linear move, and not a joint move.

Apply Task ordering

Button to take order from the task side and override current order.

...