LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems scanning signal from the PZT in the form of 3-d surface.

      I have attached an example program to scan signals. In my program I want to do the scanning program 128 and 256pixel. The simulated signal from the PZT into the form sine. wave, then the signal to create 3-d. The first step to create a raster signal to control the movement of PZT in an x,y axis and z  axis (signal from tip) of the signal to create 3-d surface.What I want to do, but it is not successfully remove the  control signal at x axis. The signal from the PZT to create 3-d surface(z axis). By the signal controlled PZT(x axis) shift to scan each line in 3-d surface.

 I have attached a reference model program.

Please recommend my problem. Thank you

Download All
0 Kudos
Message 1 of 6
(2,906 Views)
could you please clarify what you are trying to do and what problem you are seeing?
National Instruments
0 Kudos
Message 2 of 6
(2,887 Views)
I want to create three-dimensional. By a 10Hz signal is based on the maximum signal of a slider of the new row in the core of the three-dimensional surface scan is scheduled. 256 * 256,128 * 128 pixel display the following form.
Download All
0 Kudos
Message 3 of 6
(2,879 Views)
Are you trying to display data in a 3D graph?  Do you need to know how to convert the 2D layers into 3D?  If you have 2D layers in 2D arrays, then you can use a build array or a for loop with an auto-indexing output to generate a 3D array which will represent the 3D data.
Jared S.
Applications Engineering
National Instruments
0 Kudos
Message 4 of 6
(2,856 Views)
Thank you for answer. Now I want to convert from. 2D is 3D but can not. I have attached the program I made but have not made 3D. I hope you would understand the program and instructions.
I am using labview 8.5 
0 Kudos
Message 5 of 6
(2,736 Views)

Hello, You will have to replace your Waveform chart with a 3d graph. You can find all the different kinds of 3d graphs in the Controls Palette under Modern >> Graph >> 3d Graph.

 

I would suggest using code from a good example in the example finder. Go to Help >> Find Examples and search for 3d. There are many that you may find useful, but I think a good start for you is 3d Surface Plot.vi. Give it a run and see if it works for you.

 

National Instruments
0 Kudos
Message 6 of 6
(2,708 Views)