LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 1122 occured at wait on a notification

HI,

 

I've got two error on notifier with my code and I don't understand why there is no notification..

 

Thx.

Gaël.

Download All
0 Kudos
Message 1 of 3
(3,123 Views)

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.

 

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 2 of 3
(3,115 Views)

It's when I click on stop the program. You're problably reason. Thx

0 Kudos
Message 3 of 3
(3,108 Views)