Dear all,
I have a problem reading all the channels in some tdms files. I tryed to find a solution in the forum but I didn't find any.
In particular, if I try to read all the channels including the first (column 0), I get error -2532.
Same error appears if I try to read only the first channel indicating the channel name in the input.
If I use the function read without any input to channels_names o with an array containing all the channels except the first column, the vi works and give as result the channel starting from the second one (channel 1).
How can I get the values of the first channel?