完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我对这个论坛很陌生,但我怀疑我会从中获得很多。
这是我正在使用的。 我有一个Agilent E3631A电源,它通过labview程序通过GPIB进行控制。 我没有开发当前的程序,所以我正在慢慢确定它是什么/如何完成这项工作。 当前程序的开发人员已经转移到另一家公司,我(和其他人)可以根据需要进行更改。 我们不希望重构它,只维护它并调整它以完成我们需要它做的事情。 关于LabVIEW,我是全新的,但已经采用了Core 1和2,所以我知道如何做大部分的基础知识。 所有这一切,目前,一旦程序设置电源的电压并打开输出并转向更大更好的东西,电源屏幕只是显示“限制”视图,这就是说,它只是 显示设定的电压和电流限制。 简单地说,我想让显示器返回显示实时电压和电流,就像我手动设置一样。 我查看了该模型设备的手册,我真的没有找到完成此操作的命令。 好像只要你参加GPIB VISA会话(?),就没有办法让命令显示'本地'或显示正常的自由运行的实时电压和电流。我觉得这应该是 简单。 以编程方式我知道如果我想在整个程序期间继续与设备通话(实际上我可以做,因为LabVIEW本质上是并行的),我可以定期查询电压和电流值,然后使用命令将其显示为 屏幕上的文字。 但是,它必须比那更容易,不是吗? 请告诉我,我只是忽略了一个简单的命令..... :? 谢谢 以上来自于谷歌翻译 以下为原文 I'm brand new to this forum, but I suspect I am going to be getting a lot out of this. Here's what I'm working with. I have an Agilent E3631A power supply, and it is being controlled via GPIB by a LabVIEW program. I did not develop the current program, so I am slowly determining what/how it does the job. The developer of the current program has moved on to another company and I (and others) are able to change it as needed. We do not wish to refactor it, only maintain it and tweak it to do the things we need it to do. Regarding LabVIEW, I am brand new to it, but have taken Core 1 and 2, so I know how to do most of the basics. All that being said, currently, once the program sets the voltage of the power supply and turns the output on and moves on to bigger and better things, the power supply screen simply displays the "limit" view, shich is to say, it merely displays the set voltage and current limit. Simply put, I want it the display to go back to displaying the realtime voltage and current like it would if I set it manually. I have looked all through the manual for that model device and I really didn't find a command which accomplishes this. It seems as though as long as you are in a GPIB VISA session(?), there's no way to give a command to display 'locally' or to otherwise display the normal free-running realtime voltage and current. I feel like this should be simple. Programmatically I know that if I wanted to keep talking to the device during the whole program (which I could in fact do since LabVIEW is parallel in nature), I could periodically query the voltage and current values and then use the command to display that as text on th screen. But, it's got to be easier than that, doesn't it?? Please tell me that I am just overlooking a simple command..... :? Thanks |
|
相关推荐
3个回答
|
|
谢谢你的建议。
我不想将控制权释放到本地模式,但我可能不得不这样做。 我只是不想在这种程度上改变代码流,但是如果在远程模式下没有简单显示有效电压/电流的命令,我可能只需要释放资源直到再次需要它。 以上来自于谷歌翻译 以下为原文 Thanks for your suggestion. I don't want to release control to local mode, but I may have to. I just didn't want to be changing the flow of code to that extent, but if there is not a command to simply display the active voltage/current while in remote mode, I will probably just release the resource until needing it again. |
|
|
|
有人知道哪个是电源E3631A的显示限制命令?
我需要限制当前,我不知道该怎么做...谢谢,Mag007编辑:Mag007于2013年1月23日上午6:19 以上来自于谷歌翻译 以下为原文 Does someone know which is the command for the display limit in a power supply E3631A? I would need to limit the current and I don´t know how to do it... Thanks, Mag007 Edited by: Mag007 on Jan 23, 2013 6:19 AM |
|
|
|
我遇到了同样的问题,但我甚至没有使用labview或GPIB。
当使用电源作为独立单元(GPIB电缆断开,无外部控制)时,电压输出显示屏显示一些随机数,而不是输出电压。 如果按下显示限制按钮,它将显示实际输出电压(用仪表确认),当您调整输出时,该电压将更新。 但是当它超时或再次达到显示限制以返回到正常视图时,显示屏将恢复为相同的随机数(电压输出保持不变)。 我有六个单位都这样做(起初它只有三个,但现在有6个)。 我联系了安捷伦,他们没有关于此问题的服务说明。 这是模式,设置还是固件问题? 以上来自于谷歌翻译 以下为原文 I am having the same problem, but I'm not even using labview or GPIB. When using the power supply as a stand-alone unit (GPIB cables disconnected, no external control), the voltage output display shows some random number which is not the output voltage. If you hit the display limit button it will display the actual output voltage (confirmed with meter) which will update as you adjust the output. But then when that times out or you hit display limit again to return to normal view, the display reverts to that same random number (voltage output remains as you left it). I have six units all doing this (at first it was just three but there are 6 now). I have contacted Agilent and they have no service notes about this problem. Is this a mode, setting, or firmware issue? |
|
|
|
只有小组成员才能发言,加入小组>>
1223 浏览 0 评论
2347 浏览 1 评论
2157 浏览 1 评论
2022 浏览 5 评论
2902 浏览 3 评论
964浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
700浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
801浏览 0评论
1223浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-23 00:29 , Processed in 1.502718 second(s), Total 80, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号