|
Hi, for UR robots (and for others as well i think) there is the possibility to set a local coordinate system for the part which is worked on (UR calls this local PCS). This allows to teach the position and orientation of the part to the robot, to allow for varying part positions. Is there a possibility to add this to the program which is created in robots? |
Replies: 2 comments 4 replies
|
Yes, there is a Frame component for this. When you create a target, right click and select Frame to get an input for it. Currently in the generated code for UR this transformation is baked in, but I'll change it in the future so that it shows as a variable. |
|
Closing this as answered. For Robots, local part coordinate systems are handled with Frames: add the Frame input to Create Target, or define a Frame in the robot XML and load it. UR processpath/Remote TCP & Toolpath URCap-specific functionality is not directly supported, so any controller-side frame variable needs to be represented through the generated frame variable or matching XML/controller setup. |
Closing this as answered. For Robots, local part coordinate systems are handled with Frames: add the Frame input to Create Target, or define a Frame in the robot XML and load it. UR processpath/Remote TCP & Toolpath URCap-specific functionality is not directly supported, so any controller-side frame variable needs to be represented through the generated frame variable or matching XML/controller setup.