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.

How would I get the current path and line number of a motion task from a separate semi-static task?

I am trying to log motion supervision errors and what path and line they occurred on. 
 

Answers

  • You would probably have to use a error handler in the motion task to put the information into a PERS variable that is shared (has the same name in both tasks) with the logging task.