RobotStudio event

Communication between two taskt

Options
Hello to all, is it possible in multitask system to call routine in normal task from semi-static task routine, and how. Thanks in advance. 

Comments

  • Knud E Lindberg
    Options

    By declaring the same variable in both task they will mirror the value.


    Task1

    pers num a:=10;


    Task2

    pers num a;


    Regards
    Knud Erik Lindberg
    Jorgensen Engineering
  • Micky
    Micky ✭✭✭
    Options

    Hi,

    no it is not possible to call a routine directly from another task, you can only call routines from the same task.

    Regards

    Micky