02-11-2006 05:49 PM
02-12-2006 12:37 AM - edited 02-12-2006 12:37 AM
Hello Sir,
If I understood correctly, you would like to
1) Read an LVM file, and plot that on a waveform chat, and then
2) Read another file, and plot that in the same waveform chart and so on...so that you can see all the plots on the same waveform chat and compare the results.
If I am right, I exactly tried for the same thing but it did not work for me in LabVIEW. And hence I saved the data in *.mat format which is matlab readable binary format. And then, read the same in labview and plotted all the files on the same waveform chat in labVIEW and compared my results.
But, if you like to erase the earlier graph, and plot the new graph on the same waveform chat, you might try using a while loop and place the Read LVM file function in the while loop, and define the condition for termination. With this, the program will prompt you for a new file, as soon as it finishes plotting the old one.
I am not sure if this is really helpful for you but it's just an attempt to help you.
Good Luck on your problem!
Message Edited by Kay Kay on 02-11-2006 09:41 PM
Message Edited by Kay Kay on 02-11-2006 09:42 PM
02-12-2006 12:44 AM
02-12-2006 01:15 AM
02-12-2006 06:33 AM
02-12-2006 11:01 AM
02-12-2006 01:08 PM
02-12-2006 05:36 PM
02-13-2006 01:25 AM
Hi,
@lxx wrote:
Thanks for your advice. However, I can't open your VI. Maybe it's wrote in version 8 and I only have version 7.1. Could you please attach an image file of the VI you wrote? Thanks very much.
02-15-2006 09:30 PM