Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

upgrade to 488.2?

GPIB Guru wrote:
> I am not aware of any way to convert an old GPIB-PCII to a more modern
> GPIB-PCII/IIA. The GPIB-PCII boards used a NEC7210 while the
> GPIB-PCII/IIA boards use a NAT4882. These are different chips with
> different pinouts and footprints. I don't see having the ability to
> create a PCII/IIA with what you have. The old boards with the NEC7210
> are not supported by any drivers since the DOS days since that chip is
> not compliant with the IEEE 488.2 requirements for the GPIB
> controller. If you really need a cheap GPIB-PCII/IIA, I suggest that
> you search on EBAY. Since you are looking for a Windows 98 system, you
> should be able to buy a GPIB-PCII/IIA, AT-GPIB/TNT (make sure it has
> the TNT and is no
t just an old AT-GPIB), or even a PCI-GPIB. ALL of
> these should link to the same DLL and be compatible.


The cb7210.2-pdip claims to be NEC7210 pin-compatible, IEEE 488.2
compatible and is a 40-pin dip. Why wouldn't that drop right into a
GPIB-PC board and look like a GPIB-PCII?? Address bus is the same,
dma is the same, irq is the same. Shouldn't that address the chip just
fine? GPIB-PC cards are free. PCII/PCIIA cards are EXPENSIVE (unless
you get lucky). Can't believe nobody's tried this.

It's a moot point now. Found a $15 PCII/PCIIA card. The upgrade chip
is probably more than that even if it works.

I've discovered that it's trivial to build a RS-232 to GPIB converter
around a PIC processor for textual I/O. After I implement a few of the
NI low level calls in a Visual Basic Class Module, it should drop right
in in place of the NI DLL...and the 30+MB of stuff that gets loaded
along with it. And I won't be tethered to a single machine.


mike

--
Return address is
VALID.
500MHz Tek DSOscilloscope TDS540 $2100
Wanted, 12.1" LCD for Gateway Solo 5300. Samsung LT121SU-121
Bunch of stuff For Sale and Wanted at the link below.
http://www.geocities.com/SiliconValley/Monitor/4710/
0 Kudos
Message 11 of 14
(1,715 Views)
The NAT7210 is also a 40-pin DIP, IEEE 488.2 pin-compatible replacement for the NEC7210. However, the NI PCII/IIA driver is not looking for a GPIB board that has an IEEE 488.2 chip, it is looking for a board that has a NAT4882 chip on it, so making that change will not work.

I am glad you found your $15 PCII/IIA board. I hope this works for you.

Good luck with your converter.
0 Kudos
Message 12 of 14
(1,716 Views)
I m having problem while detecting my IEEE 488.2 PCII/IIA Gpib Card
i m using dos platform . ibdiag gives following errors
1. address being used by some other device
2. base address not correct
 
moreover ibic does not work giving error card not controller in charge
 
need urgent reply
 
Regards
Hamza
0 Kudos
Message 13 of 14
(1,306 Views)
Hi Hamza,

Make sure you are testing the board with the correct option(PCII or PCIIA), and that you have the address switches set up correctly as mentioned in this KB. Good luck!

Regards,
Ebele O.
National Instruments
0 Kudos
Message 14 of 14
(1,279 Views)