10-05-2020 08:06 AM
I try to read data from TDMS file in portions (blocks). Seems TDMS Read Function has corresponding inputs. However, only first block is read. Attempt to read second block launches error 4 “End of file encountered”.
This is simple code reproducing the error. The VI and TDMS file are attached. The file has I16 data format and contains 1024 data points.
What is wrong?
Thank you
Solved! Go to Solution.
10-05-2020 09:14 AM
You need to wire in your group and channel name to your read function, just like you did for your Get Properties function.
10-05-2020 11:09 AM
Yes, it works now. So simple.
I wonder why first block is read even without channel and group names?