> I have an HP E2050 HPIB/LAN gateway on the net, but I can not figure out how to get MAX or LabView to talk to the thing
The E2050 is now an Agilent Technologies product. While it speaks with industry standard protocols, it may be easiest to deal with it using the Agilent I/O libraries - which NI MAX can tap into.
First, I assume that you have NI VISA installed. It may be best to get the latest version before you continue.
Now install the latest Agilent I/O libraries in the side-by-side mode (this will leave NI intact).
Now use Agilent IO Libraries - I/O Config to configure a VISA LAN Client (ex 5810). Important, do NOT select ASRL LAN Client.
(If you do not know the address, do a hard reset to get it to 192.0.0.192 and do a "route add" so
that your computer can get to this address.) (Do you have the manual that explains this?)
You should be able to ping and telnet to this address from the "DOS" prompt.
Also, the default SICL name for the E2050 is hpib. You must either change the name on this form to hpib, or in the E2050 to match today's standard of gpib0.
Note that there is a difference between the SICL Name and the GPIB card number - even though they both say "GPIB." The E2050 is really another computer that has an hpib/gpib card in it (this is the SICL Name, and it's either hpib or gpib0, even if you have another GPIB0 card in your computer). Your computer is using it as a GPIB card, and calls it GPIBx, where x might be 0 or another number.
Now go to NI MAX, VISA Options and turn on NIVisaTulip.dll. This allows NI to use the Agilent IO cards.
Once you set up the E2050 like this, it should appear as any other GPIB card. (Some older versions of NI MAX will not list the card, but NI LabVIEW can use the
GPIB addresses.)
Les.Hammer@CompleteTest.com