02-04-2026, 10:48 PM
Hello,
I'm getting an issue where a linear move to a joint target does not move the robot to the correct joint target and also does not flag a reach error.
I've attached an example simulation file.
If you run the TRIM_WIRE_C2_1 program, the last instruction tells the robot to move linearly to target WR_C2_1.
Target WR_C2_1 is a joint target with the following joint values:
However, when the TRIM_WIRE_C2_1 program is executed, the final robot joints are:
Can you explain why the robot is not moving to the correct joints?
I'm getting an issue where a linear move to a joint target does not move the robot to the correct joint target and also does not flag a reach error.
I've attached an example simulation file.
If you run the TRIM_WIRE_C2_1 program, the last instruction tells the robot to move linearly to target WR_C2_1.
Target WR_C2_1 is a joint target with the following joint values:
Code:
106.300000, -10.800000, -56.000000, -180.000000, 34.200000, 163.700000However, when the TRIM_WIRE_C2_1 program is executed, the final robot joints are:
Code:
106.300000, -10.800000, -56.000000, 0.000000, -34.200000, -16.300000Can you explain why the robot is not moving to the correct joints?

