03-15-2006 12:59 PM
03-16-2006 06:32 AM
Hi
The TestReport callback in the ProcessModel for your sequence file is where the ResultsList returned from your sequence file is processed into the format that is seen in the results file. You can choose to override this callback in your sequence file or modify it directly in the process model. If you want the same modifications to appear in the test report for multiple different sequence files I suggest you modify the ProcessModel directly.
NOTE. Be sure to copy the NI ProcessModel you are using to your User directory before commencing your edits.
Question 1
One way to get the test report format is create a dummy sequence and run it, this will be useful later when you are testing your modifications.
You can also modify the results format from Configure->Report Options in the sequence editor.
Question 2
If you want to maintain the old report you will have to create new steps to process the ResultsList to create, populate and save your new format. Take a look at how the existing steps manipulate the results data, these will get you thinking about what is required.
Regards
Steve