NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Modify Test Stand Test UUT's Serial Number Entry

I need to modify the Test Stand Test UUT's Serial Number entry so that I can decode a barcode scanned data and filter out everything except for the Serial Number it self. The scanned in data has mutiple data entrys that is mixed in with the bar code. I am using LabVIEW 7.1 with Test Stand 4.0
 
0 Kudos
Message 1 of 3
(3,935 Views)

If you want to use your own VI for all sequences, you can modify the sequence model. In the Sequential model, the serial number scan is done in the PreUUT step. Replace the step called IdentifyUUT with your VI. You need to write the serial number to Locals.SerialNumber and a Boolean value to Parameters.ContinueTesting.

You can also include a PreUUT callback in your test sequence and have your own VI in there.

0 Kudos
Message 2 of 3
(3,925 Views)
Great! I will try this out in a few days. thanks for the advice!
0 Kudos
Message 3 of 3
(3,922 Views)