03-20-2020 06:32 AM
Hi,
I have an issue, I can't visualize a graph in ATML TestStand report.
I got the "Displaying Graphs In a Report.seq" from NI exemple working great tho.
In my sequence I populate an 2D Array with Datas measurement and a Timer (both in numeric type).
When I choose "Insert Table" in report option I do have the value shown as Array in report, but when I chose "Insert graph" I only have a blanck as shown below :
I am using this Statement to set the graph : (with Datas as my Array of number )
Locals.Datas.Attributes.TestStand.DataLayout = "MultipleY",
Locals.Datas.Attributes.TestStand.DataOrientation = "Row Based"
I do have the attribute set up as required (Capture.PNG)
have look as much as possible on NI Forum but wasn't able to find the solution of my problem.
Thank you for your responds!
06-05-2020 03:47 AM
I have the exact same problem. In HTML the graph are shown, changing to ATML 6.01 or something else no graph is shown in the report.