LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TDMS Icon and clusters... why not?

I want to use TDMS file, but I can't link wire from cluster to TDMS icon. See this figure to understand:

 

merge cluster array.JPG

 

I can use array, I can Use Merge Signal, but no cluster... also if cluster is a cluster of numbers. Why?

What is the excellent way to use TDMS Icon? What type of wire are better to use?

It's possible to "unbundle" also an array. Can u show me how?

0 Kudos
Message 1 of 4
(3,112 Views)

Hi Michelle1892773,

 

Cluster is not supported for TDMS Write now, you'd better write an array to a TDMS channel. 

0 Kudos
Message 2 of 4
(3,090 Views)

is there any specific reason for are using "cluster"? because you are unnecessary complicating the data type.

 

If there are no issues then go for arrays

Regards
Guru (CLA)
0 Kudos
Message 3 of 4
(3,078 Views)

If you want to use a cluster to store settings as properties for a file/group/channel, you can use the following code (here I store an error cluster):

GetClusterElemNames.png

 

It uses code from OpenG toolkit.

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 4 of 4
(3,060 Views)