02-18-2014 11:38 AM
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
02-19-2014 09:38 AM
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