您好Gerhard,看起来您可以在Agilent Connection Expert中设置连接。
为了以编程方式控制仪器,您可以使用VISA(虚拟仪器软件Archectecture)API。
Agilent Connection Expert提供了一个VISA地址,该命令用于带有VISA的open命令。有关多个IDE的文档可以在Agilent Connection Expert的Help-> Documentation-> API Documentation-> VISA下找到。
它包括几个通过Visual Basic控制仪器的例子。
另外,我们使用Agilent Connection Expert-> Help-> Programming Samples提供示例。
我首先会开始看看VB的IDN(识别)程序,以帮助您入门。
此示例将向您展示如何使用VISA打开连接,发送/检索简单命令以及关闭连接。编辑者:在2013年1月9日下午1:46
以上来自于谷歌翻译
以下为原文
Hi Gerhard,
It looks like you were able to setup a connection in Agilent Connection Expert. In order to programatically control the instrument you can use the VISA (Virtual Instrument Software Archectecture) API. Agilent Connection Expert provides a VISA address that is used in the open command with VISA.Documentation on this API for several IDEs can be found in Agilent Connection Expert under Help->Documentation->API Documentation->VISA. It includes several examples on controlling instruments through Visual Basic.
Also, we ship examples with Agilent Connection Expert->Help->Programming Samples. I would first start to look at the IDN (Identification) program for VB to get you started. This example will show you how to use VISA to open a connection, send/retrieve a simple command, and close the connection.
Edited by: connectivity on Jan 9, 2013 1:46 PM
您好Gerhard,看起来您可以在Agilent Connection Expert中设置连接。
为了以编程方式控制仪器,您可以使用VISA(虚拟仪器软件Archectecture)API。
Agilent Connection Expert提供了一个VISA地址,该命令用于带有VISA的open命令。有关多个IDE的文档可以在Agilent Connection Expert的Help-> Documentation-> API Documentation-> VISA下找到。
它包括几个通过Visual Basic控制仪器的例子。
另外,我们使用Agilent Connection Expert-> Help-> Programming Samples提供示例。
我首先会开始看看VB的IDN(识别)程序,以帮助您入门。
此示例将向您展示如何使用VISA打开连接,发送/检索简单命令以及关闭连接。编辑者:在2013年1月9日下午1:46
以上来自于谷歌翻译
以下为原文
Hi Gerhard,
It looks like you were able to setup a connection in Agilent Connection Expert. In order to programatically control the instrument you can use the VISA (Virtual Instrument Software Archectecture) API. Agilent Connection Expert provides a VISA address that is used in the open command with VISA.Documentation on this API for several IDEs can be found in Agilent Connection Expert under Help->Documentation->API Documentation->VISA. It includes several examples on controlling instruments through Visual Basic.
Also, we ship examples with Agilent Connection Expert->Help->Programming Samples. I would first start to look at the IDN (Identification) program for VB to get you started. This example will show you how to use VISA to open a connection, send/retrieve a simple command, and close the connection.
Edited by: connectivity on Jan 9, 2013 1:46 PM
举报