Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I dispaly a user message that times out

In Labviw 8.6 can I dispaly a message for a short period of time.....say 1sec.
0 Kudos
Message 1 of 2
(2,815 Views)

Of course. If you want a popup message, just create a dialog box VI with a while loop and the elapsed time function wired to the termination terminal. There are shipping examples of pop-ups that you can look at. If you want a message on a top level VI, use a string indicator and the visible property. Set it true, wait the time you want, set it false.

 

p.s. Since your question has nothing to do with multifunction DAQ, you should post similar questions to the LabVIEW board.

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