03-09-2009 05:13 AM
Hello,
I use the IC TNT488 for a GPIB communication.
I cannot establish the communication when I use the NI-488-02 Communicator software
I am able to send commands on the GPIB bus, but I am not able to receive a command.
If I use a Labview (ver 6.0) I have not problem (read/write is OK)
Any idea for solviong this problem ? (hardware, software ...))
Thank you !!
03-10-2009 05:42 AM
Hello 22online,
Thanks for posting on the National Instruments Forum.
Can you tell me if you receive an error? If yes, can you send the error code?
If you wrote to your
instrument without an error being returned by the write, you can reasonably
assume that your written message was properly sent to the instrument due to the
3-wire handshake of GPIB. Now, you should perform a read (IBRD function call) to
ask the instrument for a response. If you receive an error on a read, it will
most likely be an EABO (abort) due to a TIMO condition. This indicates that the
GPIB controller board was waiting for a response from the instrument but that
response never came.
Things to check:
Let me know if you have any questions.