Hi all,
I try to convert TDM and TDMS files to a text file.
With the TDM files there is no problem to read different data types (such as numerics, date/ time, and so on) as an array of strings, by using the "Get Properties" TDM Storage-VI: I've set the output data format to "Array of strings".
But I've problems to read channels from a TDMS file with different data types, because I always get an error
"Error -2525 occurred at TDMS Read in mainASCIIConverter.vi
Possible reason(s):
LabVIEW: TDMS file data could not be converted into the specified data type."
, when I try to read a channel with data type "date/time" as a 1D- string array with the TDMS read VI (see attached picture)!
Can anyone help me to solve this problem?
Thanks
daHans