To prompt a user for an action in your application use the One Button or Two Button Dialog function in LabVIEW. These functions can be found in the Time&Dialog section of the function palette.
Placed in your diagram, the function will popup a dialog window with the string you pass to the function and will halt the execution of the section of the code in which the function is placed, i.e. the function will not return to the code unitl the button is pressed.
Throughout this whole sequence the main VI should not stop. The main VI will keep running and you should loop back to your test after the user presses the button on the dialog.
Christian L
authored byChristian L, CLA
Systems Engineering Manager - Automotive and Transportation
NI - Austin, TX

