登录
首页 » C# » 基于NI-VISA的仪器编程

基于NI-VISA的仪器编程

于 2019-05-20 发布
0 267
下载积分: 1 下载次数: 7

代码说明:

说明:  基于NI-VISA的仪器编程,支持RS232、USB、GPIB及LAN 必须安装VISA运行时,下载链接如下(请下载最新版本1700)(The Virtual Instrument Software Architecture (VISA) is a standard for configuring, programming, and troubleshooting instrumentation systems comprising GPIB, VXI, PXI, Serial, Ethernet, and/or USB interfaces. VISA provides the programming interface between the hardware and development environments such as LabVIEW, LabWindows/CVI, and Measurement Studio for Microsoft Visual Studio.)

文件列表:

VISAInstrument-1.0.0.0, 0 , 2017-11-16
VISAInstrument-1.0.0.0\.gitattributes, 2518 , 2017-11-16
VISAInstrument-1.0.0.0\.gitignore, 4305 , 2017-11-16
VISAInstrument-1.0.0.0\README.md, 930 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument.sln, 1116 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument, 0 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\FrmMain.Designer.cs, 31838 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\FrmMain.cs, 8163 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\FrmMain.resx, 20532 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Port, 0 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Port\PortOperator.cs, 7957 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Port\VISA32.cs, 61880 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Program.cs, 423 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Properties, 0 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Properties\AssemblyInfo.cs, 1290 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Properties\Resources.Designer.cs, 3368 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Properties\Resources.resx, 5867 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Properties\Settings.Designer.cs, 1071 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Properties\Settings.settings, 242 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Ulitity, 0 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Ulitity\FormUltility.cs, 1315 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\Ulitity\PortUlitity.cs, 1856 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\VISAInstrument.csproj, 3731 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\logo.ico, 9662 , 2017-11-16
VISAInstrument-1.0.0.0\VISAInstrument\pic.png, 18248 , 2017-11-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 实现定时关机实例源码
    C# 实现定时关机实例
    2013-01-18下载
    积分:1
  • ComDemo
    说明:  VC++与Matlab通过COM技术实现混合编程的四个例子,含VC++6.0和.NET版本。(VC++ and Matlab through COM technology to achieve the four examples of mixed programming, with VC++6.0 and. NET version.)
    2021-03-04 20:09:32下载
    积分:1
  • HistoryLine
    说明:  一个显示历史数据曲线的程序源代码,压缩包中包含了历史数据文件和程序源码,在公司里用过很好用。开发环境VC++6.0,绘制曲线用的是MFC的CDC。(Curve of a display of historical data source code, compressed package that contains the historical data files and program source code, used in the company good use. Development Environment VC++6.0, MFC is used to draw curves of the CDC.)
    2011-02-18 09:22:08下载
    积分:1
  • Fanuc focas1_2+接口函数说明数控系统面板设置
    说明:  发那科SDK,用于发那科基础的数据采集,包含相关的开发套件驱动等(Fanuc SDK for basic data collection of FANUC)
    2020-06-01 17:45:08下载
    积分:1
  • High-quality-CPP-programming
    学习C++已经有好几年,发现这本书很好,很适合有一定基础的人再深入学习(Learning C++ for several years and found this book very good, very suitable for some people to be re-based in-depth study)
    2011-11-18 16:21:20下载
    积分:1
  • delete space
    linux使用函数编程,删除字符串中的空格。(linux level,use the C language to write a programme, make functional to delete the space.)
    2020-06-23 13:00:06下载
    积分:1
  • VirtualSerialPortDriver
    虚拟串口,串口之间转发,免安装的,很好用啊(Virtual serial port, serial port forwarding between)
    2011-04-19 17:23:48下载
    积分:1
  • c# winform html辑器 示例源码
    快捷键 功能ctrl b 给选中字设置为加粗ctrl c 复制选中内容ctrl x 剪切选中内容ctrl v 粘贴ctrl y 重新执行上次操作ctrl z 撤销上一次操作ctrl i 给选中字设置为斜体ctrl u 给选中字加下划线ctrl a 全部选中shift enter 软回车
    2013-09-22下载
    积分:1
  • 边沿检测与提取轮廓跟踪的图象算法
    边沿检测与提取轮廓跟踪,来自于源码中国 www.Cn700.com(edge detection and extraction of contour tracking, source from China www.Cn700.com)
    2005-05-30 08:07:38下载
    积分:1
  • 半桥LLC+同步整流DSP
    该文件为由CCS6.0编写的关于半桥LLC同步整流的DSP程序。(The file is written by CCS6.0 on the half bridge LLC synchronous rectification of the DSP program)
    2017-10-13 15:18:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载