08-06-2012 09:27 AM
Hi guys, I'm trying to use GPIB on my Windows 7 machine, as a result the old vbib-32.vb doesn't work for me and I'm using the new subs and functions in NI4882.dll.
But there's this one piece of code I find at the beginning of many subs in the vbib-32.vb:
' Check to see if GPIB Global variables are registered
If (GPIBglobalsRegistered = 0) Then
Call RegisterGPIBGlobals()
End If
I'm not sure what's the equivalent for this piece of code in the new NationalInstruments.NI4882.dll .
Anyone know what to do?
08-07-2012 04:22 PM
I'm not exactly sure how it relates to the 488.2 driver, but I did find that there are examples for using the 488.2 driver, which might be more helpful to getting you up and running: