Jump to content

LabVIEW 2021: Difference between revisions

From LabVIEW Wiki
Add public beta notice
m Remove {{stub}}
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
|version=LabVIEW 2021
|version=LabVIEW 2021
|logo=File:LV2021.png
|logo=File:LV2021.png
|release=<currently in public beta>
|release=August 2021
|release_sp1=<not yet announced>
|release_sp1=January 2022
|change_0=Show hidden controls while editing
|change_0=Show hidden controls while editing
|change_1=List running VIs on Close
|change_1=List running VIs on Close
Line 10: Line 10:
|change_3=Run When Opened security warning
|change_3=Run When Opened security warning
|change_4=Improved LVCompare functionality}}
|change_4=Improved LVCompare functionality}}
{{ambox|type=content|text=LabVIEW 2021 is currently in public beta!}}


==New features in LabVIEW 2021==
==New features in LabVIEW 2021==
* Show Hidden Controls While Editing<ref name="ni-show-hidden-controls"/>
* List Running VIs to be Aborted on Quit/Close<ref name="ni-list-running-vis"/>
* Improved Python Support<ref name="ni-improved-python-support"/>
** Supports Python 3.6 through 3.9.
** Open Python session with custom Python path.
* macOS Big Sur Support<ref name="ni-macos-big-sur-support"/>
* Run When Opened Security Warning<ref name="ni-run-when-opened-security-warning"/>
* Easier Publishing to SystemLink Servers with Self-signed Certificates<ref name="ni-publishing-to-systemlink"/>
* LabVIEW Uses OS-managed Digital Certificates on Windows<ref name="ni-os-managed-digital-certificates"/>
* Improved LVCompare functionality for git<ref name="ni-lvcompare-for-git"/>
** New filtering options (Attributes, Front Panel, Block Diagram)
** New options menu (Tiling, Create Report, and others)
** Assign LVDiff as git diff tool.
* SFTP (Secure File Transfer Protocol) API<ref name="ni-sftp-api"/>
* Call MATLAB files directly from LabVIEW.
* Auto-wiring improvements
** Adds extra space when wiring inputs to allow for future additions.
* LabVIEW Real-Time Module for 64-bit.


==External links==
==External links==
* [https://www.ni.com/en-us/support/documentation/release-notes/product.labview.html#version-2021 LabVIEW 2021 Release Notes]
* [https://www.ni.com/pdf/manuals/374715r.html LabVIEW 2021 Readme]
* [https://www.ni.com/en-us/support/documentation/bugs/21/labview-2021-known-issues.html LabVIEW 2021 Known Issues]
* [https://www.ni.com/en-us/support/documentation/bugs/21/labview-2021-bug-fixes.html LabVIEW 2021 Bug Fixes]
* [https://www.ni.com/en-us/support/documentation/bugs/22/labview-2021-sp1-bug-fixes.html LabVIEW 2021 SP1 Bug Fixes]
* [https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/bd-p/labview-2021-beta LabVIEW 2021 Public Beta forum]
* [https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/bd-p/labview-2021-beta LabVIEW 2021 Public Beta forum]
* [https://connect.ni.com/media/What's%20New%20in%20LabVIEW%202021/1_rdnutigi What's new in LabVIEW 2021] on [https://connect.ni.com NI Connect] (requires login)


==References==
==References==
 
<references>
{{stub}}
<ref name="ni-show-hidden-controls">[https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/New-Feature-Show-Hidden-Controls-While-Editing/m-p/4144155 Show Hidden Controls While Editing] by Christina Rogers</ref>
<ref name="ni-list-running-vis">[https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/New-Feature-List-Running-VIs-to-be-Aborted-on-Quit-Close/m-p/4144158 List Running VIs to be Aborted on Quit/Close] by Christina Rogers</ref>
<ref name="ni-improved-python-support">[https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/New-Feature-Improved-Python-Support/m-p/4144160 Improved Python Support] by Christina Rogers</ref>
<ref name="ni-macos-big-sur-support">[https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/New-Feature-macOS-Big-Sur-Support/m-p/4144162 macOS Big Sur Support] by Christina Rogers</ref>
<ref name="ni-run-when-opened-security-warning">[https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/New-Feature-quot-Run-When-Opened-quot-Security-Warning/m-p/4144165 Run When Opened Security Warning] by Christina Rogers</ref>
<ref name="ni-publishing-to-systemlink">[https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/New-Feature-Easier-Publishing-to-SystemLink-Servers-with-Self/m-p/4144168 Easier Publishing to SystemLink Servers with Self-signed Certificates] by Christina Rogers</Ref>
<ref name="ni-os-managed-digital-certificates">[https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/New-Feature-LabVIEW-Uses-OS-managed-Digital-Certificates-on/m-p/4144170 LabVIEW Uses OS-managed Digital Certificates on Windows] by Christina Rogers</ref>
<ref name="ni-lvcompare-for-git">[https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/New-Feature-Improved-LVCompare-functionality-for-git/m-p/4144173 Improved LVCompare functionality for git] by Christina Rogers</ref>
<ref name="ni-sftp-api">[https://forums.ni.com/t5/LabVIEW-2021-Public-Beta/New-Feature-SFTP-Secure-File-Transfer-Protocol-API/td-p/4146927 SFTP (Secure File Transfer Protocol) API] by Christina Rogers</ref>
</references>


[[Category:LabVIEW Versions]]
[[Category:LabVIEW Versions]]

Latest revision as of 17:58, 28 February 2022

LabVIEW 2021
Release Date(s)
  • August 2021
  • January 2022


Key Features and Changes
  • Show hidden controls while editing
  • List running VIs on Close
  • Improved Python support
  • Run When Opened security warning
  • Improved LVCompare functionality




New features in LabVIEW 2021

  • Show Hidden Controls While Editing[1]
  • List Running VIs to be Aborted on Quit/Close[2]
  • Improved Python Support[3]
    • Supports Python 3.6 through 3.9.
    • Open Python session with custom Python path.
  • macOS Big Sur Support[4]
  • Run When Opened Security Warning[5]
  • Easier Publishing to SystemLink Servers with Self-signed Certificates[6]
  • LabVIEW Uses OS-managed Digital Certificates on Windows[7]
  • Improved LVCompare functionality for git[8]
    • New filtering options (Attributes, Front Panel, Block Diagram)
    • New options menu (Tiling, Create Report, and others)
    • Assign LVDiff as git diff tool.
  • SFTP (Secure File Transfer Protocol) API[9]
  • Call MATLAB files directly from LabVIEW.
  • Auto-wiring improvements
    • Adds extra space when wiring inputs to allow for future additions.
  • LabVIEW Real-Time Module for 64-bit.

External links

References