11-17-2022 01:28 AM
I open a tdms file in DIAdem,but waveform cann't be displayed,I suspected to be caused by the data type. Is there any way to solve it?Thanks!
11-17-2022 02:21 AM
Hello bhyy,
the data you load are not numerical, but string; you can see it on the label "ABC" before the channel name.
Moreover, the time channel (even if contains date & time information) is a string too. Means, Diadem doesn't understand it as "really time".
How the file was created/generated? Maybe there is an answer.
You can transform the values from string to numeric, and similar for time channel.
But: do you need it just once, or with other data files (with similar issue) too?
Depending on this, the code you need can be more or less general.
Greetings,
Vassili