NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to plot X-Y graphs in a TestStand report

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

0 Kudos
Message 1 of 2
(3,570 Views)

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.

Steven Gloor
Staff Customer Engineer - CTA, CLD
0 Kudos
Message 2 of 2
(3,533 Views)