09-10-2023 11:36 AM
I'm trying to save my sensor data on the Raspberry.
As a txt file it works without any problems.
as a TDMS file I get the following error message.
Am I doing something wrong or does the function simply not work on the Raspberry?
does anyone have any ideas for a solution?
09-10-2023 12:49 PM
I think the TDMS functionality is not available on the Raspberry Pi. But, but the icons are there, I hear you say.
Yes they are there as they are an integrated functionality in LabVIEW, but they rely on external components in the form of shared libraries to work. And these shared libraries need to be ported and recompiled for every platform. I guess that did not happen for the TDMS functions.
09-11-2023 09:10 AM
https://forums.ni.com/t5/Example-Code/VI-Based-API-for-Writing-TDMS-Files/ta-p/4101006
I think this could work.
A first quick test looks promising.
I have to test more details first