LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save strings in tdms format

hi everybody!!

 

can i save an array of string in tdms format???

 

how can i do it??any example??

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

You can save a string array in .tdms file in either of the following two approaches:

  • Save an array of string in a "string data type" channel;
  • Also you can choose to save an array of string in the form of properties.

The string data type channel is a simple way to store a string array, shown in the picture below. The channel is natively an array of elements of the same data type.

 

 

I wrote an example VI to demonstrate the both ways to save a string array, you can refer to the attachment VI for details.

 

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