Jump to content

Question about 3-D graphical display in labview 8.5


Recommended Posts

I have a question. I am trying to take a series of 2-D arrays and basically lay them on top of each other to form a 3-D picture. The numbers within the array represent the pixel intensities. I am by no means a LabView expert, but I use it as a secondary tool to display data from research. I would like to generate a user interface that would allow me to be able to move and get a good visualization of this 3-D matrix (It's essentially 4 dimensions x,y,z,and the pixel intensity). Any ideas?

Link to comment
  • 2 weeks later...

ABSOLUTELY!!!

I have done this a variety of ways, using the activeX 3d control avaialble within the graph pallette, w/ a slight modification.

this something like what you want?

post-208-1193429449.jpg?width=400

The trick is that you don't use the VI's provided, rather just the reference that they drop and use the method "Plot3DMesh"

using that method is critical if you data does not arranged perfectly (happens w/out you even realizing)

This method does a connect the dots for you and makes the 3d surface and it is up to you to set the levels for the values, but this is very easy through right click the activeX control on the FP

post-208-1193429664.jpg?width=400

and go to properties.

From there you set a lot of stuff.

So go play w/ what I've given you so far and come back w/ about the 20 questions I'm sure you'll have

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.