LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't unbundle a cluster.

Solved!
Go to solution

Hello all,

 

I am trying to unbundle a cluster to retrieve an array of joint coordinates from a kinect. For some reason I am receiving an error (see attached image) when I attach the cluster wire to an "unbundle by name". In a subvi which I've attached (GetJointPosition.vi), it performs the same procedure and it works. I am using the wrapper from this ni document:

 

https://decibel.ni.com/content/docs/DOC-16978

 

Any help would be appreciated.

 

Thanks!

Download All
0 Kudos
Message 1 of 3
(3,191 Views)
Solution
Accepted by topic author djj790

That's because you are trying to unbundle an array.  You have to index the clusters out of the array in order to unbundle them.  What exactly are you trying to do here?



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(3,178 Views)

Thank you for the reply. I ended up fixing it. Your suggestion was one part of the problem I was having. Thanks again!

0 Kudos
Message 3 of 3
(3,150 Views)