LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display multiple spreadsheet on one XY Graph

Solved!
Go to solution

Hello 

How can i display multiple spreadseet on one XY Graph ?

 

i'm using this method for single file :

 

Capture.PNG

0 Kudos
Message 1 of 9
(3,235 Views)
Solution
Accepted by topic author mori64

You can just use a FOR loop.  Autoindex on your array of files.  Inside the loop, you just read the file and process it as you already do.  Then you just append the array.  If you have LabVIEW 2013 or later, you can use the Concatinating Tunnel for the output array.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 9
(3,227 Views)

Hello  crossrulz

 

may i ask you show this for two files .

 

0 Kudos
Message 3 of 9
(3,217 Views)

Don't know how to follow directions?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 9
(3,194 Views)

@crossrulz wrote:

Don't know how to follow directions?


I like the use of subVI and non-functional snippet. Smiley Very Happy

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 5 of 9
(3,160 Views)

James.Morris wrote:

I like the use of subVI and non-functional snippet. Smiley Very Happy


The OP already had that part figured out and I was too lazybusy to recreate it.  Besides, he just asked for an example.  No reason to do their job for them.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 9
(3,146 Views)

Yup, I figured as much.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 7 of 9
(3,134 Views)

This is what i have done 

Capture.PNG

it's really intresting that The color of the plots automatically got changed Smiley Happy

as you see here address is constant and number of file too.

now i'm working on user just select the folder and the code automatically display all file in the folder .

 

 

0 Kudos
Message 8 of 9
(3,074 Views)

Hello 

How can get the plot corresponding color ?

 

 

0 Kudos
Message 9 of 9
(3,031 Views)