LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading an TDM file with appended data blocks

Good day,

I wrote a little program that saves blocks of data after a trigger to a file, it will append these blocks off data as much times as you set it. Each appended data block has a time stamp and a signal path and burst number as a header.

I use the storage way to save it to TDM format. This all seems to work nicelly.

Now is my question:

Afterwards i want to read each block or burst seperatelly. How can I do this. I can't seem to find an easy way to read just one data block in the file.

best regards

Joost van Heijenoort
Ursa Minor Space and Navigation
0 Kudos
Message 1 of 2
(2,262 Views)
Hi  Joost
 
The Data Storage Read VI lets you Query your TDM File. Lets say you have saved all your data to a channel Identified by a Name that is equal to the burst number. Then you can use the Read to only read the data where the Name of the channel equals that burst number.
 
This way you can retrieve any arbitrary burst you like.
 
Hope this helps.
 
Thanks
Karsten
0 Kudos
Message 2 of 2
(2,242 Views)