搜索资源列表
LabVIEWBible-class
- 第一章:打开LabVIEW编程之门 第二章:LabVIEW基本函数 第三章:LabVIEW的程序运行结构 第四章:LabVIEW的数据结构及内存优化 第五章:字符串与文件存储 第六章:属性节点、方法节点及引用 第七章:高级控件的运用 第八章:文本编程与外部接口 第九章:Mathscr ipt 第十章:基于组件的程序结构 第十一章:人机交互与编程风格 第十二章:VI模板、设计模式、状态图 第十三章:串并口通讯、网络与DSC 第十四章:数据库、报表
activexexcel
- matlab 调外部用dll,实现混合编程-matlab
shujxiancaijlabview
- 通过研华数据板卡将外部数据实时采集,并通过相应的控制界面显示。实现数据实时采集存储等功能。-Through Advantech data card will real-time acquisition of external data, and through the control interface of the corresponding display. Implementation of real-time acquisition and storage of data and oth
excel
- labview中excel操作,实现数据外部存储-labview operate excel
LABVIEW
- 在VC++开发平台下,以USB摄像头为实验对象,根据USB系统规范,采用Windows操作系统I/O设备驱动原理与动态链接库技术相结合的方法,调用Win32API函数,开发具有USB通用通信程序模块接口的DLL。然后在LabVIEW或Labwindows下采用其外部代码接口机制调用该DLL,开发通用的USB摄像头通信程序模块组,实现对USB摄像头的查询、打开、关闭、图像显示、视频帧和图像参数显示及设置等操作功能。-As experimental subjects VC++ development
callDLL
- labview与外部接口调用之dll。labview与其他语言混合编程必备,来自Ni官网的范例。-labview with an external interface to call the dll
EXTI
- EXTI外部按键中断(MDK)关于stm32的程序-a program about EXTI (Pressing the key and the LED is lighted)
prog10
- Labview高级编程与虚拟仪器工程应用中关于液压系统测试的源码。包括1.“溢流阀动态”测试程序,其中小波变换使用了光盘中提供的VI,来自NI公司的高级信号处理工具包6.1版。“溢流阀动态.vi”是主程序。 2.“液压教学实验台”,“液压测试系统.vi”是主程序。 3.“机油泵”试验程序需要较多外部硬件支持。其中的dll用于国内某一特定品牌扭矩仪。“程序”文件夹的“main.vi”是主程序。 4.“转向泵”试验程序需要外部硬件支持。“程序”文件夹的“转向泵试验.vi”是主程序
shujucaijixitong
- 源码为基于研华的板卡开发的数据采集系统,该系统是多通道采集,可以有外部触发和内部触发两种模式,采集迅速、准确。-Source for the development of data acquisition system based on the research of China interface card, the system is a multi-channel acquisition, may trigger and internal with external trigger two
Labwindows_CVI3D_Animation
- labwindowsCVI的3DGraph控件和Animation动画控件,介绍这两种控件的使用方法 “3Dcontrol”3D控件工程,3DGraph是一个能接收外部数据并绘制三维图形的控件,包括显示、填充风格设置,颜色,透明度、投影方式、光强、亮度选择,缩放,旋转,俯视功能。 “animationcontroler”Animation控件工程,介绍了Animation控件工程的使用方法,它能设定图片的刷新频率,显示位置及大小。-labwindowsCVI of 3DGraph con
ad_zhuanhuan
- 采集卡的模拟数字转换,尺度转换,8个通道采集功能,1kHz的频率,每触发80,为外部触发,高电平触发,可以用施密特。-Acquisition card analog digital conversion, with scale conversion, the acquisition function of 8 channels, the frequency of 1kHz, the number of each trigger is 80, the trigger for the externa
chuankouduqv
- 进行计算机与外部串口通讯的简单程序,在此基础上可以添加文件-Simple procedures, computer and external serial communication based on this you can add files
5-1
- 数字滤波器 可以内部采样或外部采样可显示频谱图和波形图-Digital filter Can be internal or external sample
pressure-sensor
- 压力传感器它是一种通过外部压力来对电压或者电流信号进行数据采集-Pressure sensor which is a kind of external pressure to the voltage or current signal data acquisition
close-exe
- 在LABVIEW中关闭外部应用程序,采用的是调用系统命令的形式实现-Closed external applications
close-APP-Window
- 在LABVIEW中关闭外部应用程序的某个窗口,如关闭一个打开的WORD文件。-In LABVIEW off external application of a window, such as closing an open WORD file.
snack 233
- 用Labview实现贪吃蛇小游戏,用DAQ采集外部按键信息实现方向的控制(Using Labview to achieve Snake game, with DAQ acquisition of external key information, to achieve the direction of control)
定时自动关闭开关功能
- 该程序用于工程中自动控制系统,设定开启时间,当到达指定时间时程序自动停止,该程序定时功能不影响外部定时循环。(A LABVIEW PROGRAM YOU MAY USE)
Close Process
- Labview搜索进程名称并且关闭外部程序(Labview search and close process)
相机触发采集
- 在使用labview调用相机连续采集图像时想用外部触发进行采集,附件就是该模板案例可提供参考!