08-22-2006 11:35 PM
08-23-2006 12:51 AM
Hi,
The file that you will need to modify is the 'reportgen_txt.seq' you will find this in the teststand\components\NI\TestStandModels.
Its a good idea to copy the file(s) to the \User\ folder before you start and modify the one in the \User folder. You might also copy across the project for the support dll as the step that obtain the results is done in a call to a dll function and may end up modifying this.
depending on what changes you wish to make, you might get away with just modifying your report by use of the Callbacks. There is a simple example of this in the TestStand User manual.
I quick way to understand whats going on in the report generation is to have a simple sequence file and to make use of some breakpoints. Then you can step through the report sequences. Looking at some of the names of the sequences in the reportgen_txt.seq gives you a clue as to their function.
The first port of call would be from the TestReport sequence in the processmodel sequence file 'SequentialModel.seq'.
I hope this helps you to get started.
Regards
RAy Farmer