搜索资源列表
EX1
- 编写一个LabWindows/CVI程序,功能自定(可以是课堂或者书上的例子),程序有菜单或多种控件,用程序改变控件值或属性。-Write a LabWindows/CVI program, custom functions (which may be an example of the classroom or book), the program has a menu or a variety of controls, application controls to change the v
LabVIEW
- 1. 本程序只在Windows XP 平台上经过完整测试,因此只能保证该程序在WinXP系统下正确运行。 2. 由于本程序使用的是MySQL数据库,因此需要计算机上安装有MySQL。如果没有,可以尝试Access数据库。 3. 将本程序下载到本地计算机后,需要建立ODBC连接。建立方法如下:进入开始菜单->控制面板->管理工具->数据源(ODBC),建立一个新的系统DSN:选择“Add >MySQL ODBC 3.51 Driver”,数据源名称为“d
labwindows_CVIKJSY
- labwindowsCVI常用控件示例程序,介绍各种常用控件的使用方法 “textlisttree”工程,介绍了文本框、列表框、树控件、表格控件的使用方法 “板球游戏”工程,介绍了定时器控件的使用方法 “计算器”工程,介绍了菜单控件的使用方法 “graph”工程,介绍了Graph控件、StripChart控件、DigitalGraph控件的使用方法 “scrollbar”,介绍了scrollbar控件使用方法 -labwindowsCVI common control s
The-breakpoint-manager
- 如要启用之前禁用的断点,右键单击程序框图对象,从快捷菜单中选择断点» 禁用断点-Before start using the disabled breakpoints, right-click the program block diagram object, the shortcut menu, the breakpoint » disable breakpoints.
Resizable-Panel-with-Splitter-Bars
- 菜单与工具栏,可以调节大小的窗格和分隔符,简单的labview程序-Menus and toolbar, you can adjust the size of the pane and separator, a simple LabVIEW program
Customizing-the-Menubar
- 简单的labview程序的,菜单与工具栏,自定义工具栏-Simple LabVIEW program, the menu and the toolbar, the custom toolbar
Customizing-Shortcut-Menus
- 简单的Labview程序,菜单与工具栏的自定义快捷菜单-Simple Labview program, menu and toolbar custom shortcut menu
第一次实验2017版本
- (1)熟悉LabVIEW的运行环境,包括:前面板窗口、框图窗口、模板、菜单和命令。可以通过使用各种LabVIEW Online Help Windows选项和Help Window选项来了解前面板和程序框图对象及其特征。 (2)创建一个VI。发生一个值为0.0~1.0的随机数a,放大10倍后与某一常数b比较,若a>b,则指示灯亮。要求:① 编程实现;② 单步调试程序;③ 应用探针观察各数据流。 (3)创建和调用子VI。创建一个子VI,子VI功能:输入3个参数后,求其和,再开方。编一个V