Michael Aivaliotis Posted April 16, 2020 Report Posted April 16, 2020 If you want to try LabVIEW, you can download a free full version of LabVIEW for non-commercial use. It contains the LINX toolkit so you can use Arduino, RaspBerry Pi and Beagleboard: Download LabVIEW for Free 1 Quote
Verne Posted March 16, 2021 Report Posted March 16, 2021 HI Michael, I tried to download the community edition. and installed, but after that labview ask me to active it. Could you tell me how to do next? Thanks very much! Quote
hooovahh Posted March 16, 2021 Report Posted March 16, 2021 You have to create a free NI account, and login with that. Once logged in and connected to the internet it should activate. If you have any problems with activation you can try contacting NI, or post on their forums. Quote
John Welch Posted Tuesday at 10:28 PM Report Posted Tuesday at 10:28 PM Hi! I want to try the community version on Linux. I am running Ubuntu on ARM. I tried what I downloaded and got an error that said the file type was unsupported and I think I am trying to install an x86 version. Is there a Linux based ARM version and if so is there anything special? Quote
Rolf Kalbermatter Posted 1 hour ago Report Posted 1 hour ago (edited) On 7/15/2026 at 12:28 AM, John Welch said: Hi! I want to try the community version on Linux. I am running Ubuntu on ARM. I tried what I downloaded and got an error that said the file type was unsupported and I think I am trying to install an x86 version. Is there a Linux based ARM version and if so is there anything special? As Shaun pointed out to you in the other thread you posted in, no that is unfortunately not really an option. In theory you could try to install an emulator like qemu, box64 or FEX or something similar and try to run it inside that but, chances are small that you get it to work if you are not a true low level tinkerer and can compile Linux with one hand while balancing half a dozen balls with your other. LabVIEW is also not your average spreadsheet application nor a game engine, for which these emulators usually are optimized and debugged. It has its own very specific low level details in conjunction about being a compiler, execution system, platform abstraction and what else, that these emulators were never tested with. Even its graphical interface is quite unique despite being fundamentally only a 2D graphics system with a few additions like alpha shading for certain types of controls. It's far from the complexities of a 3D game engine but implements the whole graphical interface itself using low level 2D primitives from the underlaying OS graphics interface. This is an approach that very few frameworks chose and sometimes exercises functionality in low level drivers that are neither well tested nor often used. Edited 54 minutes ago by Rolf Kalbermatter Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.