Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Switching from ISA GPIB to PCI. Any Issues?

The original application was designed around the ISA version in VB 6.0. The next revision will be developed on a machine with the PCI card due to a lack of ISA slots.
Are there any changes between the two versions that may prevent the original software from operating properly?
0 Kudos
Message 1 of 6
(3,687 Views)
Some of this would depend on how your program accesses the GPIB cards. If you are doing calls to GPIB.DLL, then you should have little problem. With some manufacturer's cards, you may have to switch your calls to GPIB32.DLL. The big thing here is: Try it.

Rob
0 Kudos
Message 2 of 6
(3,687 Views)
Rob is correct. You will need to install the appropriate driver from, http://www.ni.com/support/gpib/versions.htm which changes the gpib*.dll. Hope this helps
0 Kudos
Message 3 of 6
(3,687 Views)
So if the original driver was gpib-32.dll with the ISA card, there should be no problems with the PCI?
Thanks for the help,
JCliffen
0 Kudos
Message 4 of 6
(3,687 Views)
If the OS hasn't changed then your code need not change.
0 Kudos
Message 5 of 6
(3,687 Views)
What OS changes would cause code changes?
0 Kudos
Message 6 of 6
(3,687 Views)