LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert a 1D array of cluster of 2 elements to a 2D array of double?

Solved!
Go to solution

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

Message 1 of 5
(12,158 Views)

what is the content of this 1D array of cluster?

  If it is juts a decimal string you can use this snippet

 

1.png

 

Regards
Guru (CLA)
0 Kudos
Message 2 of 5
(12,150 Views)

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

Message Edited by isa-jena on 04-01-2010 06:02 AM
0 Kudos
Message 3 of 5
(12,142 Views)
Solution
Accepted by topic author isa-jena

Use "Cluster to Array" in a for loop.

See image.

 

Cluster2Array.png

 

Hope this helps.

 

Message 4 of 5
(12,133 Views)
thanks a lot
0 Kudos
Message 5 of 5
(12,124 Views)