Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

using NI and ComputerBoards controllers with the same program

What's the best way to determine which GPIB controller
is installed in a PC? I'd like to have the software determine
at runtime which controller is installed and use the appropriate
DLL.
I have NI, ComputerBoards, and HP GPIB controller cards. Instead
of writing or changing programs to work with specific controllers,
it would be nice to have the software determine which is which.
I'm using VB5 as a programming language.
0 Kudos
Message 1 of 2
(3,188 Views)
I recommend using VISA. NI and Agilent GPIB cards work with VISA libary.
But I don't know if the ComputerBoards brand supports VISA.
Makoto

"Stephen Dowling" wrote in message
news:39d4cc68@newsgroups.ni.com...
>
> What's the best way to determine which GPIB controller
> is installed in a PC? I'd like to have the software determine
> at runtime which controller is installed and use the appropriate
> DLL.
> I have NI, ComputerBoards, and HP GPIB controller cards. Instead
> of writing or changing programs to work with specific controllers,
> it would be nice to have the software determine which is which.
> I'm using VB5 as a programming language.
0 Kudos
Message 2 of 2
(3,188 Views)