LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does labview for linux support 3D graphs?

I have a vi that is created on labview for windows and it has a 3D graph; now i would like to switch to labview for linux. I would like to know whether labview for linux supports 3D graph. Also is it possible to convert the existing windows based vi to linux?
0 Kudos
Message 1 of 3
(2,832 Views)
Proces ENG wrote:

> I have a vi that is created on labview for windows and it has a 3D
> graph; now i would like to switch to labview for linux. I would like
> to know whether labview for linux supports 3D graph. Also is it
> possible to convert the existing windows based vi to linux?

No, the 3D graph in LabVIEW is an Active X control and therefore a
Widnows only feature. If the graphics are not to complicated you may try
to look into drawing your own 3D graphs into a picture control which
would work on any LabVIEW platform. Other than that you would have to
rely on external packages to do 3D graphics under Linux.

Rolf Kalbermatter
Rolf Kalbermatter
My Blog
Message 2 of 3
(2,832 Views)
One option is to use IDL, made by Research Systems, Inc. They are an NI
Alliance member. You can put their graphics into containers, and send data
to them via datasocket. Also, their 3D graphics are much better then
LabView's. -chris

"RolfK" wrote in message
news:40e90e9c@newsgroups....
> Proces ENG wrote:
>
> > I have a vi that is created on labview for windows and it has a 3D
> > graph; now i would like to switch to labview for linux. I would like
> > to know whether labview for linux supports 3D graph. Also is it
> > possible to convert the existing windows based vi to linux?
>
> No, the 3D graph in LabVIEW is an Active X control and therefore a
> Widnows only feature. If the graphics are not to complicate
d you may try
> to look into drawing your own 3D graphs into a picture control which
> would work on any LabVIEW platform. Other than that you would have to
> rely on external packages to do 3D graphics under Linux.
>
> Rolf Kalbermatter
0 Kudos
Message 3 of 3
(2,832 Views)