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: 

Is there a way to use Labview for Linux for IBM AIX 5.1.

I think any application built for linux can run on the AIX 5.1 if the application is recompiled on the AIX 5.1. So theoretically NI can just recompile there Linux version of Labview on the AIX 5.1 and it will work. Is there a possibility that NI will port Labview for AIX 5.1.
0 Kudos
Message 1 of 4
(2,478 Views)
I think that the use of LabVIEW for linux is platform independent as far as hardware. I believe that as long as you are running a compatible GUI (I believe XWindows and KPT??? are two that are recommended - check ni.com/linux for more information. So, for your purposes, as long as you can install the proper GUI, and then LabVIEW for Linux, you can then run, code, compile, and deploy applications on the AIX 5.1.

I am personally VERY interested in knowing about your success (or failure, should that unlikelyhood occur) on Linux. If you browse the topics, there is actually one on non-windows useage of LabVIEW. I am currently setting up my first Linux machine at my home office, and am very curious to know how other people do with this 'adventure into unc
harted territory'. The only documented useage I have seen is in Gary Johnson's newest edition of Power Programming.

Good luck, and please keep us posted. I sense that I am the only LabVIEW for Linux fan besides yourself. But please feel free to post to this thread, and to the topic.
0 Kudos
Message 2 of 4
(2,478 Views)
Labviewguru writes:

> I think that the use of LabVIEW for linux is platform independent as
> far as hardware. I believe that as long as you are running a
> compatible GUI (I believe XWindows and KPT??? are two that are
> recommended - check ni.com/linux for more information. So, for your
> purposes, as long as you can install the proper GUI, and then LabVIEW
> for Linux, you can then run, code, compile, and deploy applications on
> the AIX 5.1.

[...]


Hi,

This can't work. All we get from NI are precompiled binaries for Linux
for Intel x86 processors. This includes file headers specific to the
Operating Sytem and machine code specific for the processor.

To port to other OS'es and/or CPU's you need the source code and a
compiler. We
don't have Labview source code.

Johannes Nie?
0 Kudos
Message 3 of 4
(2,478 Views)
Labviewguru wrote:


> I am personally VERY interested in knowing about your success (or
> failure, should that unlikelyhood occur) on Linux. If you browse the
> topics, there is actually one on non-windows useage of LabVIEW. I am
> currently setting up my first Linux machine at my home office, and am
> very curious to know how other people do with this 'adventure into
> uncharted territory'. The only documented useage I have seen is in
> Gary Johnson's newest edition of Power Programming.

A year ago I did some development using the Linux version.


I think it was ok. Altough I think I had some problems with
high cpu usage. I used alot of control/indicator references
and some where for a graph. If I remeber right turning
multithreading of helped ????


Juha L
0 Kudos
Message 4 of 4
(2,478 Views)