04-01-2010 05:12 AM
Hi there,
as the question says:
How to convert a
1D array of cluster of 2 elements to a 2D array of double?
Using Labview 8.6
thx
Solved! Go to Solution.
04-01-2010 05:34 AM
what is the content of this 1D array of cluster?
If it is juts a decimal string you can use this snippet
04-01-2010 06:00 AM - edited 04-01-2010 06:02 AM
content of 1d array of cluster of 2 elements is double double
if I use your unbundle by name to connect to decimal string to number I get: source is void : sink is string
04-01-2010 06:14 AM
Use "Cluster to Array" in a for loop.
See image.
Hope this helps.
04-01-2010 06:32 AM