Hello,
I am using the TDMS C DLL to create *.tdms files. Everything works fine and also streaming my data to the file works perfect.
The only issue is, that I can't save the file in between. I would prefer to always save the document after a data point is added. Unfortunately I always get an error message when I try to save in between. Saving and closing at the end works fine.
I found similar problems under
https://www.ni.com/en/support/documentation/bugs/19/labwindows--cvi--2019-known-issues-by-date.html Code 281013
and https://forums.ni.com/t5/DIAdem/Function-DDC-SaveFile-from-the-DIAdem-Connectivity-Library/td-p/7182...
The first one is not satisfying, because I cannot check if all operations are completed. The second solution did not work for me.
I attached a picture of the code, where the problem occurs.
Thanks for your help.