LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reading tdms file

Solved!
Go to solution

I am unable to read the data of the attached tdms file image, cumulative hour column with same precision. The values what what i saved under this column is nothing but the data acquisition rate in a cumulative manner. i.e 0.0000138889 values corresponds to 50ms, second row value 0.0000277778 corresponds to 100ms. I am just saving millisecond value as Hour. 

I am using standard tdms file viewer vi. And my labview version is 2017.

 

Hope some one help.

0 Kudos
Message 1 of 5
(2,522 Views)

Hi gkm,

 


@gkrn wrote:

I am unable to read the data of the attached tdms file image, cumulative hour column with same precision. … Hope some one help.


You would get far more help when you would attach that TDMS file (not just an image of the file content!).

It would also help to attach the VI where you write data to the TDMS file…

(Best would be to place the whole project with a TDMS example file in a ZIP file.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,513 Views)

I am attaching the file...

0 Kudos
Message 3 of 5
(2,384 Views)
Solution
Accepted by topic author gkrn

Hi gkm,

 

thanks for the TDMS file.

This is (the start of) its content:

check.png


@gkrn wrote:

I am unable to read the data of the attached tdms file image, cumulative hour column with same precision. The values what what i saved under this column is nothing but the data acquisition rate in a cumulative manner. i.e 0.0000138889 values corresponds to 50ms, second row value 0.0000277778 corresponds to 100ms. I am just saving millisecond value as Hour.

So you save that "millisecond value as Hour" and it is stored with unit hour. What is your problem?

Why are you unable to read the data, when the TDMSMonitor in LabVIEW can read the data?

 

Again: you should also attach the VI, where you generate that TDMS file, and you should attach your VI used for reading the data…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,368 Views)

Thanks for your time and reply.

0 Kudos
Message 5 of 5
(2,353 Views)