是德科技
直播中

张华仁

7年用户 162经验值
私信 关注
[问答]

怎么将文件快照从远程DSO90404A传输到计算机

您好,我正在使用C#编写一个自动测试应用程序,用于范围DSO90404A,我想知道是否有一种方法可以传输文件(例如位于范围@“C: Temp  Abc.png”中的快照)。
)从范围到我的自动化程序的位置。
或者是否可以使用其他脚本或命令来传输文件?
谢谢,Dana ZEdited:cloudd于2013年3月11日下午12:45

以上来自于谷歌翻译


     以下为原文

  Hi there,

I am writing an automated test app using C# for scope DSO90404A, and I am wondering if there is a way to transfer a file (such as a snapshot located in the scope @"C:TempAbc.png". ) from the scope to my automation program's location.

Or is there other script or command could be used to transfer a file?

Thanks,
Dana Z

Edited by: cloudd on Mar 11, 2013 12:45 PM  

回帖(4)

周菊

2019-7-8 17:06:21
没有已定义的SCPI命令用于将文件从控制器传输到示波器。
当我想这样做时,我使用Windows文件共享将文件通过网络保存到主机。
我在作用域上定义了一个'transfer'目录,并使其共享。
然后,两个地方都可以使用该目录中的所有内容。


以上来自于谷歌翻译


     以下为原文

  There are no defined SCPI commands for transferring a file from the controller to the scope. When I want to do that, I use Windows File Sharing to save the file over the network to the host. I define a 'transfer' directory on the scope, and make it shared. Then everything in that directory is available in both places.

Al
举报

张华仁

2019-7-8 17:20:20
引用: nvywyerwer 发表于 2019-7-8 18:18
没有已定义的SCPI命令用于将文件从控制器传输到示波器。
当我想这样做时,我使用Windows文件共享将文件通过网络保存到主机。
我在作用域上定义了一个'transfer'目录,并使其共享。

嗨Al,感谢您的快速回复。
我一直在寻找将文件从范围传输到运行自动化程序的计算机的方法。
那么Windows文件共享将是这样做的方式吗?
再次感谢。
达娜Z.

以上来自于谷歌翻译


     以下为原文

  Hi Al,

Thank you for the quick response. 
I was looking for the way to transfer the file from the scope to my computer where the automation program is running. So the Windows File Sharing would be the way to do it?

Thanks again.
Dana Z
举报

周菊

2019-7-8 17:36:17
引用: 脑洞大赛18 发表于 2019-7-8 18:32
嗨Al,感谢您的快速回复。
我一直在寻找将文件从范围传输到运行自动化程序的计算机的方法。
那么Windows文件共享将是这样做的方式吗?

是。
如果启用了“共享”,则可以执行以下操作,例如: - 在作用域上,将C: Temp声明为共享,名称为ScopeTemp - 在主机上,将作为驱动器S的作用域共享目录“ScopeTemp”连接到作用域:
存储在作用域上的文件C: Temp  abc.png将在主机上以S: abc.png的形式提供。这是标准的Windows内容,并且自Win '95之前就已成为Windows的一部分。
您可能不得不使用权限和用户名,具体取决于您的环境。
以另一种方式执行此操作可能更容易,在主机上选择您可共享的目录。
- 在主机上,将C: ScopeDrop声明为共享,名称为HostDrop - 在作用域上,连接到主机共享目录,如驱动器H:作为H: abc.png存储在作用域上的文件将在
主持人为C: ScopeDrop  abc.png Al

以上来自于谷歌翻译


     以下为原文

  Yes.

If Sharing is turned on, you can do the following, as an example:

- On the scope, declare C:Temp as shared, with name ScopeTemp
- On the host, connect to the scope shared directory 'ScopeTemp' as drive S:

A file stored on the scope as C:Tempabc.png will be available on the host as S:abc.png

This is standard Windows stuff, and has been part of Windows since before Win '95. You may have to mess around with permissions and user names, depending on your environment.

It might be easier to do it the other way, picking a directory on the host that you make shareable.

- On the host, declare C:ScopeDrop as shared, with name HostDrop
- On the scope, connect to the host shared directory, as Drive H:

A file stored on the scope as H:abc.png will be available on the host as C:ScopeDropabc.png

Al
举报

张华仁

2019-7-8 17:42:36
引用: nvywyerwer 发表于 2019-7-8 18:48
是。
如果启用了“共享”,则可以执行以下操作,例如: - 在作用域上,将C: Temp声明为共享,名称为ScopeTemp - 在主机上,将作为驱动器S的作用域共享目录“ScopeTemp”连接到作用域:
存储在作用域上的文件C: Temp  abc.png将在主机上以S: abc.png的形式提供。这是标准的Windows内容,并且自Win '95之前就已成为Win ...

我尝试了第二种方式。
它很棒。
非常感谢!

以上来自于谷歌翻译


     以下为原文

  I tried the second way. It works great. Thanks a lot!
举报

更多回帖

发帖
×
20
完善资料,
赚取积分