NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting reportText to an .xml report file

Hello,
 
(TestStand 4.0, CVI 8.2)
 
I've got a custom sequence in TestStand calling a function from a .dll created in CVI.  The function is modeled after the numeric limit template and contains the reportText string.
 
I'm trying to get the reportText string displayed to an .xml report file.  I've noticed that reportText by default is written to the .txt and .html report files (from the default model supplied in modelsupport2), but not the .xml report file.  Is there a simple way to enable reportText to also be written to the .xml report files? It even appears that the report file has an empty placeholder for this text.

Thanks in advance.
0 Kudos
Message 1 of 3
(3,376 Views)

Hi,

ReportText gets added to the report automatically, what every the format is used, but its depending on whether ReportText is empty or not.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,353 Views)
I found the problem.  Xml's report options was putting white text into a white field.  I didn't notice it until I highlighted the report.  Silly me.
0 Kudos
Message 3 of 3
(3,339 Views)