Hi all,
I’m doing some attempts on RobotStudio to understand better the coordinate systems hierarchy.
I moved the base frame at x = 1000 mm in the world coordinate system (and accordingly in RobotStudio I see that the robot is correctly moved with respect to the world).
Now i want wobj0 to coincide with the base frame, so I modified it in RAPID:
PERS wobjdata wobj0 := [FALSE, TRUE, “”, [[1000, 0, 0],[1, 0, 0, 0]], [[0, 0, 0],[1, 0, 0, 0]]];
But it looks like this change is not affecting the system; still from the jog window on the virtual flex pendant and from the online value in RAPID I see that the current value for wobj0 is the default one (and so it coincides with the world coordinate system):
PERS wobjdata wobj0 := [FALSE, TRUE, “”, [[1000, 0, 0],[1, 0, 0, 0]],[[0, 0, 0],[1, 0, 0, 0]]];
Is it possible to change wobj0 in someway?
Thank you