04-21-2004 10:46 AM
04-21-2004 04:20 PM
04-21-2004 06:20 PM
04-22-2004 08:40 AM
04-23-2004 02:34 PM
04-28-2004
02:29 PM
- last edited on
11-10-2025
06:42 PM
by
Content Cleaner
Hey Bernd,
The reason you're getting Error 100 is that by modifying the header the file no longer fits the LVM file format. Here's a link to a document that discusses this format in more detail:
Specification for the LabVIEW Measurement File (.lvm), Version 1.0
I would suggest not using the Write/Read LVM express VIs. Depending on your data I would suggest using some of the file writing VIs directly. This way you can control directly what data you're writing to file. You can find lots of examples by going to Help >> Find Examples and searching for file. I would suggest looking at the Write to Text File exampl
e. You can customize this example to first write a header.
I hope this helps!
Sarah Miracle
National Instruments