LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview graph from excel data

Hello,

 

I need some help. I have data in excel The first column is a timestamp and the other columns are the data needed.and I am trying to get a graph with multiple plots with these data.

 

attached here are the excel file and a labview file. In the labview file, the top part is an example I got from the forum, an interesting graph I am trying to follow.

 

The bottow part is my tentative to extract the data from excel into array and try to use it. but I am stuck here. Any help please!

 

Thank you,

Agyna

Download All
0 Kudos
Message 1 of 11
(3,786 Views)

Hi agyna,

I've saved xls file into csv and then i'm reading into labview and plotting the graph. Please check it this is what you need.

Thanks
uday
Message 2 of 11
(3,763 Views)

Thank you for replying. One thing that is needed is to used my own timestamp that is in the first column of my data. I just removed the top part that was creating the time stamp, but then I don't know how to extract my timestamp from the first column of my excel data and use it for the x axis.

 

Please see attachment, I removed the top part of the program.

Thank for you help again.

 

Agyna

0 Kudos
Message 3 of 11
(3,751 Views)
0 Kudos
Message 4 of 11
(3,742 Views)

Hi,

 

This link doesn't really help solving the problem. As you can see in the attached file I have extracted the timestamps into an array, but I am not sure how to use it for the graph.

 

Thank you.

0 Kudos
Message 5 of 11
(3,732 Views)

Please check this. I didn't do it for all graphs. I think you can extend the same and expand for all plots.

Thanks
uday
0 Kudos
Message 6 of 11
(3,715 Views)

Hi,

 

Could some please take a look at this. It is working for about 50 plots on the same graph. But with the attached excel file we need to have about 500 plots on the same graph and analyse them. Can someone help me here on how to add the other plots as my "build Array " element is getting longer and longer as I am adding more plot.

Any idea on how to use some loops or something else to have this done easily?

 

Thank you

0 Kudos
Message 7 of 11
(3,672 Views)

Hi,

 

Could some please take a look at this. It is working for about 50 plots on the same graph. But with the attached excel file we need to have about 500 plots on the same graph and analyse them. Can someone help me here on how to add the other plots as my "build Array " element is getting longer and longer as I am adding more plot.

Any idea on how to use some loops or something else to have this done easily?

 

Thank you

0 Kudos
Message 8 of 11
(3,671 Views)

Hi,

 

Could some please take a look at this. It is working for about 50 plots on the same graph. But with the attached excel file we need to have about 500 plots on the same graph and analyse them. Can someone help me here on how to add the other plots as my "build Array " element is getting longer and longer as I am adding more plot.

Any idea on how to use some loops or something else to have this done easily?

 

Thank you

0 Kudos
Message 9 of 11
(3,669 Views)

Sorry I couldn't attach the original excel file. The attached file is just for 120 plots on the same graph, so same Idea.  I need some help please.

0 Kudos
Message 10 of 11
(3,656 Views)