Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

data stopped writing to file

Hello; I have been experiencing problems with my system not writing all the data to the file. I am acquiring a signal versus time data. I can see the entire graph on my program which is suppose to be representative to what is to be written to the file, however when I later go in and analyze the data I am not seeing all the data that should be there, it stops after a certain time. I did not get any message idicating a problem and like I said, I know that the program did acquire the data because I could see it when running my program but it is just not writing all the data to file. Any ideas? Labview 5.1, multifunction daq
Corey
0 Kudos
Message 1 of 4
(3,000 Views)
This could be a number of things, but are you flushing your output queue to make sure all data is written to the file?

Jamie
0 Kudos
Message 2 of 4
(2,993 Views)


@Jamie Fraser wrote:
This could be a number of things, but are you flushing your output queue to make sure all data is written to the file?

Jamie


I appreciate the speedy response. How do you flush the queue to make sure all the output data has been written?
Thanks Again,
Corey
0 Kudos
Message 3 of 4
(2,987 Views)
Hi,

Call fflush() to flush the output queue.

Regards

Jamie Fraser
0 Kudos
Message 4 of 4
(2,970 Views)