石鑫华视觉论坛微信公众号:石鑫华视觉

 找回密码
 注册会员
查看: 608|回复: 0

[转载] LabVIEW 2023 Q3 更新说明

[复制链接]
  • TA的每日心情
    郁闷
    11 小时前
  • 签到天数: 3186 天

    连续签到: 56 天

    [LV.Master]2000FPS

     楼主| 发表于 2023-7-31 18:58:27 | 显示全部楼层 |阅读模式 来自:广东省东莞市 电信

    注册登陆后可查看附件和大图,以及购买相关内容

    您需要 登录 才可以下载或查看,没有账号?注册会员

    x
    NI与2023年7月18日 发布了新版的LabVIEW 2023 Q3,版本号23.3.0。从安装后的状态来看,会覆盖LabVIEW 2023 Q1版本(23.0.0),所以按照以前的版本迭代来看,这个LabVIEW 2023 Q3版本,可以认为是LabVIEW 2023 Q1版本的SP1版本,也就是LabVIEW 2023 Q1是正式的LabVIEW 2023版;LabVIEW 2023 Q3是LV 2023 SP1版本。

    LabVIEW 2023 Q3 released on July 18th

    We’re excited to announce the release of LabVIEW 2023 Q3, which comes with great new features including:
    - Zoom in and out to up to 250% of the block diagram-程序框图的缩放:放大和缩小到程序框图的250%。
    - Access to JKI Dragon for tracking and installing VIPM dependencies while opening a project-访问JKI Dragon以在打开项目时跟踪和安装VIPM依赖项
    - Quick Change for faster object creation-快速更改以更快地创建对象
    - Execution Highlighting improvements-执行高亮显示改进
    - Double-click gesture when wiring to create control or indicator-布线时双击手势以创建控件或指示器
    - And more!
    1.png
    LabVIEW 2023 Q3 includes the following features and changes.

    Diagram Zoom
    • In LabVIEW 2023 Q3, you can zoom in or out when editing the block diagram of a VI using the View menu. Ctrl (Cmd on macOS) and the scroll wheel of the mouse can also be used to zoom in or out. A tip strip displays the zoom level percentage when zooming. To return to 100% zoom, use View>>Actual Size.
    • When you first select View>Toggle Zoom from the menu, the diagram will zoom out to fill the entire window. LabVIEW will restore the zoom level to its previous value when the same menu command is used a second time, but the diagram will be centered around the current mouse position.
    • New keyboard shortcuts include:
      • View>Zoom In: Ctrl-+ (or Ctrl-=)
      • View>Zoom out: Ctrl--
      • View>Actual Size: Ctrl-0
      • View>Toggle Zoom: F2
    • [Idea submitted by NI Discussion Forums member tst.]
    2.gif

    Double-click to Finish Wire
    • In previous versions of LabVIEW, double-click on the diagram resulted in creating a wire branch. In LabVIEW 2023 Q3, you can use the double-click gesture to complete the wire and place a connected control or indicator after creating one end of the wire with a data type. Control modifier can be used to create a constant. Void wires will only create wire branches. Right-clicking while creating a wire will display a menu of options:
      • Create Constant
      • Create Control
      • Create Indicator
      • Create Wire Branch
      3.gif

     Find All Instances When VI Running
    • In LabVIEW 2023 Q3, you can right-click on a subVI on the diagram, or the icon of a VI (in the top-right corner of the VI window) and use the Find All Instances command even when the VI is running. In previous versions of LabVIEW, this command was only available for VIs in edit mode.
    • In addition, the right-click menu on a subVI may now contain the following commands at run-time:
      • Open Malleable VI Front Panel
      • Open Front Panel
      • Open Generic VI
      • Open Polymorphic VI
      • Show VI Hierarchy
    • [Idea submitted by NI Discussion Forums member Technico.]
    Quick Change List
    • In LabVIEW 2023 Q3, you can use the keyboard shortcut Ctrl-Space or the right-click shortcut Quick Change to display the Quick Change list when editing text in a free label. By selecting an item (such as Numeric), the label will change to that object type, and the label text will be converted to the object's value.
    • You can also Edit>Paste Special command to paste text from the clipboard and immediately display the Quick Change list.
    • You can also add custom plugins to the Quick Drop list. Refer to the instructions document in resourcedialogQuickChangeplugins.prefix_Template for more information.
    •  [Idea submitted by NI Discussion Forums member patibandla.]
    4.gif

    Quick Change Palette
    • In LabVIEW 2023 Q3, after defining a rectangular selection on the diagram (and before releasing the mouse to finish the selection), you can use the keyboard shortcut Ctrl-Space to display a palette of items (such as loops) that can be placed in the position of the selection. In addition, one of the palette items will create a subVI from the selection.
    5.gif
    Execution Highlighting
    • LabVIEW 2023 Q3 introduces Slow, Medium, Fast, and Very Fast options for the speed of Execution Highlighting. Medium speed matches the behavior of Execution Highlighting in the previous versions of LabVIEW.
    • Click and hold the Execution Highlighting toolbar button to display a menu of speed options. In addition to improving the visibility of the executed code, the animation of execution is given a new visual treatment.
    • [Idea submitted by NI Discussion Forums member JackDunaway.]

    Building Applications and PPLs Improvements
    • LabVIEW 2023 Q3 has improved cache behavior for packed project libraries and applications.
    • The first build will populate the cache, and then the subsequent builds will be much faster.

    Support for Apple Silicon
    • LabVIEW 2023 Q3 for macOS runs natively on Apple Silicon. The LabVIEW executable is a universal binary.

    Text Editing Shortcuts on macOS and Linux
    • In LabVIEW 2023 Q3, macOS and Linux users can use the following Emacs-style editor keys when text fields are active:
      • Ctrl-A: Beginning of line; with Shift, select to beginning of line
      • Ctrl-E: End of line; with Shift, select to end of line
      • Ctrl-D: Delete character forward
      • Ctrl-F: Forward char; with Shift, extends selection
      • Ctrl-B: Backward char; with Shift, extends selection
      • Ctrl-K: Kill (cut) to end of line; supports append-to-pasteboard behavior for multiple consecutive Ctrl-Ks
      • Ctrl-N: Next line; with Shift, extends selection
      • Ctrl-P: Previous line; with Shift, extends selection
      • Ctrl-T: Transpose characters at cursor
      • Ctrl-W: Wipe region (cut selection)
      • Ctrl-Y: Yank (paste)
    • By default, the Control and Alt (Meta) keys on Linux can be used interchangeably for menu shortcuts. When the text is active, the editor Control key bindings take precedence, but the Alt menu bindings remain active for menu shortcuts.
    • On macOS, Cmd key menu shortcuts are not affected by this change.
    • Ctrl-C, Ctrl-X, and Ctrl-V retain standard copy, cut, and paste behavior.
    • Config token EnableEmacsTextEditingShortcuts=False can be used to disable text editing bindings.

    Cluster Consolidation Behavior
    • In LabVIEW 2023 Q3, clusters with the same type, but different cluster field names will be represented by different types in the built .NET Interop Assembly.
    • In the previous versions of LabVIEW, clusters with the same type were represented by the same type in the .NET Interop Assembly irrespective of the cluster field names.
    • To use the old behavior, add the following to the LabIVEW.ini file: DotNetAssemblyGeneration.UseClusterFieldNames=False

    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册会员

    本版积分规则

    LabVIEW HALCON图像处理入门教程(第二版)
    石鑫华机器视觉与LabVIEW Vision图像处理PDF+视频教程11种全套
    《LabVIEW Vision函数实例详解》教程-NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM21/22/23
    LabVIEW图像处理教程
    机器视觉商城淘宝店铺
    视觉论坛充值赞助方法

    QQ|石鑫华视觉论坛 |网站地图

    GMT+8, 2024-4-28 19:57

    Powered by Discuz! X3.4

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表