NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I exclude all information concerning diasable sockets from the reports.

I am using the Batch model and my station is configured with 25 test sockets. For some testing I will only be using 6-10 of these sockets (and these won't always be contiguous). Is there a simple way to have the generated
batch report exclude all information about the disabled sockets.

Mike Eaton
0 Kudos
Message 1 of 2
(2,982 Views)
Mike,
 
To modify the report, you can add BatchReport model callback to your sequence. If you are not familiar with callbacks, you can learn more about it in Chapter 10 of the TestStand Reference Manual (Start»Programs»National Instruments»TestStand x.x»Online Help»Manuals).
 
One tricky thing about the TestReport is that by default, it's not empty. Therefore, in order to modify the current behavior, you need to copy and paste the steps and local variables from the process model. The individual reports are added to the final report in step Get Batch Report UUT Item. You would need to do some programming there to exclude the report.
Regards,

Song Du
Systems Software
National Instruments R&D
0 Kudos
Message 2 of 2
(2,928 Views)