10-16-2006 07:58 AM
10-16-2006 08:06 AM
Hi,
Use the Overide ReportOptions Callback in each SequenceFile to setup the required report options. This Callback has the ReportOptions container past to it via the Parameters which contains the setting defined by the Configure ReportOptions dialog. You can then changes these settings which will be passed back to the Process Model entry point sequence (Test UUT's or Single Pass) when it returns to the caller.
There is an example in the TestStand examples folder.
Regards
Ray Farmer
10-16-2006 08:25 AM
I cannot find an example, can you send a link to it? Where do I find the 'Overide ReportOptions Callback'?
Regards
10-16-2006 08:32 AM
Hi,
check this post.
http://forums.ni.com/ni/board/message?board.id=330&message.id=12932#M12932
Regards
Ray Farmer
10-16-2006 08:45 AM
Not much help there either as the examples shown are in Test Stand 3.5, whilst I am using Test Stand 2.0. Have you got an example in ver 2.0?
regards
10-16-2006 11:18 AM
HI,
find attached a 2.01 version.
The ReportOptions sequence only sets the filter up and for Passed/Done/Skipped so if you run the example you will only have the Failed step which is the test test.
Regards
Ray Farmer
10-17-2006 08:08 AM
Thanks for that, it works well.