From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TDMS index files does not have meta data but indicates presence of raw data in the TDMS file??

Hello All,

 

I am working on reading TDMS Index files into Matlab. So far i have been fairly successful in reading them when the data has been acquired for a short period of time (checked at 2 min). However when a 15 minute data has been acquired, in a few segments the meta information is not present but a variable in the header info for that particular segment says raw data is present. Does anybody know if sometimes meta information is not available but the raw data is actually present (segment wise) in the TDMS file?

 

Many Thanks,

0 Kudos
Message 1 of 2
(2,499 Views)

That means the segment shares the same meta information with the previous segment. It doesn't have any new properties. Its raw index information is the same as previous.

 

You could use the meta information of the previous segment to read the raw data of this segment. Hope this helps, Smiley Wink

Message Edited by Yunzhu on 08-03-2009 08:45 PM
0 Kudos
Message 2 of 2
(2,467 Views)