09-04-2013 02:52 AM
HI,
I've got two error on notifier with my code and I don't understand why there is no notification..
Thx.
Gaël.
09-04-2013 03:14 AM
Your code is quite complicated; you should post at least the offending vi (Indicators_target_positions.vi).
However I will try to blindly guess what's going on.
You doesn't mention when you are getting the error: is it after clicking Quit?
If yes, it's clear that after releasing the Notifier any waiting node will fire an error; you should simply ignore this error and terminate the vi.
Second, I can see that you are releasing the Stop notifier two times and this is probably the reason of the other error.
A side note: try to layout wires in such a way that they are not hidden under other BD objects, otherwise it's difficult to understand how the code works.
09-04-2013 03:29 AM
It's when I click on stop the program. You're problably reason. Thx