Hello,
I have a problem when reading results from the HP instrument with NI GPIB card over GPIB interface. In NI spy program it seems that my program sends i.e. ID? query ok, but doesn't get any result leading to timeout. The HP instruments changes its state to TALK mode. It can be seen on its front display.
I made a question to HP and got the following answer:
"The 3784A requires a CR followed by LF after each command sent. All the commands from the national cards are ended with UNTALK aand UNLISTEN commands. The National Instrument GPIB card can loose the last character (ie LF). This
happens because the ATN line on the bus is set true too soon before the the UNTALK command
is sent thus loosing the LF. There is no solution to this problem apart from using A HPITG2 card instead of the NI card."
The HP's instrument is so old that there is not available drivers (or I haven't found) for VISA commands which could be used in LabWindows for HP's GPIB card. I'm also using in same GPIB bus Philips and R&S instruments which are working fine (with similar commands) with the GPIB commands.
So, is there any solutions to go round of this ? I.e. newer driver for GPIB card. Or is there low level programming possibility to detect the incoming data from HP ?
I'm using LabWindows/CVI 4.0.1 with NI's PCMCIA GPIB card with driver version 1.30.0041 dated May 4 1998.