LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

DDC DataPlugins-Use

hallo,

 

in a project I have to use tdms-data-format to store and read data. there is a data-plugin existing to transform our most used data-format (FCS3) into tdms. but I have to do this from inside a c++ - project without using LabView, DiaDem or DataFinder.

 

i use the dominonilibddc-dll to write/read my tdms-files. is there a possibiliy to use data-plugin from inside this dll ? it would be much less work to apply the dataplugin vs. write my own code and convert the file step by step.

 

or is there a generally other solution to use a dataplugin without these three software-packages ?

 

thanks and best regards

 

Simon

0 Kudos
Message 1 of 2
(3,755 Views)

Hi Simon,

 

There is currently no way to use DataPlugin outside DIAdem, DataFinder or LabVIEW.

But you can use LabVIEW to build a library (DLL) to do the conversion and use this library from your C++ project.

 

- Stefan

0 Kudos
Message 2 of 2
(3,717 Views)