08-17-2022 03:12 AM
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.
08-17-2022 04:47 AM - edited 08-17-2022 04:51 AM
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