when i create a CircleMoveNode through the URCaps API it generates a Waypoint, a ViaPoint and EndPoint. The Problem is, the Via- und EndPoint do not have a Waypoint number and when i define those Waypoints Configuration it assigns the Configuration to ALL Via- and EndPoints of the CircleMoveNodes in the whole Robot Program!
is there ANY way to change the Waypoint Names or give them an unambigous object reference?
otherwise it is not possible to define a CircleMoveNode inside a URCap generated Program with more than one circle moves
Would it be a possibility for you to delete the two auto-created child Waypoints of the Circle Move (Via and End), and insert your own two new Waypoints?
When waypoints have the same name, they are automatically linked (aka Linked Waypoints), which means they share the position.
The only difference would be, that the waypoints names would be “Waypoint_x” instead of “ViaPoint_x”, but you could do it all from the parent node, that inserts the CircleMove, removed the default waypoints, and re-inserts your own two waypoints including individual locations.
i already tried to remove and add new waypoints under the CircleMove Node but it is not possible:
in PolyScope it throws s a message “This section cannot be altered” and through the API it just doesnt add or remove the waypoints
i was confused that adding another CircleMoveNode without WaypointNodeConfig already had defined viaPoint and endPoint - this only occurs because the created waypoint Nodes in the second CircleMoveNode have the same names.