完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,我有一台N6705B直流电源分析仪,我把这台设备通过USB连接到Linux设备后,从lsu***命令连接到Linux设备,我可以看到设备已找到。
现在我的要求是这样的:1。我喜欢从这个linux设备远程连接到N6705B并发送SCPI命令来操作它。 这背后的意图是我必须在各种情况下自动从N6705B收集/获取数据值,所以我必须从linux设备连接到N6705B(目前我的自动化框架仅支持linux)并且执行 SCPI为此命令。 如果有人对此感谢varun.p有任何想法,请告诉我 以上来自于谷歌翻译 以下为原文 Hi I had an N6705B DC power analyzer, I connected this device via USB to an Linux device after connecting it to and Linux device from lsu*** command i can see that the device is found. Now my requirement is like this: 1. I like to remotely connect to the N6705B from this linux device and send SCPI commands to operate it . The intention behind this is I have to do an automation for collecting/fetching data values from the N6705B under various scenarios, so i have to connect to the N6705B from the linux device(currently my automation framework has support only in linux) and do the SCPI commands for this. Please let me know if any one has any idea about this Thanks varun.p |
|
相关推荐
3个回答
|
|
嗨我总是发现更直接地连接局域网,不需要驱动程序。
您可以使用几乎任何语言来连接并发送SCPI命令。 我使用Tcl作为套接字API非常容易使用。 以下是如何查询ID集sfd [socket 10.101.99.35 5025 ] fconfigure $ sfd -blocking 0 puts $ sfd“* IDN?” flush $ sfd set data [read $ sfd ] puts $ data close $ sfd我认为端口号是正确的DecEdited:Dec on 2014年8月29日上午5:56 以上来自于谷歌翻译 以下为原文 Hi I always find connecting over the LAN much more straight forward, no drivers required. You can use pretty much any language to connect and send SCPI commands down. I use Tcl as the socket API is very easy to use. Here is how you would query the ID set sfd [ socket 10.101.99.35 5025 ] fconfigure $sfd -blocking 0 puts $sfd "*IDN?" flush $sfd set data [read $sfd ] puts $data close $sfd I think the port number is correct Dec Edited by: Dec on Aug 29, 2014 5:56 AM |
|
|
|
wangcong12138 发表于 2018-10-24 07:25 我同意Dec.如果你使用Linux,那么使用套接字将是你最好的选择。 位于[http://literature.cdn.keysight.com/litweb/pdf/N6705-90001.pdf]的手册的第55页为您提供了有关使用套接字的所有详细信息。 以上来自于谷歌翻译 以下为原文 I agree with Dec. If you are using Linux, then using sockets will be your best bet. Page 55 of the manual located at [http://literature.cdn.keysight.com/litweb/pdf/N6705-90001.pdf] gives you all of the details on using sockets. |
|
|
|
看看https://github.com/python-ivi Alex已经制作了一个优秀的软件包,应该支持VXI-11和linux-gpib。
由于Beiming已经向Alex捐赠了安捷伦USB兼容的GPIB适配器,因此linux-gpib应该会很快获得更好的支持。 /答对了 以上来自于谷歌翻译 以下为原文 Havs a look at https://github.com/python-ivi Alex has made an excellent package , that should support VXI-11 , and also linux-gpib. The linux-gpib is supposed to get better support anytime soon , as Beiming has donated an Agilent USB compatible GPIB adapter to Alex. /BIngo |
|
|
|
只有小组成员才能发言,加入小组>>
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 16:12 , Processed in 1.305927 second(s), Total 49, Slave 44 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号