NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Customising Report generation

Hi

It would like to remove the following strings from the XML report generation.
 
1. Begin Sequence: Test With Voltage Change (Subsequence name)
(D:\User\Code\Seq\Calibration.seq)
 

2. End Sequence: Test With Voltage Change (Subsequence name)
 
In my XML report I need to remove those above fields. Please let me know any methods to remove by using report option callbacks or by editing the stylesheet. And also how to edit the XML report stylesheet?
 
Thanks in Advance
 
Vijay
0 Kudos
Message 1 of 2
(3,298 Views)
Hello Vijay,

for xml report you will need to modify xml stylesheet file that you are using.

Before you do this, you'd better copy the
xml stylesheet file from <..\National Instruments\TestStand 4.0\Components\NI\Models\TestStandModels\StyleSheets> to <..\National Instruments\TestStand 4.0\Components\User\Models\TestStandModels\StyleSheets>. 

Then comment out the <Begin Sequence> and <End Sequence> lines in xml stylesheet file, the two sections will not be shown in your report.

I have
added an example file (txt format) as attached. Please change file extension after download.

Hope that helps.
Regards
MY
0 Kudos
Message 2 of 2
(3,287 Views)