NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Graphs in TestStand reports

Hi,

 

I'm using TS2014SP1.

 

I've found in the Mobile Device Test.seq example graphs displayed in HTML reports.

 

Do I need to use LV as a language of code module to have a graph on the report?

 

Why in this report graphs are displayed once as reported text and once as TestReport/Data?

 

002Capture.PNG

 

001Capture.PNG

0 Kudos
Message 1 of 2
(4,231 Views)

Without delving into the example here is my guess:

 

Report Text is pointing to an image.  Probably using <img> tag.  The image can be generated by any type of code module.  You can insert HTML into the Report Text property of a step and the web browser will interpret it as HTML and render it according to the tags your use.  Also handy for putting links to external sites into  your report.

 

TestReport/Data is an array of numbers and the report setting in Report Options on the Contents tab has the Include Arrays dropdown set to Insert Graph.  It uses an activex control graph to insert into the report.  Generally these can be added as an additional result.

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(4,217 Views)