09-18-2007 02:42 PM
09-18-2007 04:50 PM
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.
09-18-2007 05:13 PM