完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我的Agilent 34410是否有一个简单的C语言设备驱动程序接口。我们在这个特定的产品中不使用.Net而且我并不喜欢在我的系统上安装多层(IVI,VESA或其他)服务和驱动程序。
我喜欢老式的KISS打开/关闭/读/写/状态界面。 马克斯 以上来自于谷歌翻译 以下为原文 Is there a simple C language device driver interface for my Agilent 34410. We do not use .Net in this particular product and I'm not wild about installing multilayered (IVI, VESA or whatever) services and drivers on my system. I'd love an old fashioned KISS Open/Close/Read/Write/Status interface. Max |
|
相关推荐
3个回答
|
|
嗨MaxYaffe,对于C / C ++安捷伦提供两种方法来控制您的Agilent 34410.我们提供IVI-C仪器驱动程序和VISA仪器控制API。
两种方式都需要可从以下网址下载的Agilent IO Library Suite:www.agilent.com/find/iosuite/ 1)IVI驱动程序:下载并安装以下驱动程序:http://www.home.agilent.com/agilent/software .jspx?cc = US& lc = eng& ckey = 1639470& nid = -11144.0.00& id = 1639470。 请参阅IVI-C文档以开始使用。 2)使用VISA API发送SCPI命令我强烈推荐这个选项,因为我们有一个新的免费应用程序命令专家(www.agilent.com/find/commandexpert),它允许您将命令拖放到序列中。 然后,您可以将VISA代码导出到项目中。 我附加了34401/34410的Visual C ++项目和命令专家序列。 连接 SampledMeasurementsVisa.zip4.8 KB 以上来自于谷歌翻译 以下为原文 Hi MaxYaffe, For C/C++ Agilent offers two apporaches to control your Agilent 34410. We offer a IVI-C instrument driver and the VISA instrument control API. Both ways require the Agilent IO Library Suite that can downloaded at : www.agilent.com/find/iosuite/ 1) IVI Driver : Download and install the following driver: http://www.home.agilent.com/agilent/software.jspx?cc=US&lc=eng&ckey=1639470&nid=-11144.0.00&id=1639470 . Please see the IVI-C documentation to get started. 2) Send SCPI commands with the VISA API I would highly recommend this option because we have a new free application command expert (www.agilent.com/find/commandexpert) that will let you drag and drop commands into a sequence. You can then export the VISA code into your project. I have attached a Visual C++ project and Command Expert sequence for the 34401/34410. Connectivity 附件 |
|
|
|
schumi_LYQ 发表于 2019-2-15 11:07 谢谢。 我认为VISA是我正在寻找的。 我必须找到visa.h来编译你的代码。 马克斯 以上来自于谷歌翻译 以下为原文 Thanks. I think VISA is what I'm looking for. I have to find visa.h to compile your code. Max |
|
|
|
嗨MaxYaffe,请使用下面的Visual C ++编译器设置。 我们有一个环境路径可变VXIPNPPATH,它将导航到VISA库文件的路径。 您可以调出文件浏览器并键入%VXIPNPPATH%。 请注意,您应链接/复制这些文件。 不要从这些目录中删除它们。 VISA x86 / 32位项目标题:#include VISA标题路径:$(VXIPNPPATH)winnt include链接器:visa32.lib VISA库路径:$(VXIPNPPATH)winnt lib msc VISA x64 / 64位项目标题:#include VISA 标题路径:$(VXIPNPPATH)winnt include链接器:visa64.lib VISA库路径:$(VXIPNPPATH)winnt Lib_x64 msc连接 以上来自于谷歌翻译 以下为原文 Hi MaxYaffe, Please use the below compiler settings for Visual C++. We have a enviromental path varaible VXIPNPPATH that will navigate to the path of the VISA library files. You can bring up a file browser and type %VXIPNPPATH% . Please note that you should link/copy these files. Do not remove them from these directories. VISA x86/32 bit Project Header: #include VISA Header Path: $(VXIPNPPATH)winntinclude Linker: visa32.lib VISA Library Path: $(VXIPNPPATH)winntlibmsc VISA x64/64 bit Project Header: #include VISA Header Path: $(VXIPNPPATH)winntinclude Linker: visa64.lib VISA Library Path: $(VXIPNPPATH)winntLib_x64msc Connectivity |
|
|
|
只有小组成员才能发言,加入小组>>
1199 浏览 0 评论
2335 浏览 1 评论
2137 浏览 1 评论
2010 浏览 5 评论
2883 浏览 3 评论
933浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
684浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
786浏览 0评论
1199浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-10 15:46 , Processed in 1.143042 second(s), Total 48, Slave 43 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号