10-09-2019 02:12 PM
Hi, I am facing trouble with saving the jpeg file of the data continuously. I have attached my VI. In this I am able to save the jpeg file but when the graph gets complete the new graph starts saving in the save jpeg file by overwriting the previous one. I am getting data at a very high speed. So I want to save all the graphs in different jpeg file in the same folder.
I am new to lab view so if you can help me from basics or either by changing my VI files will be highly appreciated.
Thank you
10-09-2019 02:21 PM
10-09-2019 02:25 PM
Hi GerdW,
Thanks for such a quick response. Can you let me know how to do that as I can see in the write jpeg file just to give one file name that it saves.
10-09-2019 02:28 PM - edited 10-09-2019 02:29 PM
10-09-2019 07:33 PM
It overwrites your old data since they are having the same file name. If you can give a unique filename for each image, that would solve your problem. For example, append the timestamp to the filename.
10-09-2019 08:12 PM - edited 10-09-2019 08:13 PM
Here's a simple example.
Make sure to read the comment box!
You might also want to consider the Create File with Incrementing Suffix VI.