From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cancel one button dialog

In one step of my application, one button dialog pops up to ask test operator to push a button. After the button push, the test operator needs to click OK button then the program will continue.

 

I'm wondering whether there's a way to cancel the dialog after the program detect the button is pushed? Any suggestion is welcome.

 

Thanks,

0 Kudos
Message 1 of 3
(2,165 Views)

Instead of the LabVIEW one button dialog, write your own vi that pops up as a dialog box (set that using File ->VI Properties -> Window Appearance) and then you can use whatever conditions you like for deciding when to exit.

 

Richard

Message 2 of 3
(2,160 Views)

Thank you for the response. This is what I have been thinking, to make a subvi to handle this kind of situation.

0 Kudos
Message 3 of 3
(2,156 Views)