Posts: 189
Threads: 0
Joined: Dec 2022
Reputation:
15
It looks like the robot is trying to change the configuration. If you can share your station, we can take a look.
Posts: 189
Threads: 0
Joined: Dec 2022
Reputation:
15
When I said unpredictable, I meant that it is unpredictable from the user's point of view. Regarding controller logic, when we combine Movj and Cartesians, the IK solver (during motion planning) outputs joint values and the motion system moves the joints according to the shortest path (or other defined rules) and this fact can lead to configuration changes, which can be unpredictable from the operator's point of view. To prevent this, you can define the configuration before moving instructions or use MovJ with joint coordinates.