Hello All!
I try to implement error handler vi, that run in parallel with main.vi. My idea was that error handler will pause execution of main.vi, handle the error and return execution of main.vi again. I can implement this by state machine with empty case, but this aproach will let me to return execution only to start of state where error occur. What if i want just pause execution of vi in place where error occur, and to continue execution after errror handling from same place? Any ideas?