Hola @Enric !
You can use one of there solutions:
- Use, like you mentioned, the object_location variable, which is a pose. You can move the robot TCP to the x, y and z coordinates of the located parts without rotating the wrist.
- If you have a simple geometry part, you can use the parametric teaching method. For circles and rings, the system ignores completely the orientation. For squares, the system does not differentiate all 4 sides but will stay oriented with the sides and corners when doing the pick position (with the movel instruction).
How could you implement this option with the new version? Do I need to use the "object_location" variable?