LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Acquire fired event name as string

Is there any way to get the name of a standard event after firing as a string, for logging purposes? Of course I could create a string output for every Event Case (or use Event Data Nodes) but it is an ugly way. 

0 Kudos
Message 1 of 2
(798 Views)

I would create my own logging event architecture (based on queues or events) but, as you reported, if you have many many events, this could be a huge work.

So, try to use Event Inspector Window. You can view all the events and save them on a txt file. To open this tool, right click on the event structure and select Event Inspector Window.

If you want to this programmatically, have a look to this article: https://forums.ni.com/t5/You-May-Not-Know/Programmatically-Inspect-Event-Queues/ba-p/3549367 

0 Kudos
Message 2 of 2
(781 Views)