LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot the DAQ data on a unit sphere surface

I want to plot the data on a unit sphere surface
how to do it
how to make the unit sphere surface just as a reference here, and add the data point on the 3D sphere.
0 Kudos
Message 1 of 2
(2,761 Views)
> I want to plot the data on a unit sphere surface
> how to do it
> how to make the unit sphere surface just as a reference here, and add
> the data point on the 3D sphere.

Assuming you have access to the 3D graph control in the graph palette,
you will want to drop one of those and read up on its help. Then map
your data into the correct units -- is amplitude phi and time theta?
Then build up your data array and send it to the 3D graph VI.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,761 Views)