Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Communication between two taskt

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

  • 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 ✭✭✭

    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