I’m using the IRB660 and trying to execute non-blocking movements, but when attempted the robot controller crashes after the first movement and locks the joints.
My only hint is that a joint position error is throw for joint rob1_1 being too far from the ordered position.
Example:
MoveL \Conc, pPos1, speed, z100, tTool;
MoveL \Conc, pPos2, speed, z100, tTool;
I’m sending less than 5 movement commands back to back. Has anyone run into this?