01-21-2009 03:44 AM
Hi there,
I am new in labveiw, but i tried to make some programm to open multiple data file in single graph screen, but it is not working.
what i want to do..in each text file there is Amplitude and phase value. i want to compare minimum 4 text file in one screen.
i also want to substract two data files and see the difference between various taxt file.
can any body help me in that it will be great help
thanx in advance
raj
Solved! Go to Solution.
01-21-2009 05:01 AM
Hi raj,
you can use the "read from spreadsheet file" function to read your data. Then use the index array function to read both sub arrays with your values to work with it.
Mike
01-21-2009 05:15 AM
Hi raj,
see the attached picture, please. It shows an example of what i meant.
Mike
01-21-2009 07:36 AM
Hi Mike,
Thanx for reply.
i have created program as you send me in picture, but somehow i am not able to run it, can you please check it
Thanks in advance
raj
01-21-2009 07:50 AM
Hi mike,
I got solution but i want to see 5 or 6 text file at a time on a singel screen, and each file hase minimum two data (amplitude, phase..etc)
how can i do that with this?
01-21-2009 08:03 AM
Sorry previously it was wrong one,
This is correct one...how i can see 5 text file at a time one one screen on the same scale? because i need it to compare all the data, please give me solution.
Thanx in advance
raj
01-21-2009 09:15 AM
Hi raj,
something like in the attached example should work for you. It's an example where all your file are in one folder.
Hope it helps.
Mike