LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Tournifreak

LabVIEW for ARM processors

Status: New

Many new PCs running Windows run on ARM processors (like the Snapdragon), rather than x86 architecture. LabVIEW does not support ARM.

 

A few years back, my LabVIEW software would work on any Windows PC. That is no longer the case. That is a huge and increasing limitation.

11 Comments
Tournifreak
Member

Update for you all: a LabVIEW executable will run on ARM64. My application does a load of file handling, and a bit of email/web stuff. And communicates with the FTDI D2XX DLL. Packaging up the installer took a bit of doing, but that was mostly to do with making sure the DLL was correctly installed. I think the LabVIEW bit of it was pretty straightforward in the end. 

 

So, yes, you can run LabVIEW on ARM64. If it's an exe, and if you can get the drivers to work for the external hardware.