LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to manipulate only X values of Edge coordinates (IMAQ Find Vertical Edge VI)

In IMAQ Find Vertical Edge VI Edge Coordinates is an array of clusters, but I need to manipulate only the X values. How can I extrapolate those values to use them after?
0 Kudos
Message 1 of 3
(2,628 Views)
You have to unbundle the cluster, modify the values, and rebundle them. It's a bit of work, but you'll get the hang of it pretty easily.

If you want, I have several examples of this on a project I recently did. I can send you a screen shot if you need.
0 Kudos
Message 2 of 3
(2,628 Views)
Thanks for your answer...I have begin to do it yesterday afternoon, but I don`t finish it yet !!!Isn`t there an other way of doing ? My problem is that I don`t know the exact number of points used by the edge coordinates, and before unbundling the cluster, I have to transform my array of clusters into a cluster, so I have to give it a fixed size...it`s not a difficult work, but quite long...
0 Kudos
Message 3 of 3
(2,628 Views)