LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to display a message without needing to respond to allow the program to continue

I am looking to display a message during the execution of the program but I do not want the user to need to respond to the message to continue the rest of the program.  I want it to just appear for say 1-2 seconds. while the program is still running through the rest of its sequences.
0 Kudos
Message 1 of 2
(2,315 Views)

If you want it to be a pop up message, you could write a dialog box VI that displays a message and call it dynamically so that your code continues to run in the background. Put a simple wait in it so that it will close after a few seconds.

If you just want to display a message to the user, just use a string indicator on the front panel. This is how I let the user know what the program is doing.

0 Kudos
Message 2 of 2
(2,311 Views)