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.
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.