LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove 2nd cluster from another cluster

Solved!
Go to solution

Attached is my code that gives the error.

 

 

Thanks.

0 Kudos
Message 11 of 13
(649 Views)

There error is expected while cycling through the elements that are not an array. The loop should stop once it was OK.

 

here is a mod of your code showing how to find the array "by name".

 

two_methods.PNG 

 

Have fun,

 

Ben

 

After thought: I have been assuming that you know about "Unbundle by Name" and that does not meet your needs. If not try it.

Message Edited by Ben on 09-02-2009 01:16 PM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 12 of 13
(640 Views)

Sorry, I was looking at the index #0 of the value array, not the fifth like the data array is inside the cluster.  That was my mistake.

 

Thanks for all the help Ben.  I will keep working on this to pass the appended cluster to another vi without the data array.

0 Kudos
Message 13 of 13
(627 Views)