1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
您好,我有一个关于如何编程Agilent 33250A波形发生器的问题,以便我可以生成扫描功能来运行我的离子阱质谱仪。
这就是我所需要的:离子阱质量分析仪通过在固定频率和幅度下应用正弦波形一段给定的时间(例如800 kHz,1 V pp,持续时间为100 ms)来运行,并仅扫描 对于花药100毫秒,波形幅度从1 V pp到3 V pp.Thats it.I相信这一定非常简单直接,但我不知道如何编程。 我是第一次使用这种设备。 所以,我很感激有关此问题的任何反馈。 此外,如果您认为您可以为此提供代码,请这样做并让我知道如何将代码发送到波形发生器。提前谢谢!Frank 以上来自于谷歌翻译 以下为原文 Hello, I have a question regarding how to program the Agilent 33250A waveform generator so that I can generate a scan function to run my Ion Trap Mass Spectrometer. And here is what I need: Ion Trap Mass Analyzers run by applying the sinusoidal waveform at a fixed frequency and amplitude for a given period of time (say 800 kHz, 1 V p-p, and for a duration of 100 ms) and scan only the amplitude of the waveform from 1 V p-p to 3 V p-p for anther 100 ms. Thats it. I believe this must be pretty simple and straight forward, but I dont know how to program it. I am the first time used of this equipment. So, I would appreciate any feedback regarding this issue. Also, if you think you might be able to provide a code for this, please do so and also let me know how do I send the code to the waveform generator. Thanks in advance! Frank |
|
相关推荐
3个回答
|
|
嗨,弗兰克,如果我理解你的信息,你需要在1 Vpp输出一个800 kHz的正弦波,然后将振幅改为3 Vpp。
就个人而言,我喜欢33220A用户指南中的示例。 http://cp.literature.agilent.com/litweb/pdf/33220-90002.pdf这些示例使用Microsoft Visual Basic 6.0编写,并使用Agilent VISA-COM。 第一个示例“简单正弦波形”应该包含应用程序所需的所有仪器命令。 我还附上了示例程序。 您也可以在http://www.home.agilent.com/agilent/redirector.jspx?action=ref&cname=AGILENT_EDITORIAL&ckey=1110%3Aadn%3Acode%3A1605&下载33250 Simple Sine(一个不同但相似的例子)。 ; lc = eng& cc = US& nfr = -11143.0.00& pselect = SR.GeneralHope这有帮助! - 谢丽尔 以上来自于谷歌翻译 以下为原文 Hi, Frank, If I understand your message correctly, you need to output an 800 kHz sine wave at 1 Vpp then change the amplitude to 3 Vpp. Personally, I like the examples found in the 33220A User's Guide. http://cp.literature.agilent.com/litweb/pdf/33220-90002.pdf The examples are written using Microsoft Visual Basic 6.0 and use Agilent VISA-COM. The first example "A Simple Sine Waveform" should have all the instrument commands you need for your application. I have also attached the example program. You can also download 33250 Simple Sine (a different but similar example) at http://www.home.agilent.com/agilent/redirector.jspx?action=ref&cname=AGILENT_EDITORIAL&ckey=1110%3Aadn%3Acode%3A1605&lc=eng&cc=US&nfr=-11143.0.00&pselect=SR.General Hope this helps! -- Cheryl |
|
|
|
嗨谢丽尔,非常感谢您的回复。
我是第一次使用它,所以我无法弄清楚如何将代码导入软件。 这是我到目前为止所做的:我安装了“Agilent IO Libraries Suite”和“Agilent IntuiLink”波形编辑器。 我不能继续下去,因为我不知道如何加载/导入文件并将它们发送到波形发生器。 以下是我的问题:1)我是否需要安装任何其他软件/驱动程序?2)如果没有,请您建议或参考现有说明如何使这些文件工作并按步骤生成预期的波形配置文件 步骤的方式?再次感谢! 以上来自于谷歌翻译 以下为原文 Hi Cheryl, Thanks so much for your reply. I am using this for the first time, so I couldnt figure out how to import the codes into the software. Here is what I did so far: I installed both "Agilent IO Libraries Suite" and the "Agilent IntuiLink" waveform editor. I can not proceed any further as I dont know how to load/import the files and send them to the waveform Generator. Here are my questions: 1) Do I need any other software/driver to install? 2) If not, could you please advise or refer to an existing instruction how to get these files work and generate the intended waveform profile in a step-by-step manner? thanks again! |
|
|
|
嗨,弗兰克!IntuiLink波形编辑器用于制作和下载任意波形。
它不能通过编程环境(例如VEE,Visual Basic,C,LabView,MatLab等)提供的优势来控制仪器。 您可以使用内置函数,数学功能或打开包含任意波形点的文件来创建任意波形。对于您的应用程序,它听起来并不像您使用任意波形... 那是对的吗? 根据您的描述,听起来您想要以一个幅度输出正弦波,然后在一段时间后改变幅度。 免费的IntuiLink软件可以帮助创建任意波形,但不提供仪器控制。如果您只想将远程命令发送到仪器而不是按前面板按钮,则可以使用随附的仪器IO控制 IO库。 如果你想自动化你的过程(a)设置波形(b)等待一段时间(c)改变幅度,那么我相信你需要使用一个编程环境,如前面提到的那个。 以上来自于谷歌翻译 以下为原文 Hi, Frank! The IntuiLink Waveform Editor is for the making and downloading of arbitrary waveforms. It doesn't control the instrument with the benefits provided by programming environments (such as VEE, Visual Basic, C, LabView, MatLab, etc). You can create an arbitrary waveform using the built-in functions, the math capabilities, or by opening a file containing the points of the arbitrary waveform. For your application, it doesn't sound as though you are using an arbitrary waveform...is that correct? From your description, it sounds like you want to output a sine wave at one amplitude, then after a time change the amplitude. The free IntuiLink software does a great job of helping to create arbitrary waveforms but does not provide instrument control. If you just want to send remote commands to the instrument instead of pressing front-panel buttons, you can use the Instrument IO Control that comes with the IO Libraries. If you want to automate your process of (a) set up the waveform (b) wait a period of time (c) change the amplitude, then I believe you will need to use a programming environment such as one of the ones mentioned previously. |
|
|
|
只有小组成员才能发言,加入小组>>
1283 浏览 0 评论
2371 浏览 1 评论
2189 浏览 1 评论
2062 浏览 5 评论
2946 浏览 3 评论
1103浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
750浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
921浏览 0评论
1283浏览 0评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 15:32 , Processed in 1.566996 second(s), Total 80, Slave 64 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号