1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,我将使用DSO6014L中的掩码选项。
我的问题是我想不时将我的CVI应用程序中的MASK数据发送到示波器。 根据InfiiiVision 6000系列示波器程序员指南,可以使用:MTEST:DATA命令。 但我似乎无法找到,以正确的方式格式化MASK参数。 当我在示波器上制作自动MASK并使用:MTEST:DATA? 检索设置参数的命令,我得到的参数看起来与示波器生成的.msk文件中的相似。 有人举例说明如何发送参数吗? 亲切的,雅各布 以上来自于谷歌翻译 以下为原文 Hi all, I am going to use the mask option in the DSO6014L. My problem is that i want to send the MASK data from my CVI application to the Oscilloscope from time to time. As per the InfiiiVision 6000 series Oscilloscope Programmer´s guide, the :MTEST:DATA command can be used. But i can´t seem to find out, to format the MASK parameters the right way. When i make a auto MASK on the Oscilloscope and using the :MTEST:DATA? command to retrieve the setup parameteres, i get the parameters looking close to as they look like in the .msk file generated by the oscilloscope. Anybody having a example on how to send the parameters? Kind regads, Jacob |
|
相关推荐
2个回答
|
|
嗨雅各布,参数:MTEST:DATA命令是二进制块格式。
我目前正在查看3000X编程指南(我假设6000A编程指南将有相同的内容),并且有一个关于如何在“编程示例”部分中以二进制块格式发送数据的示例。 以下是C#示例的片段://从文件中读取设置字符串。 strPath =“c:\ scope \ config \ setup.stp”; DataArray = File.ReadAllBytes(strPath); nBytesWritten = DataArray.Length; //恢复设置字符串 myScope.DoCommandIEEEBlock(“:SYSTem:SETup”,DataArray); Console.WriteLine(“恢复设置字节:{0}”,nBytesWritten); 您只需要使用mask test命令替换SCPI命令。 如果您仍有问题,请告诉我 - 然后我会提供完整的代码示例,专门用于上传掩码数据。 谢谢。编辑:ee_pro于2012年10月4日上午7:48 以上来自于谷歌翻译 以下为原文 Hi Jacob, The parameter for :MTEST:DATA command is in binary block format. I'm currently looking at the 3000X programming guide (and I assume the 6000A programming guide will have the same thing), and there is an example on how to send data in binary block format in the "Programming Examples" section. Here is a snippet of a C# example: // Read setup string from file. strPath = "c:\scope\config\setup.stp"; DataArray = File.ReadAllBytes(strPath); nBytesWritten = DataArray.Length; // Restore setup string. myScope.DoCommandIEEEBlock(":SYSTem:SETup", DataArray); Console.WriteLine("Setup bytes restored: {0}", nBytesWritten); You just need to replace the SCPI command with your mask test command. Let me know if you still have problems -- I'll then come up with full code example specifically on uploading mask data. Thanks. Edited by: ee_pro on Oct 4, 2012 7:48 AM |
|
|
|
谢谢。
我从丹麦的安捷伦经销商处获得了一个代码示例,并将其付诸实施。 整个问题是你必须在.msk文件中添加一种标题,其中包含“#8 + .msk文件的大小,字符串必须用”0“填充,所以它将是9位长。然后 掩码字符串看起来像这样:#800003316 + .msk文件中的数据。问候雅各布。 以上来自于谷歌翻译 以下为原文 Thanks. I got a code example from a Agilent dealer in Denmark and got it to work. The whole problem is that you have to add a kind of header to the .msk file which contains "#8 + the size of the .msk file, the string must be filled with "0" so it will be 9 digit long. Then the mask string will look something like this: #800003316+the data from the .msk file. Regards Jacob. |
|
|
|
只有小组成员才能发言,加入小组>>
1287 浏览 0 评论
2375 浏览 1 评论
2194 浏览 1 评论
2064 浏览 5 评论
2951 浏览 3 评论
1111浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
753浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
926浏览 0评论
1287浏览 0评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-24 01:46 , Processed in 1.300857 second(s), Total 79, Slave 63 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号