LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

W11 - LabVIEW compatibility

Hi,

 

According to this table, LV 2022 Q3 is the oldest version compatible with W11.

Is this correct? Thank you for your feedback on the possible use of older versions (15, 18 and 21).

 

Best regards

 

 

 

0 Kudos
Message 1 of 13
(221 Views)

I think NI is being very conservative with this, and it's not too surprising but I've been using LabVIEW 2020 SP1 on Windows 11 and haven't had any issue with it.
Of course if I call for tech support they'll tell me to upgrade LabVIEW before anything but I think it's unlikely to have issues.


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

Message 2 of 13
(215 Views)

We still have many applications in LV2017, some using DAQmx. They seem to be perfectly working even on Win11.

I guess it mainly depends on the drivers rather than the programs.

 

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 3 of 13
(213 Views)

Hi JB,

 

we run LabVIEW+TestStand2016 on Win11…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 13
(200 Views)

I tried installing and running LabVIEW 7.1 on Windows 11 and succeeded. Installation had a few minor hiccups but eventually worked. The issue is not so much LabVIEW, although there is the occasional possible problem, but mainly the drivers. If a driver uses a kernel driver component, things can get a lot trickier but Windows 11 has for a large part the same kernel driver model than what Windows 10 had. Windows 11 may look different on the user interface but the underlaying kernel architecture is very much the same as what Windows 10 had. My initial reaction to Windows 11 was, that it is a "new" and "shiny" UI (with many more things hidden away in almost unfindable configuration screens), but the new version number was also for a large part a marketing thing, despite breaking the earlier vow that Windows 10 was going to be the last Windows version that gets released. 😁

 

The NI compatibility charts are simply what NI has tested and they are based on the principle to never retroactively test older software versions on a new OS when it gets released. This is a resource question. Testing is very time intense and when you start testing older versions retroactively there is always the question where to stop and it opens the flood gates to more requests about: if you tested 2021 why can't you also test 2020, and 2019 and besides why not go back to 2009??

Rolf Kalbermatter
My Blog
Message 5 of 13
(198 Views)

I've run 2013 without any issues and use 2019 as my daily driver on W11

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 6 of 13
(178 Views)

In my experience Xilinx ISE doesn't work under Windows 11. For any older FPGA projects I'm having to use Windows 10

 

 

Message 7 of 13
(173 Views)

@rolfk wrote:

I tried installing and running LabVIEW 7.1 on Windows 11 and succeeded. Installation had a few minor hiccups but eventually worked. The issue is not so much LabVIEW, although there is the occasional possible problem, but mainly the drivers. If a driver uses a kernel driver component, things can get a lot trickier but Windows 11 has for a large part the same kernel driver model than what Windows 10 had. Windows 11 may look different on the user interface but the underlaying kernel architecture is very much the same as what Windows 10 had. My initial reaction to Windows 11 was, that it is a "new" and "shiny" UI (with many more things hidden away in almost unfindable configuration screens), but the new version number was also for a large part a marketing thing, despite breaking the earlier vow that Windows 10 was going to be the last Windows version that gets released. 😁

 

The NI compatibility charts are simply what NI has tested and they are based on the principle to never retroactively test older software versions on a new OS when it gets released. This is a resource question. Testing is very time intense and when you start testing older versions retroactively there is always the question where to stop and it opens the flood gates to more requests about: if you tested 2021 why can't you also test 2020, and 2019 and besides why not go back to 2009??


That was my reaction as well.  Shiny new (and annoying) UI covering an engine that hasn't changed much under the hood.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 8 of 13
(121 Views)

No problems with LabVIEW itself on Windows 11 but several third party instrument drivers I require that have their own proprietary installation and DLL are not compatible with Windows 11.

 

 

========================
=== Engineer Ambiguously ===
========================
Message 9 of 13
(116 Views)

@RTSLVU wrote:

No problems with LabVIEW itself on Windows 11 but several third party instrument drivers I require that have their own proprietary installation and DLL are not compatible with Windows 11.


If it is really an instrument driver and not a full driver with its own kernel driver component, the main issue are usually old installer technologies that trip over the Windows version number shenanigans as reported by the various APIs. Microsoft managed to squeeze in changes with that with almost every version in an attempt to work around brain damaged applications doing completely stupid version checks, so those versions are often not even useful hints anymore. To get the real version you have to use prepared macros that will fail on older OS versions because of missing exports or do your own detective work.

 

Unpacking such installers and installing them manually often works. While NI tends to do the mandatory version change circus on a yearly schedule or more, many third party manufacturers tend to try to point you at drivers on some obscure download server that were released shortly after Windows 95 was the hottest kid on the block. Both extremes are not very convenient for a developer and utterly difficult for end users.

Rolf Kalbermatter
My Blog
0 Kudos
Message 10 of 13
(75 Views)