04-30-2010 03:19 AM
Hi
I have to generate an excel report which should first read from previous excel file and then generate a grah on a new file having data and graph. Infact I have implemented this part by modifying Labview example. But I could'nt understand where should I specify my x-axis and y-axis columns. My data is like this
Time Ch1 Ch2 Ch3
1:1:2 1 2 3
1:1:3 1 2 3
1:1:4 1 2 3
I have to generate graph with time on X-axis and channels on y-axis. SO there will be three lines for ch1,2,3 against time axis.
Thanks
04-30-2010 03:46 AM
04-30-2010 04:00 AM
Did I get it right, you want to read excel data and graph the same data in excel by using LabVIEW?
Or read some excel data, do some LabVIEW and report the result to a excel graph?
Even if I'm addicted to LV and hate VBA, for the first case just turn on the macro recorder , hit alt-F11 do some minor changes and your done.
04-30-2010 04:15 AM
HI Henrik
I have to read excel data and graph the same data in excel using LabVIEW generation toolkit.
Thanks