Posts: 14
Threads: 9
Joined: Jun 2023
Reputation:
0
07-20-2023, 09:46 AM
(This post was last modified: 07-20-2023, 10:11 AM by Albert.)
for example if i have 3 tagets in a program that are each in MoveL() and i run it as 'run on robot' the targets are reached while if i try to send that same program to the robot the points are shifted for a few milimeters which in my application is a big diffrence... can someone explain why the are targets shifted when i send the program to robot.
best regards
Posts: 3,825
Threads: 2
Joined: Apr 2018
Reputation:
181
Can you share your RDK project file?
You should make sure you setup the base frame and tool frame for each program before any movements.
Also, different post processors have different behaviors depending on how the controller deals with Joint targets and Cartesian targets.