05-03-2013 03:06 PM
I'm taking about 400,000 samples at 50kHz sampling and I see the all the correct data in the wire leading into the Save to ASCII/LVM. However, I noticed that the file actually only has the first 100,000 samples and then repeats the first 100,000 samples 3 more times to give me the expected 400,000 sample total. This was confirmed by looking at the actual file and also first noticed when I read it out using the Load from LVM vi.
I
05-03-2013 03:16 PM
Looks like your express VI is set to overwrite the file? Try setting the Close input to True. Maybe that will flush the file to disk.