LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Running a LabVIEW executable (developed on Windows machine) on an Ubuntu machine

I'm right now experimenting with a C++ program on a machine running Ubuntu 16.04. What I'd like to do is get the C++ program to somehow integrate/incorporate/play nice with a LabVIEW 2014 executable developed on a machine running Windows 10.

 

Here's my question (and I realize I'm likely asking the wrong question): is it possible for a LabVIEW 2014 executable developed in Windows to work in Ubuntu, provided all the necessary drivers are installed?

0 Kudos
Message 1 of 3
(2,673 Views)

Are you using Wine on your Ubuntu?

 

Did you try installing LabVIEW Run-time engine within Wine?

 

If it works I believe you could run your exe in that environment?

0 Kudos
Message 2 of 3
(2,659 Views)

Possible? Yes, in theory.

 

Reality? Chances are slim to none.

 

Maybe if you can get the proper LabVIEW run-time engine to install in WINE and your program does not do any sort of hardware access or use VISA, NI-DAQ, or rely on any other hardware abstraction layers or NI tool-kits it might run.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 3
(2,657 Views)