04-17-2023 10:08 AM
Hello,
I have created a VI to plot my TDMS data but I must have do something stupid here as the timebase of the plot is completely wrong!
The actual log is less that 10s long but if I were to 'trust' the plotted data its over 30min!
Could someone kindly please have a look at my VI and advise how I can plot my TDMS data against time correctly.
Solved! Go to Solution.
04-17-2023 10:48 AM
Hi sherzaad,
@sherzaad wrote:
I have created a VI to plot my TDMS data but I must have do something stupid here…
Yes.
Why don't you read the TDMS data as waveforms so they keep their sample timing?
Why do you use a chart instead of a graph?
Have you tried to load your TDMS file using the TDMSViewer from NI?
04-18-2023 04:50 AM
@GerdW a écrit :
Why don't you read the TDMS data as waveforms so they keep their sample timing?
So that was where it went wrong!
did the suggested change and it all good now. Thank you!