LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Get change notification info generated by DIG_Change_Message_Config without waiting for window to become live

I have an application which uses DIG_Change_Message_Config to detect state changes on a PXI 6527 card. I can get it to post the info back to a window and collect when the window next becomes live. However I want my application to run standalone (with out a gui and without user interaction). Is there a way I can get all the postings from DIG_Change_Message_Config from within the application?
0 Kudos
Message 1 of 2
(2,760 Views)
If you are not including a user interface, then you most likely won't be running RunUserInterface() in your code which starts event processing. In this case you need to be manually calling the function ProcessSystemEvents() over and over in a loop to be checking for events that occur.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,760 Views)