NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting a User-input-acquering VI to show in test stand

Hi guys, I am trying to write a very simple test sequence file here.

 

The purpose is to prompt a user to enter some serial numbers manually, then automatically check if the serial number format is correct.

 

I have written a simple VI that asks the user to input the serial number, and included it in the sequence as a action step.

 

However, when the sequence executes, the user interface wouldn't pop-up.

 

Question is, how do I get that user itnerface to pop-up?

 

TIA 😃

0 Kudos
Message 1 of 3
(3,679 Views)
Did you check the 'Show Front Panel When Called' box? Did you include the Make Modal functions from the TestStand palette? Did you make the VI a dialog in the Properties>Window Options? Did you do anything to the VI?
0 Kudos
Message 2 of 3
(3,677 Views)
Thanks Dennis, problem sovled after I check the'Show Front Panel...' check box, and selected 'Activate when step complete' under Properties\Run Options\TestStand Window Activation
0 Kudos
Message 3 of 3
(3,661 Views)