NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Password message popup?

Any suggestion on how to make a password (***'s instead of letters) response text message popup? I see no option for this built-in step.
 
Best regards,
Stefan
0 Kudos
Message 1 of 2
(2,988 Views)

The MessageBox Step does not contain this functionality, however, it's very easy to write a code module to query for a password.  LabVIEW, LabWindows/CVI and Visual Studio all contain text boxes or text box properties to obscure input for passwords.  If you want the functionality to exist in TestStand you could create a custom step type which would do it by calling a code module from one of these other languages.

 

Regards,

Ryan K.

0 Kudos
Message 2 of 2
(2,984 Views)