LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shutdown notification in labview application

Is it possible to get a notification in a running labview application if the computer is shutdown (by the user or by the UPS)?
The task is that the labview application deinitializes before exiting.
0 Kudos
Message 1 of 2
(2,657 Views)
Try processing "Application Exit?" event and that should fire up when LV gets the message from OS to shutdown. You can do clean up in that event and return "Silent Shutdown" to TRUE.

Hope that will work.

A Rafiq
0 Kudos
Message 2 of 2
(2,657 Views)