02-22-2010 02:27 PM
I want to use TDMS file, but I can't link wire from cluster to TDMS icon. See this figure to understand:
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?
02-22-2010 07:32 PM
Hi Michelle1892773,
Cluster is not supported for TDMS Write now, you'd better write an array to a TDMS channel.
02-23-2010 12:39 AM
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
02-23-2010 05:17 AM
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):
It uses code from OpenG toolkit.
Ton