Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

merge tdms file

Hi,

 

is there an easy way to merge a set of tdms-files (with same structure) to one file?

 

For example:

 

Measurement1.tdms

Measurement2.tdms

Measurement3.tdms

 

to 

 

Measurement.tdms

 

 

 

 

0 Kudos
Message 1 of 4
(5,222 Views)

Hi Andre,

 

in what way do you want to "merge" the files?

 

I think you could read the files out in Measurement Studio with the TDM Streaming Lib or the Diadem Connectivity Lib and save the data into one file.

 

Let me know, if you have any questions.

 

Best regards,

Melanie

Best regards,
Melanie Eisfeld
Senior Applications Engineer, National Instruments Germany
Certified LabVIEW Developer
Certified TestStand Architect
0 Kudos
Message 2 of 4
(5,203 Views)

This may also be helpful:

 

NI-TDMS-Dateiformat - National Instruments
https://www.ni.com/de/support/documentation/supplemental/06/the-ni-tdms-file-format.html

Best regards,
Melanie Eisfeld
Senior Applications Engineer, National Instruments Germany
Certified LabVIEW Developer
Certified TestStand Architect
0 Kudos
Message 3 of 4
(5,202 Views)
Hi Andre09, You can have a try to read all the bytes from the TDMS files one by one and then paste the content into one TDMS file. It technically should work if there's no group/channel name overlap, but it cannot be permitted everything can work.
0 Kudos
Message 4 of 4
(5,133 Views)