RobotStudio event

Check if motion task is running in RAPID?

Is there a RAPID command I can use within a non-motion task to see if a Motion task is currently running?

Best Answer

Answers

  • DenisFR
    DenisFR ✭✭✭
    Hello,
    You can use
    IF RunMode(\Main)=RUN_CONT_CYCLE THEN



    ☑️2024 - RobotStudio® User Group

  • TaskExecuting is the ticket! Thank you lemster68!