搜索资源列表
LabVIEW
- VI及其属性对话框,基本控件及其使用方法,LabVIEW基本函数,LabVIEW的程序运行结构,LabVIEW的数据结构及内存优化-VI and its Properties dialog box, basic controls and how to use LabVIEW basic functions, the structure of the LabVIEW program is running, LabVIEW data structure and memory optimizatio
DHK
- 发动机测试软件的登陆对话框,输入测试信息发动机型号、台架号、测试人员、测试日期,确定登陆-Engine test software login dialog box, enter the test engine model, bench, test, test date, to determine the landing
path
- 当下拉列表值变化为自定义时,可以通过路径对话框选择路径。-When the drop-down list value changes as a custom dialog box, select the path through the path.
Dialog
- Windows标准Dialog, 轻轻松松实现对话功能-The Windows standard Dialog, easy dialogue function
labview-in-dialog-processing
- labview中经常会用到对话框机制,以提醒测试人员进行操作作理,附对话框处理范例.-labview dialog mechanism is often used to alert personnel to operate as a test manager, with dialog processing paradigm.
code
- 编号为14的代码用来解决一下问题: 给出一百分制成绩,输入成绩用一个10位的一维数组(用随机数表示),要求输出等级A,B,C,D,E,输出也是一个一维数组。90分以上为A,80~89为B,70~79为C,60~69为D,60分以下为E。 编号为17.1,17.2,17.3可以实现一个简单的温度报警系统: 1) 为连续温度采集监测添加报警信息,当报警发生时输出报警信息,例如“温度超限!当前温度78.23℃”,正常情况下输出空字符串。 2) 利用子VI实现一个温度报警对话框,每当报
num_add--labview
- 在对话框中通过键盘输入数字字符,经过程序转化为数字,并能够参与运算-In the dialog box, enter the number of characters from the keyboard through the program into digital, and be able to participate in the operation
2_8
- 前面板中有一个数值控件和开关控件,实现在程序运行时,若修改了数值控件的值,则弹出对话框“你改变了控件的值”;当鼠标指针在开关上移动过时,弹出对话框“你的鼠标移动到了开关上面”-The front panel has a numeric controls and switches control to achieve the program is running, if the value of the control changes the value, then the pop-up dial
2_9
- 前面板中有一个数值控件和开关控件,实现在程序运行时,若修改了数值控件的值,则弹出对话框“你改变了控件的值”;当鼠标指针在开关上移动过时,弹出对话框“你的鼠标移动到了开关上面”-The front panel has a numeric controls and switches control to achieve the program is running, if the value of the control changes the value, then the pop-up dial
DENGLU.vi
- 一个利用LABVIEW编写的登录系统,提示用户输入对应的用户名和密码,并弹出对话框-A written LABVIEW use login system prompts the user to enter the corresponding user name and password, and pop-up dialog
mnwdcjxt
- 模拟温度采集系统:有华氏和摄氏两种显示模式;可设定温度上限(摄氏),当温度超限时,Alarm Counter加1;当用户单击“开始采集”按钮后,系统开始采集数据;采集过程中若单击“暂停”按钮则弹出对话框停止采集,关闭对话框则在原有基础上继续采集。采集点数为100,在数据采集完毕后停止系统或者单击“停止系统”按钮停止系统。采集进度由进度条显示。-Analog temperature acquisition system: There are two kinds of Celsius and Fah
Type-Sensitive-Popup2014-10-21
- 程序功能: 在树形控件、表格控件等中添加各种类型的控件,包括枚举形、颜色控件、字符串控件、数值控件、按钮等,在其中的整型簇上点击,还可以在鼠标旁边出现一个修改值的小型对话框。-Program features: In the tree control, a table to add controls and other types of controls, including enumeration shape, color controls, string control, numerica
dialogo-config-timer
- Dialog Config Timer with Serial port
temperature_collect_system
- 由随机数发生器产生20-40之间的随机数,可以有华氏和摄氏两种显示模式,可以设定温度上限,当温度超限时, Alarm Counter 加1,当用户单击“开始采集”,系统开始采集数据,采集过程中若单击“暂停”按钮会弹出对话框暂停采集,采集点数100,采集完毕后停止系统。-Generated by a random number generator random number between 20-40, there can Fahrenheit and Celsius two display mo
uart
- 串口写入,通过建立虚拟串口写入数据到labview的界面对话框里,目的是想实现串口的写入功能-A serial port, through the establishment of a virtual serial port write data to the labview interface dialog box, the purpose is to achieve the function of serial port to write
提示对话框(含倒计时)
- 写程序时,在中间过程提示一个对话框,并且支持设置倒计时(When writing a program, prompt a dialog box in the middle process and support setting the countdown)
骰子1
- 建立一个VI,模拟滚动—个骰子(骰子可能取值1~6),跟踪骰子滚动后的取值出现次数,输入是骰子的滚动次数,输出应包括滚动后骰子所取各数值及其出现次数,同时比较出现小(1,2,3)的次数和出现大(4,5,6)的次数的多少,如果出现小的多,则对话框显示小,大的多显示大,一样多显示平。要求最多只用一个移位寄存器实现功能。?【数组】(Create a VI, simulate a rolling dice (dice may be 1~6), track the number of times afte