Hello!
I am upgrading a LabVIEW program to acquire data and save it and display it as fast as possible. Up to now the program saved the data in memory until you stop the program, when it saved it to disk, but this consume a lot of memory, so I am trying to save the data to disk meanwhile I am acquiring and displaying it. I was thinking of creating two extra threads to save the data to disk and to display it, but I am not too confident with LabVIEW, so I was thinking of creating a DLL in Visual C++ and use it in my program.
Can I get some advice in how I could acquire data continuously and save it and display it on the fly? Is there any VI or example that deals with that? Should I do it all in LabVIEW or use DLL's?
Thank you very much!
flope
zmo.