11-08-2006 04:22 PM
11-09-2006 12:27 AM
Hi mvr,
You need to use the Callback such as SequenceFilePostResultList.
This will allow you to discard result of the Step.
Regards
Ray Farmer
11-09-2006 09:17 AM
Thanks for the reply Ray.
Not exactly the answer I wanted since now I will need to find a way to detect which steps do not need to be recorded from inside the callback, but lets see how far I can get with this method. I located the discardresult.seq example at http://zone.ni.com/devzone/cda/epd/p/id/4744. When I run this sequence it behaves as described deleting all but the failing results for example test steps. That is until we enable "on the fly" report generation for an xml report format. At that point all the test steps are once again logged to both the display and the report file. Does anyone know why this would happen? My Teststand version is 3.5.
11-09-2006 03:38 PM
Hi,
have you tried following the link that you provide to http://digital.ni.com/public.nsf/websearch/93AA5CF5380F8D5986256F050059A440?OpenDocument
which is filtering result for xml report.
regards
Ray Farmer
11-09-2006 03:55 PM
11-10-2006 12:19 AM
Oops,
If you have the Discard Results or Disable Results When Not Required, to converse memory, its possible that the Engine callback SequenceFilePostResultListEntry is not called.
Regards
11-10-2006 08:25 AM
11-13-2006 08:38 AM
11-13-2006 03:09 PM
11-14-2006 12:43 AM
Hi,
I am surprised that you have it working with ProcessModelPostResultListEntry and not with the SequenceFilePostResultListEntry. I wonder whats going on there.
Glad you have a solution.
Regards
Ray Farmer