09-24-2016 12:03 PM
Hi,
I need to plot X-Y plots into a TestStand report.
When I run "graphs example.seq" (my code), I get the following error:
Unknown variable or property name 'Locals.outputData1.Attributes.TestStand
2D data arrays are generated by Labview VI in my .seq file.
However, when I run "Displaying Graphs in a Report.seq" (NI example), no problem.
This calls .NET functions.
Thanks,
Vikram
09-26-2016
10:00 AM
- last edited on
11-05-2024
11:16 AM
by
Content Cleaner
Hi boyapati,
You are receiving this error because the "TestStand" attribute doesn't exist for the outputData Local Variables in your sequence file. You need to add the attributes manually. To add attributes, right click on the variable and select Advanced>>Edit Attributes.