11-10-2019 08:04 PM
HI:
I use the visa32.dll development tool
Declare Function viOpenDefaultRM Lib "VISA32.DLL" (ByRef sesn As Integer) As Integer
Declare Function viGetDefaultRM Lib "VISA32.DLL" Alias "#128" (ByRef sesn As Integer) As Integer
I find that if I use the "Keysight" driver. I can control the "GPIB0::20::INSTR" address of the instrument. But I use the "NI" driver. I will not be able to control the "GPIB0::20::INSTR" address of the instrument.
Why is this?
Are two visa32.dlls different?
I find the sizes of two visa32.dlls are different.
11-11-2019 12:56 AM
Hi, member
Did you check out the following documents? You can check what you have to do in 'LabVIEW' part of the document.
Please refer to the doucment : https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9t6SAC&l=en-US
11-17-2019 08:15 PM
Thank you for your reply. Very useful