01-31-2018 03:47 AM
I am getting error when giving valid control reference to register event. I am opening application reference using local port 3364 and when I get the control name from the reference I am not getting error. Can anyone help me with solving this error?
Thanks in advance.
01-31-2018 05:12 AM
Although the LabVIEW doesn't states this clearly, I don't think you can fire events across different applications.
Management of remote events would be quite complicated, while getting properties can be implemented in a straightforward question-answer protocol.
01-31-2018 04:14 PM
Strange - I get the same thing, only when I open the application reference - if I just open the VI reference, I dont get the same error. I am not sure why opening the application reference causes this error, it may be because as pincpanter pointed out, LabVIEW doesnt allow events across application instances?
In either case, the owning VI of the controls for which you wish to register the value change event must be running for this to work.