LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

x-y-z positioning and color intensity chart

I am making 2D intensity chart after receiving text file.
Of the total 81 data, only 45 are shown to fit the visible cross.

eietyon_1-1574826365597.png

I'd like to fold this 3*3 surface and make it look like a 3D cube that is empty inside without a base.
I want to make 3D surface intensity chart.

I don't know which vi to use.

I want to make like this figure

eietyon_0-1574826349797.png

Download All
0 Kudos
Message 1 of 8
(2,724 Views)

You'd have to use the 3D picture control.

 

There are examples shipped with LV...

 

It's not very easy, but the 3D cube comes out of the box 😆.

Message 2 of 8
(2,677 Views)

I don't understand what's your meaning. 

Can i get some information about that example??

the title of that example or vi file attachment please.

0 Kudos
Message 3 of 8
(2,667 Views)

type "3D picture control" in the example finder.

 

Or "texture box", "3D box", etc. in the search of the forum:

https://forums.ni.com/t5/LabVIEW/3D-Surface-texture/m-p/1624636

 

You'd probably need to study and modify those examples a bit...

0 Kudos
Message 4 of 8
(2,658 Views)

You are not really describing the requirements. Your current "cube" is just another flat 2D picture with colored and layered parallelograms. Is that all you need or do you want real 3D where the cube can be rotated freely in all directions? Big difference. Is this "cube" for a static printed report or for user interaction?

0 Kudos
Message 5 of 8
(2,640 Views)

I don't know how can i flod this 2D chart 

Is there any example of 3D intensity chart??

https://forums.ni.com/t5/LabVIEW/3d-surface-plot/m-p/984201

eietyon_0-1574954516419.png

Like above question. I want 3D position setting. and it spread and express the rectangular form of color map.

After that position setting get color information about that position from the txt file. 

and make it change color by the data flow. 

I want real 3D that can be rotated freely in all directions.

0 Kudos
Message 6 of 8
(2,601 Views)

wiebe@CARYA wrote:

You'd have to use the 3D picture control.


There is no example of a 3D car with colormaps loaded from a file...

 

The equivalent of a intensity graph in 3D could be a lot of things. Arguably, the intensity graph is 3D (x,y,z bing the color). Look at the 3D Surface plot for example... But the 3D picture control is more flexible.

0 Kudos
Message 7 of 8
(2,597 Views)

You can use the 3D Parametric  graph. You define the surface using four matrices x, y, z, color.

 

Here's an example from one of my public programs:

 

altenbach_0-1574960336918.png

0 Kudos
Message 8 of 8
(2,592 Views)