To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This is an example that shows how to have a message box pop up and exit with out having to press OK.
Description
Sometimes when running a VI you might like to see a periodic message pop up to let you know the progress or any other information you need. This activity can become bothersome, especially if you have to press the OK button each time. Here is an example that shows how to have a message box pop up and exit with out having to press OK. It can also be put into a sub VI or even be part of you main VI.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Hi All
Is there any way I can display a text message saying ' Total Time taken = ____' and the numeric value is fetched from the 'Total time box' when the Start/stop button is FALSE.