在excel中通过VBA使用NI488.2, 提示找不到GPIB-32.dll, 请问哪里可以找到啊。 还有我看别人的例子有这么一句话 Call ibrdb(tek370aid, dummy(), 5000) 请问是什么意思啊 ,我找不到IBRDB这个函数
Use NI488.2 in excel, error message is can't find gppib-32.dll, where it can be got?
also, there is a command Call ibrdb(tek370aid, dummy(), 5000)
can anybody kindly to exlain this command. function ibrdb can not be found.
你好,
dll文件在安装了驱动之后应该就有,你看看C:\WINDOWS\system32下应该有的
在488.2的API中仅看到有IBRD函数,感觉用法和你写的那个差不太多,但是没有见过IBRDB这个函数。期待用过的达人解答。