Jump to content

LabVIEW 2021: Difference between revisions

From LabVIEW Wiki
New features in LabVIEW 2021: SFTP (Secure File Transfer Protocol) API
Add more information from NI Connect
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=<not yet announced>
|change_0=Show hidden controls while editing
|change_0=Show hidden controls while editing
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==
{{ambox|type=content|text=LabVIEW 2021 is currently in public beta, which means that features might change or be removed for the final release!}}
* Show Hidden Controls While Editing<ref name="ni-show-hidden-controls"/>
* 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"/>
* List Running VIs to be Aborted on Quit/Close<ref name="ni-list-running-vis"/>
* Improved Python Support<ref name="ni-improved-python-support"/>
* 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"/>
* macOS Big Sur Support<ref name="ni-macos-big-sur-support"/>
* Run When Opened Security Warning<ref name="ni-run-when-opened-security-warning"/>
* Run When Opened Security Warning<ref name="ni-run-when-opened-security-warning"/>
Line 23: Line 22:
* LabVIEW Uses OS-managed Digital Certificates on Windows<ref name="ni-os-managed-digital-certificates"/>
* 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"/>
* 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"/>
* 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://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==

Revision as of 08:58, 15 August 2021

LabVIEW 2021
Release Date(s)
  • August 2021
  • <not yet announced>


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