LabVIEW的键盘快捷键
Labview快捷键大全
![Labview快捷键大全](https://img.taocdn.com/s3/m/05c97a1117fc700abb68a98271fe910ef02dae56.png)
Labview快捷键⼤全This is a complete list of LabVIEW development environment keyboard shortcut keys.Contents[hide]1 Object Movement2 Navigating the LabVIEW Environment3 Navigating Front Panels and Block Diagrams4 Navigating the VI Hierarchy Window5 Debugging6 File Operations7 Basic Editing8 Help9 Tools and Palettes10 SubVIs11 Execution12 Wiring13 Text14 See also[edit] Object MovementKeyboard Shortcut DescriptionShift-click Selects multiple objects; adds object to current selection.Ctrl-click Toggles a single object to join or leave the current selection.Arrow keys Moves selected objects one pixel at a time.Shift-Arrow keys Moves selected objects several pixels at a time. If the Alignment Grid is enabled, the object will move to align with the grid and thereafter will move in grid increments.Shift-click (drag) Moves selected objects in one axis.Ctrl-click (drag) Duplicates selected objectCtrl-Shift-click(drag)Duplicates selected object and moves it in one axis.Shift-resize Resizes selected object while maintaining aspect ratio.Ctrl-resize Resizes selected object while maintaining center point.Ctrl-Shift-resize Resizes selected object while maintaining center point and aspect ratio. Ctrl-drag arectangleAdds more working space to the front panel or block diagram.Ctrl-A Selects all front panel or block diagram items.Ctrl-Shift-A Performs last alignment operation on objects.Ctrl-D Performs last distribution operation on objects.Double-click open space Adds a free label to the front panel or block diagram if automatic tool selection is enabled.Ctrl-mouse wheel Scrolls through subdiagrams of a Case, Event, or Stacked Sequence structure.g or G (no modifier keys) While dragging an object with the mouse, this momentarily toggles on or off the alignment grida or A (no modifier keys) While dragging an object on the block diagram, this momentarily toggles on or off the automatic wiringSpacebar (drag) Disables preset alignment positions when moving object labels or captions. [edit] Navigating the LabVIEW EnvironmentKeyboardShortcutDescriptionCtrl-F Finds objects or text.Ctrl-Shift-F Displays Search Results window or the Find Project Items dialog box with the previous search results.Ctrl-G Searches for next instance of object or text.Ctrl-Shift-G Searches for previous instance of VIs, object, or text.Ctrl-Tab Cycles through LabVIEW windows in the order the windows appear onscreen. The order of the windows depends on the window manager you use.Ctrl-Shift-Tab Cycles the opposite direction through LabVIEW windows. Ctrl-L Displays the Error List window.Ctrl-Shift-W Displays the All Windows dialog box.Ctrl-Shift-B Displays the Class Browser window.[edit] Navigating Front Panels and Block DiagramsKeyboardShortcutDescriptionCtrl-E Displays block diagram or front panel window.Ctrl-# Enables or disables grid alignment. On French keyboards, press the keys. (Mac OS) Press the keys.Ctrl-/ Maximizes and restores window.Ctrl-T Tiles front panel and block diagram windows.Ctrl-Shift-N Displays the Navigation window.Ctrl-I Displays the VI Properties dialog box.Ctrl-Y Displays the History window.[edit] Navigating the VI Hierarchy Window KeyboardShortcutDescriptionCtrl-D Redraws the VI Hierarchy window.Ctrl-A Shows all VIs in the VI Hierarchy window.Ctrl-click VI Displays the subVIs and other nodes that make up the VI you select in the VI Hierarchy window.Enter Finds the next node that matches the search string after initiating a search by typing in the VI Hierarchy window. Shift-Enter Finds the previous node that matches the search string after initiating a search by typing in the VI Hierarchy window.[edit] DebuggingKeyboard Shortcut DescriptionCtrl-Down arrow Steps into node.Ctrl-Right arrow Steps over node.Ctrl-Up arrow Steps out of node. [edit] File OperationsKeyboard Shortcut DescriptionCtrl-N Opens a new, blank VI.Ctrl-O Opens an existing VI.Ctrl-W Closes the VI.Ctrl-S Saves the VI.Ctrl-Shift-S Saves all open files.Ctrl-P Prints the window.Ctrl-Q Quits LabVIEW. [edit] Basic EditingKeyboard Shortcut DescriptionCtrl-Z Undoes last action.Ctrl-Shift-Z Redoes last action.Ctrl-X Cuts an object.Ctrl-C Copies an object.Ctrl-V Pastes an object. [edit] HelpKeyboard Shortcut DescriptionCtrl-H Displays Context Help window. Ctrl-Shift-L Locks Context Help window. Ctrl-? or Displays LabVIEW Help.[edit] Tools and PalettesKeyboard Shortcut DescriptionCtrl Switches to next most useful tool. Shift Switches to Positioning tool.Ctrl-Shift over openspaceSwitches to Scrolling tool.Spacebar Toggles between two most common tools if automatic tool selection is disabled.Shift-Tab Enables automatic tool selection.Tab Cycles through four most common tools if you disabled automatic tool selection by clicking the automatic tool selection button. Otherwise, enables automatic tool selection.Arrow keys Navigates temporary Controls and Functions palettes. Enter Navigates into a temporary palette.Esc Navigates out of a temporary palette.Shift-right-click Displays a temporary version of the Tools palette at the location of the cursor.[edit] SubVIsKeyboard Shortcut DescriptionDouble-click subVI Displays subVI front panel.Ctrl-double-click subVI Displays subVI block diagram and front panel. Drag VI icon to block diagram Places that VI as a subVI on the block diagram.Shift-drag VI icon to block diagram Places that VI as a subVI on the block diagram with constants wired for controls that have non-default values.Ctrl-right-click block diagram andselect VI from paletteOpens front panel of that VI. [edit] ExecutionKeyboard Shortcut DescriptionCtrl-R Runs the VI.Ctrl-. Stops the VI, when used while VI is running.Ctrl-M Changes to run or edit mode.Ctrl-Run button Recompiles the current VI.Ctrl-Shift-RunbuttonRecompiles all VIs in memory.Ctrl-Down arrow Moves key focus inside an array or cluster, when used while VI is running. Ctrl-Up arrow Moves key focus outside an array or cluster, when used while VI is running.Tab Navigates the controls or indicators according to tabbing order, when used while VI is running.Shift-Tab Navigates backward through the controls or indicators, when used while VI is running.[edit] WiringKeyboard Shortcut DescriptionCtrl-B Deletes all broken wires in a VI. Esc, right-click, or click terminal Cancels a wire you started. Single-click wire Selects one segment.Double-click wire Selects a branch.Triple-click wire Selects entire wire.A While wiring, disables automatic wire routing temporarily.Double-click (while wiring) Tacks down wire without connecting it. Spacebar Toggles automatic wiring while moving objects. Shift-click Undoes last point where you set a wire.Ctrl-click input on function with twoinputsSwitches the two input wires.Spacebar Switches the direction of a wire between horizontal and vertical.[edit] TextKeyboardShortcutDescriptionDouble-click Selects a single word in a string. Triple-click Selects an entire string.Ctrl-Right arrow Moves forward in string by one word when using text that has characters that use single bytes, such as Western character sets. Moves forward in string by one character when using text that has characters that use multiple bytes, such as Asian character sets.Ctrl-Left arrow Moves backward in string by one word when using text that has characters that use single bytes, such as Western character sets. Moves backward in string by one character when using text that has characters that use multiple bytes, such as Asian character sets.Home Moves to beginning of current line in string. End Moves to end of current line in string.Ctrl-Home Moves to beginning of entire string.Ctrl-End Moves to end of entire string.Shift-Enter Adds new items when entering items in enumerated type controls and constants, ring controls and constants, or Case structures. In string constants, press the keys on the keyboard to disable autosizing if it is enabled. If autosizing is disabled, press the keys on the keyboard to display a scroll bar in the constant.Esc Cancels current edit in a string.Ctrl-Enter Ends text entry.Ctrl-= Increases the current font size.Ctrl-- Decreases the current font size.Ctrl-0 Displays the Font dialog box.Ctrl-1 Changes to the Application font in Font dialog box. Ctrl-2 Changes to the System font in the Font dialog box. Ctrl-3 Changes to the Dialog font in the Font dialog box. Ctrl-4 Changes to the current font in the Font dialog box.。
labview软件操作技巧
![labview软件操作技巧](https://img.taocdn.com/s3/m/1dfa4d150812a21614791711cc7931b765ce7b98.png)
1.把后面板的程序框图截图给别人看,但是框图太大,用qq 截图截不全,怎么一次性把整个程序框图都给截取?答:在程序框图里面按Ctrl+A,再按Ctrl+C。
新建一个空白的PPT文件,再在里面Ctrl+V,右键单击图片,选择另存为图片。
2.波形图表无游标卡尺3.波形图和波形图表的区别?答:波形图接收的数据是数组的形式,即一组一组刷新的,单个的数据不予显示,所以要放在循环外面。
而波形图表模拟的是现实生活中的波形记录仪、心电图等的工作方式,内置了一个显示缓冲器,用来保存一部分历史数据,并接受新数据。
这个缓冲区的数据存储按照先进先出的规则管理,它决定了该控件的最大显示数据长度。
波形图表适合实时测量中的参数监控,而波形图适合在事后数据显示和分析。
即波形图表是实时趋势图,波形图是事后记录图。
输入的波形是的数组,截取的过程就是窃取需要的数组,再送入新的控件中。
方法1:输入截取的起始点和结束点。
这个比较简单且直观。
用截取数组函数,索引为起始点,长度为结束电-起始点。
(如果数据类型的那种蓝色的波形数据,可试用“从动态数据转换”函数转换成数组后在进行截取)。
函数输出直接接入图像控件。
方法2:通过鼠标截取,需要用图像显示控件显示“图像工具选板”(波形图上右键显示项中。
然后用中间的放大镜图标的工具可对图像进行缩放等6种控制)。
然后试用事件。
调用波形图的“标尺范围更改”事件。
根据事件输出的参数试用方法1进行波形截取。
CTRL+N 新建CTRL+O 打开CTRL+S 保存CTRL+SHIFT+S 全部保存CTRL+W 关闭CTRL+P 打印CTRL+I VI属性CTRL+U 整理程序框图CTRL+拖动控件放大缩小控件CTRL+Z 撤销前面的操作CTRL+X 剪切CTRL+C 复制CTRL+V 粘贴CTRL+A 全选CTRL+B 删除断线CTRL+# 启动前面板网格自动对齐CTRL+SHIFT+A 对齐所选项CTRL+D 分布所选项CTRL+V VI修订历史CTRL+F 查找CTRL+SHIFT+F 显示查找的结果tob_id_4294CTRL+L 错误列表CTRL+SHIFT+B 类浏览器CTRL+SHIFT+N 导航窗口CTRL+R 运行VICTRL+.停止VI CTRL+上单步步入CTRL+右单步步过CTRL+下单步步出(可以观察数据的流程)CTRL+M 在运行和编辑界面间切换(切换到运行界面但不执行运行,变化不大)CTRL+E 面板和程序框图间切换CTRL+T 左右两栏显示窗口(面板和程序流诚一左一右)CTRL+/ 最大化窗口CTRL+Q 退出Labview程序CTRL+H 显示即时帮助(非常有用显示当前所选的器件的帮助资料)。
labview中键选中函数实例教程
![labview中键选中函数实例教程](https://img.taocdn.com/s3/m/f686bb6af11dc281e53a580216fc700abb6852cb.png)
labview中键选中函数实例教程LabVIEW中键选中函数实例教程介绍•本教程将介绍LabVIEW中键选中函数实例的操作方法和技巧。
快捷键•LabVIEW提供了一些快捷键,方便用户快速选中函数实例。
•使用以下快捷键可以快速选中函数实例:–Ctrl + A:选中当前面板上所有的函数实例。
–Shift + 左键:按住Shift键并点击函数实例来逐个选中多个函数实例。
–Ctrl + Shift + 左键:按住Ctrl和Shift键,并点击函数实例来添加或取消选择指定的函数实例。
–Ctrl + Shift + A:取消选择所有选中的函数实例。
使用技巧•利用键选中函数实例,可以对这些函数实例进行批量操作,提高工作效率。
•如需对选中的函数实例进行操作,可以右击选中的函数实例,然后选择相应的操作菜单。
•在选中函数实例后,可以通过鼠标或键盘移动这些函数实例,方便重组和重新布局。
注意事项•在选中函数实例后,如果需要取消选择,请使用快捷键Ctrl + Shift + A。
•使用快捷键进行键选中函数实例时,请确保当前面板上没有其他选中的对象,否则可能会导致误选中其他对象。
以上就是LabVIEW中键选中函数实例的教程,希望能帮助你更好地应用LabVIEW进行编程和开发。
如果还有其他问题,请参考LabVIEW 帮助文档或在线社区寻求帮助。
更多技巧•在选中函数实例后,可以使用快捷键进行常用操作,比如复制、剪切、删除等。
例如:–Ctrl + C:复制选中的函数实例。
–Ctrl + X:剪切选中的函数实例。
–Delete:删除选中的函数实例。
•如果需要在不同的位置同时进行函数实例的选中和操作,可以使用多个面板。
选中一个面板上的函数实例后,再点击另一个面板即可将选中的函数实例添加到该面板上。
•选中的函数实例可以通过LabVIEW的拖拽功能来移动到其他面板中,方便进行布局调整和重组。
•在选中的函数实例上按下Ctrl键后,可以通过拖拽鼠标来进行复制操作。
eclipose快捷键大全
![eclipose快捷键大全](https://img.taocdn.com/s3/m/44979c3b6fdb6f1aff00bed5b9f3f90f76c64d9f.png)
eclipose快捷键大全此快捷键为用户编辑的好帮手,能为用户提供内容的辅助,不要为记不全方法和属性名称犯愁,当记不全类、方法和属性的名字时,多体验一下【ALT+/】快捷键带来的好处吧。
2.【Ctrl+O】显示类中方法和属性的大纲,能快速定位类的方法和属性,在查找Bug时非常有用。
3.【Ctrl+/】(按住Ctrl+点击鼠标左键)快速添加注释,能为光标所在行或所选定行快速添加注释或取消注释,在调试的时候可能总会需要注释一些东西或取消注释,现在好了,不需要每行进行重复的注释。
4.【Ctrl+D】删除当前行,这也是笔者的最爱之一,不用为删除一行而按那么多次的删除键。
5.【Ctrl+M】窗口最大化和还原,用户在窗口中进行操作时,总会觉得当前窗口小(尤其在编写代码时),现在好了,试试【Ctrl+M】快捷键。
查看和定位快捷键在程序中,迅速定位代码的位置,快速找到Bug的所在,是非常不容易的事,Eclipse提供了强大的查找功能,可以利用如下的快捷键帮助完成查找定位的工作。
1.【Ctrl+K】、【Ctrl++Shift+K】快速向下和向上查找选定的内容,从此不再需要用鼠标单击查找对话框了。
2.【Ctrl+Shift+T】查找工作空间(Workspace)构建路径中的可找到Java类文件,不要为找不到类而痛苦,而且可以使用“*”、“?”等通配符。
3.【Ctrl+Shift+R】和【Ctrl+Shift+T】对应,查找工作空间(Workspace)中的所有文件(包括Java文件),也可以使用通配符。
4.【Ctrl+Shift+G】查找类、方法和属性的引用。
这是一个非常实用的快捷键,例如要修改引用某个方法的代码,可以通过【Ctrl+Shift+G】快捷键迅速定位所有引用此方法的位置。
5.【Ctrl+Shift+O】快速生成import,当从网上拷贝一段程序后,不知道如何i mport进所调用的类,试试【Ctrl+Shift+O】快捷键,一定会有惊喜。
LabVIEW常用快捷键
![LabVIEW常用快捷键](https://img.taocdn.com/s3/m/5d0a87f849649b6648d747b2.png)
Ctrl+D
重新绘制VI层次窗口
Ctrl+A
显示所有VI
Ctrl+鼠标单击VI
显示该VI的所有子VI和其他节点
回车
跳至下一个符合关键词的字符串(开始搜索后有效)
Shift+回车
跳至上一个符合关键词的字符串(开始搜索后有效)
文本
鼠标双击
选中字符串中的一个词
鼠标三击
选中整个字符串
Ctrl+→
Shift
切换至定位(Positioning)工具
Ctrl+Shift
切换至滚动(Scrolling)工具
空格
在两个最常用工具间切换(在未使用自动选择工具下可用)
Shift+Tab
使用自动选择工具(在未使用自动选择工具下可用)
Tab
在四个最常用工具间切换(在未使用自动选择工具下可用)
↑↓←→
在面板上移动浏览焦点
Ctrl+-
减小当前字体大小
Ctrl+0
显示字体对话框
Ctrl+1
换至应用程序字体(Application Font)
Ctrl+2
换至系统字体(System Font)
Ctrl+3
换至对话框字体(Dialog Font)
Ctrl+4
换至当前字体(Current Font)
保持VI
Ctrl+P
打印当前窗口
Ctrl+Q
退出LabView
基本编辑
Ctrl+Z
撤销上一操作
Ctrl+Shift+Z
重执行上一操作
LabVIEW常用快捷键
![LabVIEW常用快捷键](https://img.taocdn.com/s3/m/aec142ba7f1922791788e83b.png)
Ctrl+D
重新绘制VI层次窗口
Ctrl+A
显示所有VI
Ctrl+鼠标单击VI
显示该VI的所有子VI和其他节点
回车
跳至下一个符合关键词的字符串(开始搜索后有效)
Shift+回车
跳至上一个符合关键词的字符串(开始搜索后有效)
文本
鼠标双击
选中字符串中的一个词
鼠标三击
选中整个字符串
Ctrl+→
光标后移动一个词
Ctrl+←
光标向前移动一个词
Home
光标移动至当前行首
End
光标移到至当前行末
Ctrl+Home
光标移动至整个字符串首
Ctrl+End
光标移动至整个字符串尾
Shift+回车
编辑枚举型对象项目时插入新项
Esc
取消上一编辑文本操作
Ctrl+回车
确认编辑操作,跳出编辑状态
Ctrl+=
增大当前字体大小
Shift+调整大小
保持原比例调整对象大小
Ctrl+调整大小
固定中心点调整大小
Ctrl+空白区域鼠标拖出矩形
插入更多的空白工作区域
Ctrl+A
全选所有对象
Байду номын сангаасCtrl+D
应用上次分布对象操作
鼠标双击空白处
添加自由标签
Ctrl+鼠标滚轮
在选择结构、事件结构或层叠式顺序结构的框中滚动切换
Ctrl+Shift+A
选中该线的一个分支
鼠标三击线段
选中整条线
labview键盘快捷方式
![labview键盘快捷方式](https://img.taocdn.com/s3/m/88a7db136edb6f1aff001f92.png)
SubVIs
Keyboard Shortcut
Double-click subVI Ctrl-double-click subVI Drag VI icon to block diagram Shift-drag VI icon to block diagram Ctrl-right-click block diagram and select VI from palette
Help
Keyboard Shortcut Ctrl-H Ctrl-Shift-L Ctrl-? or <F1> Description Displays Context Help window. Locks Context Help window. Displays EW Help.
Basic Editing
Keyboard Shortcut Ctrl-Z Ctrl-Shift-Z Ctrl-X Ctrl-C Ctrl-V Description Undoes last action. Redoes last action. Cuts an object. Copies an object. Pastes an object.
Description
Displays subVI front panel. Displays subVI block diagram and front panel. Places that VI as a subVI on the block diagram. Places that VI as a subVI on the block diagram with constants wired for controls that have non-default values. Opens front panel of that VI.
LabVIEW常用快捷键列表
![LabVIEW常用快捷键列表](https://img.taocdn.com/s3/m/2821a2feb8f67c1cfad6b8e4.png)
Ctrl+鼠标单击只 有两个输入端函数 交换连至该函数两个输入端的线段 的输入端 Esc/鼠标右击/鼠 取消当前引出的线段 标左键单击端子 鼠标单击线段 鼠标双击线段 鼠标三击线段 引线时鼠标双击 选中该线的一段 选中该线的一个分支 选中整条线 将该线悬空
Ctrl+鼠标单击VI 显示该VI的所有子VI和其他节点 回车 Shift+回车 跳至下一个符合关键词的字符串(开始搜索后有效) 跳至上一个符合关键词的字符串(开始搜索后有效)
前面板和框图浏览 在前面板和框图之间切换 使用/禁用网格对齐 最大化/还原窗口 并列浏览前面板和框图 搜索对象或或文本 显示搜索结果窗口 在打开的LabView窗口之间顺序切换 在打开的LabView窗口之间逆序切换 显示鸟瞰窗口 显示VI属性设置对话框 对象选择和移动 选择多个对象;将对象添加或移除当前选区 在该方向移动所选对象1个像素 在该方向快速移动所选对象 限制水平或垂直方向移动对象 克隆所选对象 克隆所选对象并限制水平或垂直方向移动 保持原比例调整对象大小 固定中心点调整大小 插入更多的空白工作区域 全选所有对象 应用上次分布对象操作 添加自由标签 在选择结构、事件结构或层叠式顺序结构的框中滚动切 换 应用上次对齐对象操作 文本 选中字符串中的一个词 选中整个字符串 光标后移动一个词 光标向前移动一个词 光标移动至当前行首 光标移到至当前行末 光标移动至整个字符串首 光标移动至整个字符串尾 编辑枚举型对象项目时插入新项 取消上一编辑文本操作 确认编辑操作,跳出编辑状态 增大当前字体大小 减小当前字体大小 显示字体对话框 换至应用程序字体(Application Font) 换至系统字体(System Font) 换至对话框字体(Dialog Font) 换至当前字体(Current Font) 文件操作 Ctrl+N Ctrl+O Ctrl+W Ctrl+S Ctrl+P Ctrl+Q 新建VI 打开VI 关闭VI 保持VI 打印当前窗口 退出LabView
LabVIEW的键盘快捷键
![LabVIEW的键盘快捷键](https://img.taocdn.com/s3/m/c01c1247fe4733687e21aa09.png)
空白键 Shift-单击 Ctrl-单击有两个输入端函数的某 个输入端 文本 双击 三次单击 Ctrl-向右箭头 Ctrl-向左箭头 Home End Ctrl-Home Ctrl-End Shift-Enter Ctrl-Shift-Enter Esc Ctrl-Enter Ctrl-= Ctrl-Ctrl-0 Ctrl-1 Ctrl-2 Ctrl-3 Ctrl-4
Ctrl-V 帮助 Ctrl-H Ctrl-Shift-L Ctrl-?或<F1> 工具和选板 Ctrl Shift 在空白区域按<Ctrl-Shift> 空白键 Shift-Tab Tab 方向箭头键 Enter Esc Shift-右键单击 子VI 双击子VI Ctrl-双击子VI 拖曳VI图标至程序框图 Shift-拖曳VI图标至程序框图 Ctrl-右键单击程序框图并从选板 中选择VI 执行 Ctrl-R Ctrl-. Ctrl-M Ctrl-运行按钮 Ctrl-Shift-运行按钮 Ctrl-向下箭头 Ctrl-向上箭头 Tab Shift-Tab 连线 Ctrl-B Esc,右键单击或单击接线端 单击连线 双击连线 三击连线 A 双击 空白键
对象动作shift单击shift方向箭头键shift单击拖曳ctrl单击拖曳ctrlshift单击拖曳shift调整大小ctrl调整大小ctrlshift调整大小ctrl在空白位置拖曳出长方形区域ctrl鼠标滚轮当快速放置对话框为活动状态时为选中程序框图对象所有未连接的输入和输出创建常量
LabVIEW键盘快捷键
下表列出了LabVIEW环境下的键盘快捷键。也可为VI菜单项创建自定义快捷方式。 注: 下列快捷方式中的<Ctrl>键对应于(Mac OS X)的<Option>或<Command>键,(Linux)的<Alt>键。 键盘快捷键 对象/动作 Shift-单击 方向箭头键 Shift-方向箭头键 Shift-单击(拖曳) Ctrl+K Ctrl+J Ctrl+Shift+K Ctrl+Shift+J Ctrl-单击(拖曳) Ctrl-Shift-单击(拖曳) Shift-调整大小 Ctrl-调整大小 Ctrl-Shift-调整大小 Ctrl-在空白位置拖曳出长方形区 域 Ctrl-A Ctrl-Shift-A Ctrl-D 双击空白区域 Ctrl-鼠标滚轮 空白键(拖曳) Ctrl-U Ctrl-D Ctrl-Shift-D Ctrl-R
Labview 快捷键大全
![Labview 快捷键大全](https://img.taocdn.com/s3/m/db023889d0d233d4b14e699d.png)
This is a complete list of LabVIEW development environment keyboard shortcut keys.Contents[hide]∙ 1 Object Movement∙ 2 Navigating the LabVIEW Environment∙ 3 Navigating Front Panels and Block Diagrams∙ 4 Navigating the VI Hierarchy Window∙ 5 Debugging∙ 6 File Operations∙7 Basic Editing∙8 Help∙9 Tools and Palettes∙10 SubVIs∙11 Execution∙12 Wiring∙13 Text∙14 See also[edit] Object MovementKeyboard Shortcut DescriptionShift-click Selects multiple objects; adds object to current selection.Ctrl-click Toggles a single object to join or leave the current selection.Arrow keys Moves selected objects one pixel at a time.Shift-Arrow keys Moves selected objects several pixels at a time. If the Alignment Grid is enabled, the object will move to align with the grid and thereafter will move in grid increments.Shift-click (drag) Moves selected objects in one axis.Ctrl-click (drag) Duplicates selected objectCtrl-Shift-click(drag)Duplicates selected object and moves it in one axis.Shift-resize Resizes selected object while maintaining aspect ratio.Ctrl-resize Resizes selected object while maintaining center point.Ctrl-Shift-resize Resizes selected object while maintaining center point and aspect ratio. Ctrl-drag arectangleAdds more working space to the front panel or block diagram.Ctrl-A Selects all front panel or block diagram items.Ctrl-Shift-A Performs last alignment operation on objects.Ctrl-D Performs last distribution operation on objects.Double-click open space Adds a free label to the front panel or block diagram if automatic tool selection is enabled.Ctrl-mouse wheel Scrolls through subdiagrams of a Case, Event, or Stacked Sequence structure.g or G (no modifier keys) While dragging an object with the mouse, this momentarily toggles on or off the alignment grida or A (no modifier keys) While dragging an object on the block diagram, this momentarily toggles on or off the automatic wiringSpacebar (drag) Disables preset alignment positions when moving object labels or captions. [edit] Navigating the LabVIEW EnvironmentKeyboardShortcutDescriptionCtrl-F Finds objects or text.Ctrl-Shift-F Displays Search Results window or the Find Project Items dialog box with the previous search results.Ctrl-G Searches for next instance of object or text.Ctrl-Shift-G Searches for previous instance of VIs, object, or text.Ctrl-Tab Cycles through LabVIEW windows in the order the windows appear onscreen. The order of the windows depends on the window manager you use.Ctrl-Shift-Tab Cycles the opposite direction through LabVIEW windows. Ctrl-L Displays the Error List window.Ctrl-Shift-W Displays the All Windows dialog box.Ctrl-Shift-B Displays the Class Browser window.[edit] Navigating Front Panels and Block DiagramsKeyboardShortcutDescriptionCtrl-E Displays block diagram or front panel window.Ctrl-# Enables or disables grid alignment. On French keyboards, press the <Ctrl-"> keys. (Mac OS) Press the <Command-*> keys.Ctrl-/ Maximizes and restores window.Ctrl-T Tiles front panel and block diagram windows.Ctrl-Shift-N Displays the Navigation window.Ctrl-I Displays the VI Properties dialog box.Ctrl-Y Displays the History window.[edit] Navigating the VI Hierarchy Window KeyboardShortcutDescriptionCtrl-D Redraws the VI Hierarchy window.Ctrl-A Shows all VIs in the VI Hierarchy window.Ctrl-click VI Displays the subVIs and other nodes that make up the VI you select in the VI Hierarchy window.Enter Finds the next node that matches the search string after initiating a search by typing in the VI Hierarchy window.Shift-Enter Finds the previous node that matches the search string after initiating a search by typing in the VI Hierarchy window.[edit] DebuggingKeyboard Shortcut DescriptionCtrl-Down arrow Steps into node.Ctrl-Right arrow Steps over node.Ctrl-Up arrow Steps out of node. [edit] File OperationsKeyboard Shortcut DescriptionCtrl-N Opens a new, blank VI.Ctrl-O Opens an existing VI.Ctrl-W Closes the VI.Ctrl-S Saves the VI.Ctrl-Shift-S Saves all open files.Ctrl-P Prints the window.Ctrl-Q Quits LabVIEW. [edit] Basic EditingKeyboard Shortcut DescriptionCtrl-Z Undoes last action.Ctrl-Shift-Z Redoes last action.Ctrl-X Cuts an object.Ctrl-C Copies an object.Ctrl-V Pastes an object. [edit] HelpKeyboard Shortcut DescriptionCtrl-H Displays Context Help window. Ctrl-Shift-L Locks Context Help window. Ctrl-? or <F1> Displays LabVIEW Help.[edit] Tools and PalettesKeyboard Shortcut DescriptionCtrl Switches to next most useful tool. Shift Switches to Positioning tool.Ctrl-Shift over openspaceSwitches to Scrolling tool.Spacebar Toggles between two most common tools if automatic tool selection is disabled.Shift-Tab Enables automatic tool selection.Tab Cycles through four most common tools if you disabled automatic tool selection by clicking the automatic tool selection button. Otherwise, enables automatic tool selection.Arrow keys Navigates temporary Controls and Functions palettes. Enter Navigates into a temporary palette.Esc Navigates out of a temporary palette.Shift-right-click Displays a temporary version of the Tools palette at the location of the cursor.[edit] SubVIsKeyboard Shortcut DescriptionDouble-click subVI Displays subVI front panel.Ctrl-double-click subVI Displays subVI block diagram and front panel. Drag VI icon to block diagram Places that VI as a subVI on the block diagram.Shift-drag VI icon to block diagram Places that VI as a subVI on the block diagram with constants wired for controls that have non-default values.Ctrl-right-click block diagram andselect VI from paletteOpens front panel of that VI. [edit] ExecutionKeyboard Shortcut DescriptionCtrl-R Runs the VI.Ctrl-. Stops the VI, when used while VI is running.Ctrl-M Changes to run or edit mode.Ctrl-Run button Recompiles the current VI.Ctrl-Shift-RunbuttonRecompiles all VIs in memory.Ctrl-Down arrow Moves key focus inside an array or cluster, when used while VI is running. Ctrl-Up arrow Moves key focus outside an array or cluster, when used while VI is running.Tab Navigates the controls or indicators according to tabbing order, when used while VI is running.Shift-Tab Navigates backward through the controls or indicators, when used while VI is running.[edit] WiringKeyboard Shortcut DescriptionCtrl-B Deletes all broken wires in a VI. Esc, right-click, or click terminal Cancels a wire you started. Single-click wire Selects one segment.Double-click wire Selects a branch.Triple-click wire Selects entire wire.A While wiring, disables automatic wire routing temporarily.Double-click (while wiring) Tacks down wire without connecting it. Spacebar Toggles automatic wiring while moving objects. Shift-click Undoes last point where you set a wire.Ctrl-click input on function with twoinputsSwitches the two input wires.Spacebar Switches the direction of a wire between horizontal and vertical.[edit] TextKeyboardShortcutDescriptionDouble-click Selects a single word in a string. Triple-click Selects an entire string.Ctrl-Right arrow Moves forward in string by one word when using text that has characters that use single bytes, such as Western character sets. Moves forward in string by one character when using text that has characters that use multiple bytes, such as Asian character sets.Ctrl-Left arrow Moves backward in string by one word when using text that has characters that use single bytes, such as Western character sets. Moves backward in string by one character when using text that has characters that use multiple bytes, such as Asian character sets.Home Moves to beginning of current line in string. End Moves to end of current line in string.Ctrl-Home Moves to beginning of entire string.Ctrl-End Moves to end of entire string.Shift-Enter Adds new items when entering items in enumerated type controls and constants, ring controls and constants, or Case structures. In string constants, press the <Shift-Enter> keys on the keyboard to disable autosizing if it is enabled. If autosizing is disabled, press the <Shift-Enter> keys on the keyboard to display a scroll bar in the constant.Esc Cancels current edit in a string.Ctrl-Enter Ends text entry.Ctrl-= Increases the current font size.Ctrl-- Decreases the current font size.Ctrl-0 Displays the Font dialog box.Ctrl-1 Changes to the Application font in Font dialog box. Ctrl-2 Changes to the System font in the Font dialog box. Ctrl-3 Changes to the Dialog font in the Font dialog box. Ctrl-4 Changes to the current font in the Font dialog box.。
LabVIEW软件中最常用的快捷键情况
![LabVIEW软件中最常用的快捷键情况](https://img.taocdn.com/s3/m/f8f32530de80d4d8d15a4fd0.png)
LabVIEW 软件中最常用的快捷键情况
LabVIEW 是一种简单易学、形象直观的图形化编程语言,也称为G 语言,具有丰富的同传统仪器外观类似的控件库(如旋钮、仪表盘、温度计、波形图表等),可以构建漂亮专业的用户界面,同时,内部提供了庞大的函数库(如数据采集、GPIB、串口控制、数据处理、数据显示及数据存储等),可以满足各行业各领域的开发需求。
另外,由于它并非一种封闭的语言,而是具有强大的外部接口能力,可以实现与C/C++、Basic、Matlab 等编程语言互通的能力,现在,LabVIEW 不仅仅局限于虚拟仪器软件类的开发,而是已经发展成为了一种通用的、完善的、开放的高级编程语言。
LabVIEW 是专为测试、测量和控制应用而设计的系统工程软件,可快速访问硬件和各种数据信息。
如果你以后经常使用LabVIEW 作为软件开发工具,如果你想成为LabVIEW 的编程高手,那幺,下面这些快捷键,你是必须要熟记掌握的,记住这些快捷键后,会大大提高你的编程效率。
使用频率较高的快捷键
在LabVIEW 中编写代码时,用的频率比较高的快捷键包括如下:。
LABview
![LABview](https://img.taocdn.com/s3/m/5c775d86680203d8ce2f249a.png)
Ctr+N,新建VICtr+/ ,最大化Ctr+R,执行VICtr+0 ,调出文字窗口Ctr+U,清理面板Ctr+s,保存VICtr+W,关闭VICtr+Q,退出LabVIEWCtr+M,运行模式和编辑模式的跳转CTR+B :delete all wrong cableCtr+h help at the timeCtr+E 切换前后面板波形图:只有当前最后一次的数据波形图表:保留之前的波形数据,进行新数据的绘制,并添加到老的数据的后面。
数字型转字符串型点击运行后,可在后面板连接线上设置“探针”,点击连接线,右键→循环:1)For 循环计数:从0开始计数,0,1,2,3.....................2))利用两级循环创建数组显示,可以设置如第一级for 循环5次结束后,第二级循环开始计数1次,如此累计。
也叫嵌套。
3))for 循环,移位计算器使用时要初始化,,for 循环体的左边设置一个输入常量。
2)while 循环当你不知道什么循环几次时。
采用while 循环。
循环停止的条件:当输入条件为真时,循环停止;循环间隔(时间毫秒)3)顺序循环1))平铺式:从左往右运算2))层叠式:适合程序比较多,界面紧凑,采用“添加帧”来确定0,1,2,。
右键边框,选中添加顺序局部变量实现不同层下结果的处理。
4)条件结构下图为while 循环和条件循环的嵌套程序调试:1)查看/断点管理器2)设置探针,可以设置自定义探针在后面板点击连线,自定义探针---新建-- (探针显示控件必须与所要显示的信号同一类型!!!)5)事件结构如果要求事件结构运行,外围必须要有while循环!!!必须制定一个超时分支。
右键事件结构框,选择“编辑本事件分支” ,将“锁定前面板.....“勾掉!!!!!!添加事件停止分支:文件输入输出的基本概念数据的写入(excel, txt 等)1.自定义控件:用:信号处理/信号运算/自相关,来确定是否有周期性的信号存在,如下图1,即为有周期的信号经过自相关处理后结果。
Labview中常用快捷键
![Labview中常用快捷键](https://img.taocdn.com/s3/m/e775d23b561252d380eb6ee8.png)
CTRL+N新建
CTRL+O打开
CTRL+S保存
CTRL+SHIFT+S全部保存
CTRL+W关闭
CTRL+P打印
CTRL+IVI属性
CTRL+U整理程序框图
CTRL+拖动控件放大缩小控件CTRL+Z撤销前面的操作
CTRL+X剪切
CTRL+C复制
CTRL+V粘贴
CTRL+A全选
CTRL+B删除断线
CTRL+#启动前面板网格自动对齐CTRL+SHIFT+A对齐所选项
CTRL+D分布所选项
CTRL+VVI修订历史
CTRL+F查找
CTRL+SHIFT+F显示查找的结果
CTRL+L错误列表
CTRL+SHIFT+B类浏览器
CTRL+SHIFT+N导航窗口
CTRL+R运行VI
CTRL+.停止VI
CTRL+上单步步入
CTRL+右单步步过
CTRL+下单步步出(可以观察数据的流程)
CTRL+M在运行和编辑界面间切换(切换到运行界面但不执行运行,变化不大)
CTRL+E面板和程序框图间切换
CTRL+T左右两栏显示窗口(面板和程序流诚一左一右)
CTRL+/最大化窗口
CTRL+Q退出Labview程序
CTRL+H显示即时帮助(非常有用显示当前所选的器件的帮助资料)。
labview快捷键大全
![labview快捷键大全](https://img.taocdn.com/s3/m/f57797d4360cba1aa811da0d.png)
LabVIEW快捷键(全)对象调整和移动Shift-click 选择多个对象,在现有选择的基础上添加对象(方向键) 以一个像素为单位移动所选对象Shift- 以几个像素为单位移动所选对象Shift-click (拖动对象)在水平或垂直方向上移动对象Ctrl-click (拖动对象)复制所选对象Ctrl-Shift-click (拖动对象)复制所选对象并在水平或垂直方向上移动Shift-调整大小调整对象大小,并保持纵横比不变Ctrl-调整大小调整对象大小,并保持中心不变Ctrl-用鼠标拖曳出矩形在前面板或程序框图上扩大工作区空间Ctrl-A 选择前面板或程序框图上的所有对象Ctrl-Shift-A 执行上一次的“对齐对象”操作Ctrl-D 执行上一次的“分布对象”操作双击活动区空白处当打开“自动工具选择”时,将在前面板或程序框图上放置一个自由Ctrl-鼠标滑轮在Case, Event或Stacked Sequence structure中翻看各级子程序用键盘按键操作前面板/程序框图Ctrl-E 显示前面板或程序框图Ctrl-# 启动或关闭“对齐网格”功能。
Ctrl-/ 在法文键盘上,按<Ctrl-">键;Ctrl-T (Mac OS) 按住<Command->键。
Ctrl-F 最大化窗口或恢复窗口大小Ctrl-G 平铺前面板和程序框图窗口Ctrl-Shift-G 查找对象或文本Ctrl-Shift-F 查找对象或文本的下一个实例Ctrl-Tab 查找对象或文本的上一个实例Ctrl-Shift-Tab 显示Search Results窗口Ctrl-Shift-N 切换LabVIEW窗口Ctrl-I 反向切换LabVIEW窗口Ctrl-L 显示Navigation窗口Ctrl-Y 显示VI Properties对话框用键盘按键操作VI层次结构窗口Ctrl-D 刷新窗口Ctrl-A 显示窗口中所有VICtrl-单击VI 显示所选VI中的所有子VI和节点Enter 查找下一个符合搜索条件的节点Shift-Enter 查找上一个符合搜索条件的节点基本编辑操作Ctrl-Z 撤销上次操作Ctrl-Shift-Z 重复上次操作Ctrl-X 剪切对象Ctrl-C 复制对象Ctrl-V 粘贴对象文件操作Ctrl-N 新建VICtrl-O 打开现有VICtrl-W 关闭VICtrl-S 保存VICtrl-P 打印窗口Ctrl-Q 退出LabVIEW工具和选板Ctrl 转换到下一个常用工具Shift 转换到定位工具在活动区空白处按转换到滚动工具Ctrl-Shift空格键在最常用的两个工具间转换Shift-Tab 打开“自动工具选择”功能Tab 单击Automatic Tool Selection按钮关闭“自动工具选择”功能后,轮流选择最常用的四个工具。
LabVIEW快捷键
![LabVIEW快捷键](https://img.taocdn.com/s3/m/e01a4e1ba216147917112828.png)
(方向键)
Shift- Shift- 单击 (拖曳) Ctrl- 单击 (拖曳) Ctrl-Shift- 单击 (拖曳) Shift- 调整大小 Ctrl- 调整大小 Ctrl-Shift- 调整大小 Ctrl- 在空白位置拖曳出长
方形区域
Ctrl-A Ctrl-Shift-A Ctrl-D
执行
Ctrl-R Ctrl-.† Ctrl-M Ctrl- 运行按钮 Ctrl-Shift- 运行按钮 Ctrl-† Ctrl-† Tab† Shift-Tab†
†
三击连线 运行 VI。 停止 VI。 切换至运行或编辑模式。 重新编译当前 VI。 重新编译内存中的所有 VI。 将键选中移入数组或簇。 将键选中移出数组或簇。 按照 Tab 键顺序轮流选中输入控件或显示 控件。 反向轮流选中输入控件或显示控件。 空白键
网络资源
选择帮助 » 网络资源,可访问 上的 LabVIEW 资源链接,包括软件升级、培训和研讨 会、客户解决方案、范例 VI、 LabVIEW 技术支持和说明文档、用户群、论坛等等。
LabVIEW
键盘快捷键
对象 / 动作
Shift- 单击
选取多个对象;将对象添加到当前 选择之中。 将选中的对象每次移动一个像素。 将选中的对象每次移动若干像素。 沿轴线移动对象。 复制选中对象。 复制选中对象,并沿轴线移动对象。 调整选中对象的大小,并保持长宽 比例。 调整选中对象的大小,并保持中心 点。 调整选中对象的大小,并保持中心 点和长宽比例。 在前面板和程序框图上添加更多工 作空间。 选择前面板或程序框图上的所有对 象。 在对象上进行最终对齐操作。 在对象上进行最终分布操作。 如已启用自动工具选择,则将在前 面板或程序框图上添加一个自由标 签。 依次浏览条件、事件或层叠式顺序 结构的子程序框图。 移动标签和标题时,禁用预设对齐 位置。 重新连线并重新排列程序框图对象。
labVIEW快捷键
![labVIEW快捷键](https://img.taocdn.com/s3/m/12f22f91d5d8d15abe23482fb4daa58da1111c53.png)
labVIEW快捷键按下Ctrl 键后⽤⿏标拖动该节点即可对其克隆Ctrl+Shift+N 打开LabVIEW导航。
当LabVIEW框图过⼤,或者某个控件找不到的时候Ctrl+. 强制中断(慎⽤,只有在退出机制错误的时候使⽤该VI)Shift 快速移动对象(键盘⽅向键)Shift+Enter 可以编辑字符串的时候换⾏按下Shift键:然后右击前⾯板或程序框图,可以显⽰临时⼯具选板。
对象调整和移动快捷键Shift-click 选择多个对象,在现有选择的基础上添加对象⽅向键↑↓←→以⼀个像素为单位移动所选对象Shift+⽅向键以⼏个像素为单位移动所选对象Shift+⿏标左键拖动对象在⽔平或垂直⽅向上移动对象Ctrl+⿏标左键拖动对象复制所选对象Ctrl+Shift+⿏标左键拖动对象复制所选对象并在⽔平或垂直⽅向上移动Shift+调整⼤⼩调整对象⼤⼩,并保持纵横⽐不变Ctrl+调整⼤⼩调整对象⼤⼩,并保持中⼼不变Ctrl+⿏标拖曳出矩形在前⾯板或程序框图上扩⼤⼯作区空间Ctrl+A 选择前⾯板或程序框图上的所有对象Ctrl+Shift+A 执⾏上⼀次的“对齐对象”操作Ctrl+D 执⾏上⼀次的“分布对象”操作双击活动区空⽩处当打开“⾃动⼯具选择”时,将在前⾯板或程序框图上放置⼀个⾃由标签Ctrl+⿏标滑轮快速的切换Case结构,在Case, Event或Stacked Sequence structure中翻看各级⼦程序⽤键盘按键操作前⾯板/程序框图Ctrl+E 显⽰前⾯板或程序框图Ctrl+/ 最⼤化窗⼝或恢复窗⼝⼤⼩Ctrl+T 平铺前⾯板和程序框图窗⼝双屏显⽰Ctrl+F 查找对象或⽂本Ctrl+G 平铺前⾯板和程序框图窗⼝Ctrl+H 打开/关闭帮助信息/显⽰或隐藏即时帮助窗⼝。
Ctrl+Tab 切换已打开Labview程序窗⼝Ctrl+Shift+N 打开LabVIEW浏览⼩窗⼝Ctrl+Shift+B 打开属性或⽅法节点窗⼝Ctrl+I 打开VI Properties对话框 “VI属性”Ctrl+L 显⽰错误列表窗⼝Ctrl+Y 打开版本信息框⽤键盘按键操作VI层次结构窗⼝Ctrl+D 刷新窗⼝Ctrl+A 显⽰窗⼝中所有VICtrl+单击VI 显⽰所选VI中的所有⼦VI和节点基本编辑操作Ctrl+Z 撤销上次操作Ctrl+Shift+Z 重复上次操作Ctrl+X 剪切对象Ctrl+C 复制对象Ctrl+V 粘贴对象⽂件操作Ctrl+N 新建VICtrl+O 打开现有VICtrl+W 关闭VICtrl+S 保存VICtrl+P 打印窗⼝Ctrl+Q 退出LabVIEW⼯具和选板Shift+右键单击在光标点击处显⽰Tools 选板Tab ⿏标⼯具为其他⼯具时如着⾊,按Tab回到⾃动选择模式⽅向键在控件(Controls) 和函数(Functions)选板中逐格移动光标进⾏选择⼦VI双击⼦VI 显⽰⼦VI前⾯板Ctrl-双击⼦VI 显⽰⼦VI前⾯板和程序框图将VI图标拖放到程序框图将把该VI作为⼦VI放置在到程序框图上运⾏Ctrl+R 运⾏VICtrl+. 停⽌运⾏VICtrl+M 切换到运⾏或编辑模式Ctrl+Run按钮重新编译当前VICtrl+Shift-Run按钮重新编译所有内存中的VITab 根据Tab键顺序选择输⼊控件和显⽰控件Shift+Tab 根据Tab键顺序反向选择输⼊控件和显⽰控件连线Ctrl-B 清除所有断开的连线Esc、右键单击或单击接线端取消正在进⾏的连线操作单击连线选择连线的⼀个直线段双击连线选择连线的⼀个分⽀三击连线选择整条连线A键+连线临时取消⾃动连线路径选择功能进⾏连线时双击中途固定住连线⽽不与端⼝连接空格键移动对象时切换⾄⾃动连线状态Ctrl+单击有两个输⼊端的函数的某⼀端交换输⼊连线空格键将连线在垂直和⽔平⽅向之间进⾏切换⽂本双击⿏标在字符串中选择⼀个字三击⿏标选择整个字符串Ctrl+ -> 在字符串中逐字向前移动光标Ctrl+ <- 在字符串中逐字向后移动光标Home 将光标移到该⾏字符串的开头End 将光标移到该⾏字符串的末尾Ctrl+Home 将光标移到字符串开头Ctrl+End 将光标移到字符串末尾Shift+Enter 在枚举型控件及常量、下拉列表控件及常量或、选择结构中添加新条⽬Esc 克隆和移动过程,取消操作Ctrl+Enter 结束⽂本输⼊Ctrl+ = 增⼤字体Ctrl+ - 减⼩字体Ctrl+0 显⽰Font对话框Ctrl+1 改为程序字体Ctrl+2 改为系统字体Ctrl+3 改为对话框字体Ctrl+4 改为当前字体。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
搜索对象或文本。 打开搜索结果窗口或查找项目项对话框,其中显示上次搜索结果。 搜索VI中的下一个对象或文本。 搜索VI中的上一个VI、对象或文本。 根据窗口在屏幕上显示的顺序依次浏览LabVIEW窗口。(Linux) 窗口的顺序取决于窗口管理器。 按照相反的顺序浏览LabVIEW窗口。 显示错误列表窗口。 在项目浏览器窗口中显示当前VI。 显示全部窗口对话框。 打开类浏览器窗口。 显示前面板或程序框图。 显示快速放置对话框。在中文键盘上,按<Ctrl-Shift-Space>键。(Mac OS X) 按<Command-Shift-Space>键。 启用或禁用网格对齐。在法语键盘上,按<Ctrl-">键。(Mac OS X) 按<Command-*>键。 最大化窗口或还原窗口原始大小。 分左右或上下两栏显示前面板和程序框图。 显示导航窗口。 显示VI属性对话框。 显示历史窗口。 重新绘制VI层次结构窗口。 在VI层次结构窗口中显示所有VI。 显示在VI层次结构窗口中选中VI的子VI和其它构成该VI的节点。 在VI层次结构窗口中初始化一个搜索,输入文本,按回车键查找下一个匹配的节点。 在VI层次结构窗口中初始化一个搜索,输入文本,按<Shift-Enter>键查找上一个匹配的节点。 单步步入节点。 单步步过节点。 单步步出节点。 打开一个空VI。 打开一个现有VI。 关闭VI。 保存VI 保存所有打开的文件。 打印窗口。 退出LabVIEW。 撤消上次操作。 重做上次操作。 剪切选中对象。 复制选中对象。
LabVIEW键盘快捷键
下表列出了LabVIEW环境下的键盘快捷键。也可为VI菜单项创建自定义快捷方式。 注: 下列快捷方式中的<Ctrl>键对应于(Mac OS X)的<Option>或<Command>键,(Linux)的<Alt>键。 键盘快捷键 对象/动作 Shift-单击 方向箭头键 Shift-方向箭头键 Shift-单击(拖曳) Ctrl+K Ctrl+J Ctrl+Shift+K Ctrl+Shift+J Ctrl-单击(拖曳) Ctrl-Shift-单击(拖曳) Shift-调整大小 Ctrl-调整大小 Ctrl-Shift-调整大小 Ctrl-在空白位置拖曳出长方形区 域 Ctrl-A Ctrl-Shift-A Ctrl-D 双击空白区域 Ctrl-鼠标滚轮 空白键(拖曳) Ctrl-U Ctrl-D Ctrl-Shift-D Ctrl-R
图
粘贴最近剪切或复制的对象。 显示即时帮助窗口。(Mac OS X) 按<Command-Shift-H>键。 锁定即时帮助窗口。 显示LabVIEW帮助。 切换到下一个最有用的工具。 切换至定位工具。 切换至滚动工具。 如自动工具选择被禁用,在两个最常用的工具间循环选择。 启用自动工具选择。 如通过单击自动工具选择按钮禁用了自动工具选择,则按<Tab>键可在最常用的四个工具中循环选择。 如通过 其它方式禁用了自动工具选择,则按<Tab>键将启用自动工具选择。 在临时的控件和函数选板上进行方向移动。 选择并进入一个临时选板。 跳出一个临时选板。 在光标处显示临时的工具选板。 显示子VI的前面板。 显示子VI的前面板和程序框图。 将该VI作为子VI放置在程序框图上。 将该VI作为子VI放置在程序框图上,并将没有默认值的输入控件与常量相连。 打开所选VI的前面板。 运行VI。 停止VI,在VI运行时使用。 切换至运行或编辑模式。 重新编译当前VI。 重新编译内存中的所有VI。 将选中光标移入数组或簇,在VI运行时使用。 将选中光标移出数组或簇,在VI运行时使用。 按Tab键顺序轮流选择控件,在VI运行时使用。 按Tab键反序选择控件,在VI运行时使用。 删除VI中的所有断线。如选择的结构或程序框图中有断线,该快捷方式仅删除选中区域的断线。 取消已开始的连线操作。 选中一个连线段。 选中一个连线分支。 选中整条连线。 连线时,暂停禁用自动连线路径选择。 连线时暂时停止另一端的连接,不连往另一个接线端。 将连线方向在水平和垂直方向之间切换。
移动对象时,在自动连线和非自动连线之间切换。 撤消对连线设置的最后一个点。 互换两条输入连线的位置。 选中字符串中的一个单词。 选中整个字符串。 使用单字节字符的文本(如西方字符集)时,在字符串中向前移一个词。使用多字节字符的文本(如亚洲字符 集)时,在字符串中向前移一个字符。 使用单字节字符的文本(如西方字符集)时,在字符串中向后移一个词。使用多字节字符的文本(如亚洲字符 集)时,在字符串中向后移一个字符。 移至字符串当前行的行首。 移至字符串当前行的行尾。 移至整个字符串的开始位置。 移至整个字符串的结束位置。 在枚举型控件和常量、下拉列表控件和常量或条件结构中添加新项。在字符串常量中,按下<Shift-Enter>键, 可禁用已启用的自动调整大小功能。如已禁用自动调整大小功能,按下<Shift-Enter>键时将在常量中显示滚动 条。 编辑条件选择器标签时复制条件结构的可见分支。 取消当前对字符串的编辑。 结束字符串输入。 加大当前字号。 减小当前字号。 显示字体样式对话框。 改变字体样式对话框中应用程序的字体。 改变字体样式对话框中的系统字体。 改变字体样式对话框中的对话框字体。 改变字体样式对话框中的当前字体。
Ctrl-V 帮助 Ctrl-H Ctrl-Shift-L Ctrl-?或<F1> 工具和选板 Ctrl Shift 在空白区域按<Ctrl-Shift> 空白键 Shift-Tab Tab 方向箭头键 Enter Esc Shift-右键单击 子VI 双击子VI Ctrl-双击子VI 拖曳VI图标至程序框图 Shift-拖曳VI图标至程序框图 Ctrl-右键单击程序框图并从选板 中选择VI 执行 Ctrl-R Ctrl-. Ctrl-M Ctrl-运行按钮 Ctrl-Shift-运行按钮 Ctrl-向下箭头 Ctrl-向上箭头 Tab Shift-Tab 连线 Ctrl-B Esc,右键单击或单击接线端 单击连线 双击连线 三击连线 A 双击 空白键
W键盘快捷键
境下的键盘快捷键。也可为VI菜单项创建自定义快捷方式。
中的<Ctrl>键对应于(Mac OS X)的<Option>或<Command>键,(Linux)的<Alt>键。 说明 选取多个对象;将对象添加到当前选择之中。 将选中的对象每次移动一个像素。 将选中的对象每次移动若干像素。 沿轴线移动对象。 对象重新排序,将选中的对象在一组对象中前移一层。 对象重新排序,将选中的对象在一组对象中后移一层。 对象重新排序,将选中的对象移至一组对象的顶层。 对象重新排序,将选中的对象移至一组对象的底层。 复制选中对象。 复制选中对象,并沿轴线移动对象。 调整选中对象的大小,并保持长宽比例。 调整选中对象的大小,并保持中心点。 调整选中对象的大小,并保持中心点和长宽比例。 在前面板和程序框图上添加更多工作空间。 选择前面板或程序框图上的所有对象。 在对象上进行最终对齐操作。 在对象上进行最终分布操作。 如已启用自动工具选择,则将在前面板或程序框图上添加一个自由标签。 依次浏览条件、事件或层叠式顺序结构的子程序框图。 移动标签和标题时,禁用预设对齐位置。 重新连接已有连线并重新自动排列程序框图对象。 当快速放置对话框为活动状态时,为选中程序框图对象所有未连接的输入和输出创建输入或显示控件。 当快速放置对话框为活动状态时,为选中程序框图对象所有未连接的输入和输出创建常量。 当快速放置对话框为活动状态时,移除选中的程序框图对象和与之相连的控件和常量,并连接删除对象输入输 出类型相同的接线端。 当快速放置对话框为活动状态时,将VI顶层程序框图中所有输入控件的标签移至接线端的左侧,显示控件的标 签移至接线端的右侧。 可选择程序框图上的多个对象,打开快速放置对话框,然后按下<Ctrl-T>移动选中对象的标签位置。 当快速放置对话框为活动状态时,将VI程序框图中所有输入控件,包括子程序框图中的输入控件的标签移至接 线端的左侧,显示控件的标签移至接线端的右侧。 当快速放置对话框为活动状态时,将选中的前面板或程序框图对象替换为快速放置对话框中选中的对象。 当快速放置对话框为活动状态时,在程序框图选中的连线上插入快速放置对话框中选中的对象。 当快速放置对话框为活动状态时,在选中的多条连线上插入快速放置对话框中选中的对象。 当快速放置对话框为活动状态时,将选中属性节点、调用节点、类说明符常量的VI服务器类改为在快速放置窗 口输入的类。 当快速放置对话框为活动状态时,将选中的属性节点/调用节点的属性/方法转换为快速放置窗口键入的属性或 方法。
空白键 Shift-单击 Ctrl-单击有两个输入端函数的某 个输入端 文本 双击 三次单击 Ctrl-向右箭头 Ctrl-向左箭头 Home End Ctrl-Home Ctrl-End Shift-Enter Ctrl-Shift-Enter Esc Ctrl-Enter Ctrl-= Ctrl-Ctrl-0 Ctrl-1 Ctrl-2 Ctrl-3 Ctrl-4
Ctrl-T
Ctrl-Shift-T Ctrl-P Ctrl-I Ctrl-Shift-I Ctrl-B Ctrl-Shift-B
浏览LabVIEW环境 Ctrl-F Ctrl-Shift-F Ctrl-G Ctrl-Shift-G Ctrl-Tab Ctrl-Shift-Tab Ctrl-L Ctrl-Shift-E Ctrl-Shift-W Ctrl-Shift-B 浏览前面板和程序框图 Ctrl-E Ctrl-Space Ctrl-# Ctrl-/ Ctrl-T Ctrl-Shift-N Ctrl-I Ctrl-Y 浏览VI层次结构窗口 Ctrl-D Ctrl-A Ctrl-单击VI Enter Shift-Enter 调试 Ctrl-向下箭头 Ctrl-向右箭头 Ctrl-向上箭头 文件操作 Ctrl-N Ctrl-O Ctrl-W Ctrl-S Ctrl-Shift-S Ctrl-P Ctrl-Q 基本编辑 Ctrl-Z Ctrl-Shift-Z Ctrl-X Ctrl-C