TestStand supports displaying one- and two-dimensional measurement array data as a graph in ATML 6.01, ATML 5.0, XML, and HTML reports using the HTML5 graph control, located in the %teststand%\Components\Models\TestStandModels\GraphControl directory. The graph control supports displaying data as a Y plot or as an XY plot. The graph control supports orientation of the array data by rows or columns.
However, TestStand does not provide native support for features such as interactive cursors, markers on specific data points, or annotations like peak indicators. As a result, it is not possible to directly add cursors or markers to graphs using the standard reporting capabilities.
In this article, we demonstrate an alternative approach by generating the graph externally using LabVIEW as the adapter, then saving it as an image and importing it into the TestStand report.