01-03-2019 05:01 AM
01-03-2019 12:28 PM
It's dated but this may be a start:
http://www.ni.com/white-paper/6471/en/
01-03-2019 01:51 PM
The linked white paper is useful, but only provides writing, not reading VIs. One could try to re-create the reading functionality but it is likely a pain. Is Wine an option for you? I've never used the Linux desktop with LabVIEW but I assumed the TDMS functions just work, are they not even on the palette?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
01-04-2019 06:59 AM
Thanks for your reply.
I do not want to use any NI tools because we have our own application which needs to write TDMS files. Reading has low priority.
Do you know if an external API or shared library exists?
01-07-2019 10:50 AM
Hi Henrik,
I realize that you are looking for a Shared library solution.
A python solution that reads and writes TDMS works for my needs. (it does not have full ability but it does work for me.)
This is using Python 3.4 and higher, and is using the package npTDMS. This should work in Linux,Mac or Windows.
Paul