06-01-2009 06:08 PM
Hi there, I am new to LabView and am in need of some help. I am acquiring temperature data which I am send to a LVM file at the end of the program. Is there a way to have my data recorded after each measurement (or periodically during the measurements if writing to a file every time will slow it down?)? I just wanted to ensure that if I am running the program for long periods of time that I will have some data stored in the case that the computer crashes, etc. and that I won't lose everything.
Any suggestions are appreciated!
06-01-2009 08:51 PM
06-01-2009 11:00 PM
Hi,
Of course, you can open a file before the measurement starts and keep on pumping the data in to the file and close the same after the measurement finishes. But you have to take care of the criteria like sampling rate and the number of samples each time you are acquiring so that there is no chance to loose our program speed and CPU usage.
MRK (CLAD)