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.

Is it possible to interrupt Motion Task from another Task by using MultiTasking?

Hi, I'm thinking to interrupt a robot motion from another task by using MultiTasking. For example, if I run two Tasks at the same time, one is Motion Task, and the other is the Task that monitors the robot’s state/environment by using force torque sensor or camera. 

Is it possible to interrupt the running single MoveL instruction halfway if the sensor  Task detects something? I’m asking this because I thought Motion Task might have a higher priority than another Task. 

Comments

  • soup
    soup ✭✭✭
    See StopMove to interrupt the running and StartMoveRetry do something custom at that point.