11-28-2007 05:44 PM
11-29-2007 08:07 AM
Yes
You need to write the code that will make the calls to your data base and add that to the PreUUT call back seq. Under "Edit > Sequence Callbacks ..." add the PreUUT callback to your sequence file. Note the Parameters that are passed into the PreUUT sequence. One being Parameters.UUT.SerialNumber. This is where you store the UUT serial number so TestStand can add it to reports files and such.
Parameters.ContinueTesting is the boolean you set to true if there is another UUT to test or false if testing is to stop.
Take a look at the default PreUUT seq in <TestStand #.#>\Components\NI\Models\TestStandModels\SequentialModel.seq. I fact you can copy and paste PreUUT into your seq and edit as you need.
Jim D.