03-07-2019, 02:41 PM
The issue is probably that you are trying to move to the target using a linear movement (movel). Industrial robots can't change their configuration (assembly mode) during a linear movement.
If you change the movement instruction to a joint movement (movej) the robot will move to the same target using the joint values (the joint values will match the values you entered).
If you change the movement instruction to a joint movement (movej) the robot will move to the same target using the joint values (the joint values will match the values you entered).