想用VB 6.0通过NI GPIB控制Agilent 仪器自动测试。在阅读Agilent IO Library中看到下面一段话。实在是不知道,我这种情况需要看这三段话中的哪个帮助?本人搞了几年硬件,测试程序方面还是个菜鸟,请教大家。
VISA COM is a COM implementation based on the Agilent VISA architecture. Because it is COM, it is easy and natural to use in Visual Basic, and you can use IntelliSense to perform searches on language elements without leaving your programming window. .
If you are accustomed to VISA and do not want to use VISA COM, you can use VISA in Visual Basic by including the visa32.bas module file in your application.
If your program needs to interoperate with existing software that was implemented using National Instruments' NI-488.2, you can use Agilent 488 (for GPIB interfaces and instruments only) by including the module files niglobal.bas and vbib-32.bas in your application.
顺便在问一下:我看到坛子里有人说,在控制GPIB前需要安装“VXIPNP driver ”。请问是否需要?这个又是什么东西?
[此贴子已经被作者于2006-6-5 16:15:45编辑过] |