From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plot of a 360 degree sampling around a line

I'm doing a scan around a line by sampling data 360 degrees for every value of z(z is the position on the line). So, that mean I have a double for-loop where I collect the data for each z-value. The problem comes when I try to plot the data. How should I do? I've tried the 3D-parametric graph with cylindrical coordinates, but it won't work properly.
The following structure is used for collecting the data.
For z = 0 to max_length
move delta_z
For theta = 0 to 360
move delta_theta
read (value)
End
End
Thanks!!
0 Kudos
Message 1 of 3
(2,305 Views)
Jonas,

I was browsing through the Dev Zone and found this posting from you ( link ), I think is yours but I wanted to double check that you are receiving the notifications from it also.

Good luck!

Nestor Sanchez
Applications Engineer
National Instruments
Nestor
0 Kudos
Message 2 of 3
(2,305 Views)
Yep...it's mine. Had some trouble when I posted the question so intead I ended up with two....get answers from both though.
0 Kudos
Message 3 of 3
(2,305 Views)