搜索资源列表
Rocket
- labview实现火箭发射程序,模拟现场环境,有很好的动画模拟,不管是做工控仿真还是界面设计都有参考价值哦-the labview rocket launch program, and simulated live environment, good animation to simulate whether the industrial simulation or interface design has a reference value Oh
LabVIEW-parallel-Demo
- 本Demo演示了LabVIEW图形化开发环境的并行编程模式。在并行循环之间可以通过队列或者是局部变量传递数据。基于队列的并行循环模式也叫做生产者/消费者模式。-This Demo demonstrates NI LabVIEW graphical development environment of parallel programming model. Between the parallel loop through the queue or a local variable data tr
another-barcode-scan
- LABVIEW 用摄像头动态扫描条形码,不需要再移动鼠标或键盘框选框框的程序,支持的下载。-The LABVIEW camera dynamic bar code scanning, do not need to move the mouse or keyboard marquee frame of the program, support to download.
Zip-Tool
- 该VI将源文件或目录压缩至目标Zip文件中-The VI source file or directory is compressed to the Zip file of the target
LABVIEW-host-computer
- 开发环境是labview8.6 该上位机是从一个基本的串口采集扩展开来的,下载下来关键是把串口采集那边留下来,然后自己增减需要的功能-The development environment is labview8.6 the host computer is expanded from a basic serial acquisition, download the key is the serial acquisition there to stay, and then increase or
labview-or-arduino
- 使用labview与arduino对数字量的读写-Labview with arduino digital literacy
Labview-comm
- 使用方法: 1.在baud rate里设置通讯的波特率 2.在milliseconds to wait的毫秒数要大于等于20,这样可以保证收发数据的成 功率. 3.在顶端的string to write 的文本框里写入要发送的数据,点WRITE发送数据,然后就可以在read string的文本框里看到从底层设备送回来的数据(当然,具体发什么和该收到什么取决于你使用的设备的具体协议) 4.点EXIT退出程序 -Use: 1. In the baud rate to set
fasong
- 使用方法: 1.在baud rate里设置通讯的波特率 2.在milliseconds to wait的毫秒数要大于等于20,这样可以保证收发数据的成 功率. 3.在顶端的string to write 的文本框里写入要发送的数据,点WRITE发送数据,然后就可以在read string的文本框里看到从底层设备送回来的数据(当然,具体发什么和该收到什么取决于你使用的设备的具体协议) 4.点EXIT退出程序 -Use: 1. In the baud rate to set
USB-Video-capture
- 可利用便携式摄像头拍摄现场视频,并且实时显示或远程传输给客户机-Can make use of the portable camera to shoot live video, and real-time display or remote transmission to the client
MONITORING-AND-CONTROL--ON-LABVIEW
- 摘 要 针对实现液罐的监测与控制系统,采用下位机:以C52单片机为核心,控制HC-SR04超声波测距模块和DS18B20分别对液面高度和液罐中温度进行测量。上位机:在PC机中通过LabVIEW进行编程,其主要功能为:数字时钟、液罐液位的模拟、波形图、液位超限的报警功能、液位控制的自动和手动模式、以及对数据进行存储。单片机对液位和温度的数据进行采集后,LabVIEW可选择性的使其在面板中进行显示,同时还可发送指令给单片机控制进水阀和出水阀的开闭,也可通过自动模式对液位进行控制。相比于传统控制系统,
case
- classify the value or number case by case.
guwuqingxuan(Labview)
- 本程序使用Labview8.6开发,主要用于仿真不同物料在清选仓中的运动轨迹,可以给机械类或农业类研究生提供分析方法,可用来研究不同物料的运动轨迹,谷物的清选,谷物清选仓的尺寸确定等方面的研究。本程序的开发设计是我上硕士研究生期间自己设计的,供大家学习、参考、使用。-This program use Labview8.6 developed mainly used for simulation of different materials in cleaning positions trajec
The-LabVIEW-Parallel-Loop-Demo
- 本Demo演示了NI公司LabVIEW图形化开发环境的并行编程模式。在并行循环之间可以通过队列或者是局部变量传递数据。基于队列的并行循环模式也叫做生产者/消费者模式。-Demo Demo NI' s LabVIEW graphical development environment for parallel programming mode. Can queue or local variables to pass data between parallel loops. Based on
labview-data
- 通过设置图形的属性节点,活动曲线以及曲线是否可见来实现用复选框控制对应曲线波形的有无,非常实用!-Set graphics attribute nodes activity curve, and the curve is visible to realize the presence or absence of the corresponding curve waveform check box control, very useful!
UDP-simple-chat-program
- LabView中UDP通讯,通过IP地址与端口号可以进行单机或局域网内多台计算机之间的信息通讯。-LabView UDP traffic by IP address and port number to the communication of information between multiple computers in stand-alone or LAN.
abView 1.3 课后作业
- 1.创建一个 VI 程序,比较两个数, 如果其中一个数大于或等于另一个数,则 LED 点亮。 要求:可以多次操作,直到点退出按钮。 2.创建一个VI程序,该程序完成的功能是:产生一个 0.0 ~10.0 的随机数与10.0相乘,然后通过一个VI子程序将积与100相加后开方,将结果输出显示。 要求:可以多次操作,直到点退出按钮。 3、验证哥德巴赫猜想: 一个充分大的偶数可以表示为两个素数之和 要求:可以多次操作,直到点退出按钮。-1 to c
TCP-and-filtering
- 12、使用TCP的双人或多人聊天程序 13、生成:生成一个由若干个不同频率的正弦波以及均匀分布噪声组成的信号,并显示。(允许用户挑选正弦波个数、设置不同频率、设置幅值、设置信号长度。) 保存:将生成的信号保存到二进制文件中。 打开:打开二进制文件,并显示。 计算:计算并显示功率谱 滤波:可以设置滤波种类及滤波频率,可以选择是否滤波。 只使用两个Graph,分别用于显示信号和功率谱。(若进行滤波,则只显示滤波后信号和功率谱)-12, Double or multiplaye
homework1
- 1.构建VI,产生两个随机数(0到1之间)并在仪表上显示两个随机数。仪表上分别设置标签“随机数1”和“随机数2”,使其中一个仪表显蓝色而另一个显红色。当红色仪表上随机数值比蓝色仪表随机数值大时,用一个圆形LED显示绿色,否则LED显示黑色。运行并观察结果。-Construction VI, to generate the two random numbers (between 0 and 1) and two random numbers are displayed on the instrum
Remove-duplicate-elements
- 该VI是删除数组相同或者是重复元素,使用的是labview2009版本的。-The VI is to delete the array of the same or repeating elements is labview2009 version.
get-the-name-or-IP-of-computers--11
- 选择不同命令,可以获取局域网中的所有计算机名称或IP地址,可以监控防蹭网。-Select a different command, you can obtain all LAN computer name or IP address, you can monitor anti-rub network.