LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

The documentation on the 3D Parametric Graph (LabVIEW 5.1.1

and 6.0) is lacking. Can anyone explain to me how to input cylindrical or spherical coordinates? I can set up the graph for those coordinate systems, but I have no idea how it is translating my input array into theta and phi. This is not at all obvious.
Thanks.
=]
matt hill
Boulder, CO
0 Kudos
Message 1 of 3
(2,495 Views)
and 6.0) is lacking. Can anyone explain to me how to input cylindrical or spherical coordinates? I can set up the graph for those coordinate systems, but I have no idea how it is translating my input array into theta and phi. This is not at all obvious.Matt;

The following tutorial should help:

Using the 3-D Parametric Surface Graph

http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&0FA53C35FFE09486862567FA0063A67D&cat=FFD0B3DB8F25D884862567930070A782

Best regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 3
(2,494 Views)
and 6.0) is lacking. Can anyone explain to me how to input cylindrical or spherical coordinates? I can set up the graph for those coordinate systems, but I have no idea how it is translating my input array into theta and phi. This is not at all obvious.For cylindrical coordinates:

x = theta
y = height(z)
z = radius

For spherical coordinates:

x = phi
y = theta
z = radius
0 Kudos
Message 3 of 3
(2,494 Views)