From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get Datatype fromTDMS

Hi all,

 

If I have a Channel name and the Group Name in a tdms file, is it possible to get the Datatype of a particular Channel?

 

Thanks,

Suresh Kumar.G

 

 

0 Kudos
Message 1 of 2
(2,623 Views)

Hi g_sures,

 

It's possible. You can view the TDMS in LabVIEW by using TDMS File Viewer in Programming -> File I/O -> TDM Streaming, when you view the channel in the viewer, it can display a property "NI_DataType" and this is the data type of the channel. You can also programming in LabVIEW by using TDMS Get Properties to get the value of this property in your code.

0 Kudos
Message 2 of 2
(2,600 Views)