NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

remove enter from uut serial - urgent

Hi, I ahve a quick question about TestStand UUT serial number scan. The serial number of a product contains enter so after scanning it automatically start the test . But we would like first the operator click on ok and then start the test. could you please let me know how can I remove that enter  

0 Kudos
Message 1 of 3
(3,913 Views)

You have a couple of options here.

 

Option 1- Print barcodes that don't have an enter as part of the UUT serial number.  (easiest option)

 

Option 2- Override the PreUUT callback and create your own dialog that will trim the "whitespace" (i.e. enter) off of the string returned by the scanner.  Then allow the user to click the OK button. You will have to create the dialog in a programming language such as LabVIEW, C# or CVI.  (Do this if Option 1 isn't possible)

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 3
(3,908 Views)

You can override the preUUT sequence.

Add a message box step after UUT scanning step asking operator to click ok to start.

 

This message popup will hold the execution until the operator clicks ok.

 

 

0 Kudos
Message 3 of 3
(3,874 Views)