From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Excel Report

I have used array to plot the graph, since I dont the size of the array I have used List , I am facing problem when I am trying to use that list in the excel report it is not able take data from list and store

 

 

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

Hello Snoopy, as I already told you here, it's difficult to imagine what you are doing.

Can you post some example code to examine?

 

Alternatively, if you have used either PlotY or PlotXY with an array of data, GetPlotAttribute with ATTR_NUM_POINTS attribute permits you to retrieve the number of elements in the plot. Next using ATTR_XDATA and ATTR_YDATA atributes you can retrieve the data array directly from the graph.

Can this be of some help to you?



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(3,180 Views)