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.

Synchronisation among tasks using interrupts and SetDO WaitDO signals

Assume we have a multi-task rapid program with priorities as MAIN>BACK1>BACK2<>BACK3 and SUP1>SUP2.

Can we use SetDO -WaitDO signals, Dispatcher, and interrupt handling among all these tasks for synchronisation.

Comments

  • Not sure what you mean by dispatcher but signal commands and Interrupts can be used in all tasks.
    Non-motion tasks can not use motion commands but generally all other commands can be used.