NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i set the serial number for the report at run time

Hello,
 
at the beginning of each test in TestStand i can write a Batch Serial number and for each test socket an UUTserial number (in the "Enter UUTs" Pop Up). The UUT serial numbers will be shown in the headline of the report.
During TestSTand is running, i call a LabView vi, which reads the serial numbers out of the memory of my UUTs and save it as a string to a parameter in TestStand.
Where i have to save the parameter, that it is shown in the headline of the report instead the serial number i have wrote at the beginning of the test.
 
Kind regards
 
Bastian
0 Kudos
Message 1 of 4
(5,314 Views)
Hi Bastain,
 
Assuming your using the Batch Process Model, you can programatically insert a new SN into the correct parameter in the postUUT callback sequence.
 
This sequence has access to the UUT.SerialNumber parameter so you can use a File Global to pass the SN from the main sequence to the postUUT callback. 
 
Here is an example of what I mean. 
 
Adam
0 Kudos
Message 2 of 4
(5,287 Views)
This should work for me,
as soon as I can create a file global.
 
There is a tab for sequence locals
And a menu for Station Globals.
 
It seems that my File Globals functionality is missing from teststand, is it in a special upgrade ?
 
 
0 Kudos
Message 3 of 4
(5,028 Views)
Found it in the View dropdown !
0 Kudos
Message 4 of 4
(5,026 Views)