NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to make "ask for number input" display when run in the middle of a sequence file of teststand ?After input, you just need to press"Enter" of keyboard, then the sequence goes on .And the number be keyed in just now will be saved to a txt file.

The best way to do this is to create a Labview program that uses a dialog box for number entry, then write the number to a text file. Then call this vi from TestStand. To try to do this in TestStand is not practical. In Labview you can check the input to see if it is a valid number, you can prompt for a filename, or check if the file exists, etc... This is what Labview is for. TestStand simply calls a sequence of vi's that do all the action.
- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 4
(3,409 Views)
I am actually doing the exact same thing.  I can now scan in a serial number and save it as a local variable.  However, when I run the sequence the prompt for input does not pop-up, it is minimized.  Therefore, I have to click on it to actually see the prompt.  Is there any way to get around this issue?  Thanks.

0 Kudos
Message 3 of 4
(3,278 Views)
Check your vi properties.  Make sure the window appearance is not set to run minimized.
- tbob

Inventor of the WORM Global
0 Kudos
Message 4 of 4
(3,272 Views)