NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to generate report in my own format not as HTML,XML,ACII format

Hai can any one help me...
 
I would like to generate the report in my own format for Eg txt format,and also tell me Which file is generating report and where that file is located....
 
Thank You....
0 Kudos
Message 1 of 2
(2,803 Views)

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

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,800 Views)