07-29-2013 11:36 AM
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
07-29-2013 02:04 PM
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)
07-31-2013 06:03 AM
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.