LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

The usage of "user event"

I have an sample, but not sure why and how it use the user event inside it as attached.
Also it will go into the event structure, but I have not triggerred any event.
 
Thanks
0 Kudos
Message 1 of 4
(2,652 Views)
The user event is triggerd here.
I don't understand the question.
There are vis missing.
Message 2 of 4
(2,643 Views)

I am new of user event, just read some help and samples about it. But still not sure how it works. May you give a brief intro of it works here. How to tigger it. Also the very stranger thing is: without click on the stop button, it will enter the "stop" event structure. The missing vi are just some detail function not related.

It works like a client. The lower part will read data from a general queue. The upper part will write data to the general queue.

0 Kudos
Message 3 of 4
(2,636 Views)

Every time you send data to the "generate user event", a user event occurs and those data are available in the event structure.

As said in the previous thread there are a few places to start reading.

Try to delete all unnecessary function in this vi, and watch highlight execution.

Make a simple vi and if you have further questions ask again

0 Kudos
Message 4 of 4
(2,596 Views)