How does labview write file command work? Does it works this way: write data into a buffer first, then write it into a text file once the buffer is full?
I am tring write some data into a file. I can see about 390 data were written, but after cycle computer's power, only about 340 data in the file. Are the rest data in buffer and werr lost when power off?
How can I solve this problem?
Thanks.