LABVIEW常用快捷键
- 格式:doc
- 大小:24.50 KB
- 文档页数:1
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实验总结1.总结VI基本编程的快捷操作。
答:显示程序框图或前面板ctrl+E框图中,对象的移动:shift+鼠标选择移动;对象的复制;ctrl+鼠标选择移动;对象的删除:鼠标选择,按<退格>;前面板与框图并排:ctrl+T工具(Tools)模板:在前面板或框图中按住<Shif>键并单击鼠标右键。
控件(Controls)模板:在前面板激活状态,在前面板空白区单击右键。
函数(Functions)模板:在框图激活状态,在框图空白区单击右键。
消除所有断线:ctrl+B:实时帮助:快捷键:ctrl+H2.简述VI程序有什么构成,其各部分的功能是什么。
答:主要有:输入控件、显示控件、程序结构、函数控件、连线输入控件:完成实时对变量的外界修改,即数据源显示控件:完成输出显示数据、图形等。
显示仪器分析结果程序结构:用外方框表示程序的执行顺序、总体上把握程序的执行控制。
函数控件:构成程序的主要部分,完成对数据的采集、分析直至输出功能。
连线:用线的方式显示数据流,完成上述结构之间的关系构建。
3.思考:在前面板和框图程序中,如何区分控制器和指示器。
答:在前面板中,控制器用以外部输入数据,因此输入框为白色表示可主动输入。
而显示器只有显示功能,用于被动输出虚拟仪器分析结果,数据框显示灰色,不能用于外部输入。
在程序框图中。
控制器端子在右侧,用于连接数据输出线。
显示器端子在左侧,用于连接数据输入线。
可以右键将显示图标勾掉,此时两种元件外观也不同。
4.心得体会及其它。
答:实验很简单,没吸引力——首先提下建议。
Labview是一种图形编程软件。
上手很快,但达到一定程度后,发现没有课本便很难取得进步。
原因是,个人觉得labview最重要的是对程序编程结构的深入体会和各函数控件功能的充分掌握。
前者可以通过看范例理解加深。
但后者只看范例是行不通的。
每个函数控件都有不同的功能和使用要求,如果不知道,很难使用和掌握。
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键后,可以通过拖拽鼠标来进行复制操作。
Labview中常用快捷键
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 显示查找的结果
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环境下的键盘快捷键。
也可为VI菜单项创建自定义快捷方式。
注:下列快捷方式中的<Ctrl>键对应于(Mac OS)的<Option>或<Command>键。
键盘快捷键说明对象/动作Shift-单击选取多个对象;将对象添加到当前选择之中。
方向箭头键将选中的对象每次移动一个像素。
Shift-方向箭头键将选中的对象每次移动若干像素。
Shift-单击(拖曳)沿轴线移动对象。
Ctrl-单击(拖曳)复制选中对象。
Ctrl-Shift-单击(拖曳)复制选中对象,并沿轴线移动对象。
Shift-调整大小调整选中对象的大小,并保持长宽比例。
Ctrl-调整大小调整选中对象的大小,并保持中心点。
Ctrl-Shift-调整大小调整选中对象的大小,并保持中心点和长宽比例。
Ctrl-拖曳一个矩形区域在前面板和程序框图上添加更多工作空间。
Ctrl-A 选择前面板或程序框图上的所有对象。
Ctrl-Shift-A 在对象上进行最终对齐操作。
Ctrl-D 在对象上进行最终分布操作。
双击空白区域如已启用自动工具选择,则将在前面板或程序框图上添加一个自由标签。
Ctrl-鼠标滚轮依次浏览条件、事件或层叠式顺序结构的子程序框图。
空白键(拖曳)移动标签和标题时,禁用预设对齐位置。
浏览LabVIEW环境Ctrl-F 搜索对象或文本。
Ctrl-Shift-F 打开搜索结果窗口或查找项目项对话框,其中显示上次搜索结果。
Ctrl-G 搜索下一个对象或文本。
Ctrl-Shift-G 搜索上一个VI、对象或文本。
Ctrl-Tab 根据窗口在屏幕上显示的顺序依次浏览LabVIEW窗口。
(Linux) 窗口的顺序取决于窗口管理器。
Ctrl-Shift-Tab 按照相反的顺序浏览LabVIEW窗口。
Ctrl-L 显示错误列表窗口。
Ctrl-Shift-W 显示全部窗口对话框。
浏览前面板和程序框图Ctrl-E 显示前面板或程序框图。
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 是一种简单易学、形象直观的图形化编程语言,也称为G 语言,具有丰富的同传统仪器外观类似的控件库(如旋钮、仪表盘、温度计、波形图表等),可以构建漂亮专业的用户界面,同时,内部提供了庞大的函数库(如数据采集、GPIB、串口控制、数据处理、数据显示及数据存储等),可以满足各行业各领域的开发需求。
另外,由于它并非一种封闭的语言,而是具有强大的外部接口能力,可以实现与C/C++、Basic、Matlab 等编程语言互通的能力,现在,LabVIEW 不仅仅局限于虚拟仪器软件类的开发,而是已经发展成为了一种通用的、完善的、开放的高级编程语言。
LabVIEW 是专为测试、测量和控制应用而设计的系统工程软件,可快速访问硬件和各种数据信息。
如果你以后经常使用LabVIEW 作为软件开发工具,如果你想成为LabVIEW 的编程高手,那幺,下面这些快捷键,你是必须要熟记掌握的,记住这些快捷键后,会大大提高你的编程效率。
使用频率较高的快捷键
在LabVIEW 中编写代码时,用的频率比较高的快捷键包括如下:。
LabVIEW进阶知识:想要成为编程高手,你不得不记住的快捷键LabVIEW是一种简单易学、形象直观的图形化编程语言,也称为G语言,具有丰富的同传统仪器外观类似的控件库(如旋钮、仪表盘、温度计、波形图表等),可以构建漂亮专业的用户界面,同时,内部提供了庞大的函数库(如数据采集、GPIB、串口控制、数据处理、数据显示及数据存储等),可以满足各行业各领域的开发需求。
另外,由于它并非一种封闭的语言,而是具有强大的外部接口能力,可以实现与C/C++、Basic、Matlab等编程语言互通的能力,现在,LabVIEW不仅仅局限于虚拟仪器软件类的开发,而是已经发展成为了一种通用的、完善的、开放的高级编程语言。
LabVIEW是专为测试、测量和控制应用而设计的系统工程软件,可快速访问硬件和各种数据信息。
如果你以后经常使用LabVIEW作为软件开发工具,如果你想成为LabVIEW的编程高手,那么,下面这些快捷键,你是必须要熟记掌握的,记住这些快捷键后,会大大提高你的编程效率。
使用频率较高的快捷键在LabVIEW中编写代码时,用的频率比较高的快捷键包括如下:1. Ctrl + E:在前面板和框图程序之间相互切换,这应该是使用频率最高的一个快捷键2. Ctrl + H:显示或隐藏即时帮助窗口,写代码过程中遇到不会的函数时,通过它迅速查看函数定义及参数类型等3. Ctrl + R:运行程序,这个大家都知道4. Ctrl + .:停止程序运行5. Ctrl + B:删除断线,用的也比较多6. Ctrl + Z:撤销上步操作,用的非常多,当连错线、用错函数时,直接按这个键吧7. Ctrl + I:弹出设置VI属性对话框,在这里面修改VI的各种属性吧,如外观设置,窗口大小、位置设置等8. Ctrl + T:快速设置前面板和程序框图上下两栏显示9. Ctrl + /:使当前前面板或程序框图窗口在最大化/还原之间切换显示10. Ctrl + L:当程序不能运行时,迅速的按下它吧,看一下提示是哪儿出错了11. Ctrl + W:关闭当前窗口,当你打开的程序比较多时,不要点窗口右上角的叉了,按这个吧,倍快12. Ctrl + Q:退出LabVIEW编程环境其它通用快捷键与其它通用软件类似,通用的快捷键包括如下:1. Ctrl + N:新建VI程序2. Ctrl + S:保存VI程序3. Ctrl + O:打开程序4. Ctrl + F:弹出查找和替换对话框5. Ctrl + A:选择当前窗口上的全部控件对象或程序代码6. Ctrl + C:复制当前窗口上的全部控件对象或程序代码7. Ctrl + V:粘贴当前窗口上的全部控件对象或程序代码另外,还要记住的三大模板1. 控件模板:在前面板点击右键弹出,这是你程序中所有控件构建用户界面的来源2. 函数模板:在程序框图点击右键弹出,这是你程序中所有函数/代码的来源3. 工具模板:在前面板/程序框图按Shift键的同时再点击右键弹出,这是在前面板和程序面板上通用选项设置的来源,如设置窗口/控件的颜色等总结上面列出了LabVIEW软件中最常用的快捷键情况,这些快捷键不需要死记硬背,多用两次就自然而然的记住了,关键就是熟能生巧。
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按钮关闭“自动工具选择”功能后,轮流选择最常用的四个工具。