DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Standalone application to save TDMS file as TDM

Hi all

 

I have a requirement to save a TDMS formatted file to a TDM formatted file. I have 'manually' used DIAdem to do this (File - Save As...) but would like to do this from within a windows application (C/C++) that I have created. Is this possible perhaps by using the c_dll_tdm (I could not find a 'save as' function) or any other method that can be simply incorporated into my application.

 

Many thanks

 

Steve

0 Kudos
Message 1 of 5
(1,491 Views)

Hi stevedif,

 

Please have a look at GitHub

 

Greetings

Walter

0 Kudos
Message 2 of 5
(1,454 Views)

Walter thanks for the quick and concise reply, and thanks for the greetings 🙂

 

I'll take a look.

 

Cheers

 

Steve

0 Kudos
Message 3 of 5
(1,444 Views)

Hello Steve,

 

there is no easy tool/library doing your job.

What you can do is call DIAdem with command line parameter to automate the job.

 

P.S.: LabVIEW has an "Convert to TDM or TDMS VI" but it might fail for huge files.

 

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

Thank you Andreas

 

That is certainly an acceptable possibility for me. I have had little exposure to DIAdem but it would seem that I need to write either a VBS or python (python script support seems to have started in 2020 DIAdem release) script and call it from the command line when invoking DIadem.

 

Once again thanks for responding to my question.

 

Steve

0 Kudos
Message 5 of 5
(1,411 Views)