RobotStudio event

Robot controller crashes when using \Conc movements

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?

Comments

  • If you remove the \conc argument from all of the move commands giving the issue do you still get an error?
  • Per the RAPID Overview manual the concurrent switch for motion commands is for logical instructions e.g. IO instructions.
    It is suspected the manipulator's motion planner would be overtaxed trying to interpolate multiple paths simultaneously.