From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

convert tdms to binary

How to convert large size ( > 500 MB) TDMS files to .binary or ascii..

i found so many examples to do this using labview.. but my requirement is if there is no labview installed on my system then how can i convert and analyze the data from TDMS files..

0 Kudos
Message 1 of 9
(4,248 Views)

A tdms file is a binary format.

 

There is a free add-in for Excel.

0 Kudos
Message 2 of 9
(4,243 Views)

Make an executable and an installer out of the one that suits you! Then you can use it without LabVIEW, unless I'm missing something obvious!

Also run a defrag on your file it helps.


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 3 of 9
(4,236 Views)

Does excel addin works for large sized TDMS files. and does work without Labview?

0 Kudos
Message 4 of 9
(4,223 Views)

Why did you mark this question as the solution? Threads marked as solved don't get much attention and threads where you mark a response from you as the actual solution get even less attention. If solved, change the solution to the answer that helped the most. If unsolved, uncheck it as solved. Use the 'Options' link above the body.

 

Excel does not require LabVIEW.

Message 5 of 9
(4,216 Views)

Sorry i dont know about that actually..I felt that as one of the solution for me so i accepted it.

I tried to open with excel importer but could not read the entire file,its throwing error(this file has more than 65536 rows do you want continue with the same index) while opening with the excel importer.

my TDMS file size is 670 MB

0 Kudos
Message 6 of 9
(4,198 Views)

You must be using a pretty old version of Excel. Later versions can have a max of a million rows. I don't know the configuration of your tdms data. How many channels? For analysis of very large files, you may have to read segment the tdms file or use another program - i.e. Diadem.

0 Kudos
Message 7 of 9
(4,188 Views)

okay thanks for your support. i will check the configuration of my TDMS file.. 8 channel data i stored in the file @ a sampling rate of 2000hz.

 

0 Kudos
Message 8 of 9
(4,181 Views)

Here is another solution for viewing TDMS files, available for free on the Tools Network:

 

ni.com/labviewtools/scout

0 Kudos
Message 9 of 9
(4,170 Views)