LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Merge two TDMS files

Good day

 Have been trying to find a way to merge 2 TDMS flies created using Sound and Vibration assistance one is the acceleration and the second is the frequency.

I would like to be able to port to Excel to present the data.

Thank you

Jay

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

Do you have the TDMS Excel Plugin?

aputman
0 Kudos
Message 2 of 5
(4,945 Views)

Yes but how will that help me with the merging of the files?

Jay

0 Kudos
Message 3 of 5
(4,918 Views)

@n3ow wrote:

Yes but how will that help me with the merging of the files?

Jay


It doesn't.  I was addressing your second statement about porting the data to Excel.  

aputman
0 Kudos
Message 4 of 5
(4,916 Views)

Couple of options.

 

https://forums.ni.com/t5/LabVIEW/Rearrange-TDMS/td-p/2449740

https://forums.ni.com/t5/Example-Code/Programmatically-merge-all-TDMS-files-contained-in-a-folder/ta...

 

Basically a simple command line copy operation will do it.  Perform a command line call like the following:

 

copy /B File1.tdms + File2.tdms NewFile.tdms

Message 5 of 5
(4,913 Views)