Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

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.