Hello,
I'm attempting to do something relatively simple: writing strain gauge data to a measurement file (.lvm) and then reading and charting the written file.
However I have been getting the following error message when I try to do this:
"Error 100 occurred at Read From Measurement File -> StrainGaugeExample 1.vi
Possible reason(s):
LabVIEW: File contains erroneous data. Normally for user data files."
Software specs are Labview 8.2 using w/ Daqmx 8.5. Hardware specs are compact-DaQ-9172 and NI 9237 strain gauge modules
I have been acquiring strain data without using DaQ Assistant. Instead I am using code built around the NI example using shunt calibration at
ftp://ftp.ni.com/pub/devzone/epd/4011.zip. I have however tried to do the same thing (write to file and read/chart the same file) using DaQ Assistant and have been successful. However use of the DaQ assistant is not an option for my application.
Another thing I have noticed is that the .lvm files have multiple headings. When I try to write to measurement file using the "one header only" or "no headers" options instead of the "one header per segment" option, there is no error. However the files don't appear to be being read and no data is charted.
An example of an unreadable measurement file and an example of the VI I am using to write and read the data is attached. (the .lvm file has been changed to a .txt file since it appears you cant attach .lvm files)
I would
really appreciate if anyone had any idea why this was happening

Cheers,
Thurston