LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

question with arrays and clusters

Solved!
Go to solution

Hi

Another question with arrays and clusters. I have three motors thatI move along XYZ and then measure something. I need to plot on 3D the result of the measurement. How do I plot the real positions XYZ and data and not the index of the array ?(i don't know actully how to build the 2D matrixes forX, Y and Z). In the figures I give an example of what I need.

Regards

0 Kudos
Message 1 of 3
(2,967 Views)
Solution
Accepted by topic author nitad54448

You will have to break the data out of the cluster and present them to the 3d Graph a seperate arrays for X,Y,Z, and W where "W" is your measured values from the locations described by X,Y,Z.

 

This thread shows how to plot readings in 3-space. The following image shows the data the original questioner wanted to plot.

 

 

 

Have fun,

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 3
(2,951 Views)
thank you, sir Ben ! Smiley Happy
0 Kudos
Message 3 of 3
(2,942 Views)