LabVIEW 2024 Q1 Features and Changes
- Updated2025-01-22
- 1 minute(s) read
LabVIEW 2024 Q1 Features and Changes
Released January 2024
Support for openSUSE 15.5
LabVIEW 2024 Q1 now supports openSUSE 15.5.
New Package Dependency
Management
You can now use JKI Dragon to manage package dependencies directly from your LabVIEW project.
New and Changed Objects
- The Path class includes the following new method:
- Browse for Path - Opens a file dialog to allow you to select a path. This method replicates the functionality of clicking the Browse Button of the Path control on the front panel.
- The Open VI Reference function includes the following change:
The vi path input parameter now accepts an existing VI reference in addition to the string and path data types accepted in previous versions. This new option enables workflows such as:
- Getting a strict reference from a non-strict reference
- Creating another reentrant instance of a reentrant VI