Ken wrote:
> Having a problem with using an old instrument and labview gpib. The card is
> the national instruments gpib card but the "instrument" is an old 5600
> switching main frame. Just a bunch of relays that are addressed via the gpib
> card. the problem is that labview sees it but tells me that it isn't 488.2
> compatable. I can transmit to it, not sure if it sees me though. I have to
> put in some wires and find out if the relays are latching or not. the labview
> gpib programs will not acknowledge any transmissions from the mainframe, if
> there are any. if anyone has any ideas, i would appreciate it. I have
> contacted the vendor of the mainframe but they don't answer my queries.
>
> ken
Ken,
Much of the older equipment is not 488.2 compliant. There
is really little
difference
between the 2 (488 = old, 488.2 = new). Electrically they are the same, except
for
maybe max transfer rate. The major difference is the fact that 488.2 devices must
respond to a set of commands that are now part of the spec.
You can use the "Traditional GPIB" functions to talk to the device in question.
I am not sure how this works if you use VISA. This is what I use and it seems
to work OK even on older devices.
The vendor will probably be of little use since upgrading the device (if they
even will do it)
would consist of a complete replacement of the GPIB circuitry. If you have the
programming
manual, then you are all set.
Use the Traditional GPIB functions, send your commands and read back the
response.
Kevin Kent