07-08-2009 01:10 PM
Hi,
I would like the test sockets in batch mode to be indexed starting with 1 instead of 0 so that UUTs show up as UUT1, UUT2, UUT3, etc. in the report. Is this possible in TS4.0? I saw the posting at http://forums.ni.com/ni/board/message?board.id=330&message.id=10193&query.id=75159#M10193 but we are using LabView, not CVI.
Many thanks,
Chris
Solved! Go to Solution.
07-08-2009 01:36 PM
07-09-2009 02:30 PM
Thank you, Dennis. Works perfectly.
For any others trying to do the same thing, I also had to modify the AddBatchUUTItem callback within reportgen_xxx.seq so that the indexing was correct in the batch report header.
01-23-2012 02:07 PM
When using TestStand 4.2.1, in "AddReportHeader" temporarily increment TestSocket Index right before the "Get XML for UUT" step.