LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what is the latest most stable version of LabVIEW and LabVIEW Runtime

Solved!
Go to solution

I am going to start a test application that I will be deploying to multiple machines. What I am wanting to know is what the most stable recent version of LabVIEW and LabVIEW runtime are. 

 

Thanks!
John Hess
Message 1 of 5
(588 Views)
Solution
Accepted by EthanTheHut

@EthanTheHut wrote:

I am going to start a test application that I will be deploying to multiple machines. What I am wanting to know is what the most stable recent version of LabVIEW and LabVIEW runtime are. 

 


I like LV2021 for various reasons. 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
Message 2 of 5
(537 Views)
Solution
Accepted by EthanTheHut

My last deployed system was in 2019SP1.  I had no major issues.  I have played around with 2024Q1, which was working well for me just playing around with my code (nothing deployed).  2024Q3 was just released, which supposedly has a ton of bug fixes.  I have Q3 installed, but I have not had a chance to do anything with it yet.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 5
(493 Views)
Solution
Accepted by EthanTheHut

I usually like the latest release as long as you're not relying too much on any new language features for that release. I'm fine with using new language features but I've seen some people go all in on new features, build this huge application heavily using the new language feature and run into some untested corner case and have to spend a ton of time refactoring out that feature.

Message 4 of 5
(456 Views)
Solution
Accepted by EthanTheHut

@Jay14159265 wrote:

@EthanTheHut wrote:

I am going to start a test application that I will be deploying to multiple machines. What I am wanting to know is what the most stable recent version of LabVIEW and LabVIEW runtime are. 

 


I like LV2021 for various reasons. 


I like it as well.  The only annoying bugs present in it that I have had problems with is that VIMs sometimes magically stop working (usually when nested several layers deep), and when trying to copy a class sometimes the majority of VI icons in the class will just go blank.  The first I mitigate by not nesting VIMs whenever possible, and occasional manual fixes when not.  The second is pretty rare since copying classes is not a common day-to-day activity.

 

It is about to go out of support, but for now it works with all 2022-24 releases of things like DAQmx and NI-488 for those cases where new devices came out and need a newer version than 2021 to work.  Once 2025 rolls around this will no longer be the case.  So part of your decision ought to be whether or not you will be adding new NI hardware that comes out after the end of the year.

Message 5 of 5
(443 Views)