LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TDMS File FormatW

We are looking into the new TDMS file format. One problem we've got is that the file structure is bad(not) documented. If  I create a file with a 'untitled' group and 'untitled' channel and a U8 data set from 0 to 99 I get the followin files

.tdms:

.tdms_index:

I can't find anywhere my data so it is propably compressed, does anyone (NI?) know the file format or is a white paper coming?

Thanks,

Ton

Message Edited by TonP on 09-15-2006 11:18 AM

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Download All
0 Kudos
Message 1 of 5
(3,325 Views)
Ton,
 
Just did a search on the website and found these
 
 
I would guess you have already seen them and hasn't helped you.
 
Trying to help ...
 
David
Message 2 of 5
(3,315 Views)
Yup have seen them, but I am looking for documentation on how the data is stored so that we can write a note on it, and we can read the files in 10 years or so with any software.
I like the TDMS format because it allows me to store a lot of info about the data (sensor/daq/computer) in an easy way. And it is compressed just this week I had a measurement of 9 channels 20kHz for 10 minutes (500 MEG in txt) and the binary file was much smaller but needed a conversion tool for a third party so ge sticked with the txt files....Smiley Mad

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 5
(3,312 Views)

Take a look at the bottom of this page

http://zone.ni.com/devzone/conceptd.nsf/webmain/8F07969FB2FA71C1862570DF006B0190?opendocument&node=5...

Maybe the contact listed might be able to help?

David

 

 

Message 4 of 5
(3,311 Views)
OK,

one error I made this data is uncompressed available (look at the top picture starting at byte x98.....

And I thougth the alphabet was some kind of mapping mechanism...
Then I tested it with an array of DBL's of 10Meg elements, yes the file was 80.000.150 bytes sized apparently if there is one channel the tdms_index file is at the top of the TDMS file

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 5 of 5
(3,301 Views)