07-23-2008 04:53 AM
We are trying to retrieve single measurements from the Agilent 3458A Multimeter over a GPIB (IEEE 488.2) connection. This does not give the results you should expect, for some reason. For testing, we are using the NI-488.2 Communicator to communicate with the device.
The problem started when asking for the device id. When querying
ID?
the device returns
HP3458A
1.999952011E+00
1.999946624E+00
1.999946771E+00
1.999947701E+00
[...and so on...]1.999964573E+00
This is followed by an error from the NI-488.2 Communicator:
iberr = EABO
EABO indicates that an I/O operation has been canceled, usually due to a timeout condition after a GPIB read. Before reading from the instrument, verify that the GPIB command you are sending is understood by your device and instructs it to place data in its output buffer. For information on your device's command syntax, consult the instrument manufacturer's user documentation.
This is probably due to the fact that the multimeter is in continuous mode and constantly returns sample values which are received at our end of the line. So then we tried the 'Making Single Readings' example on page 83 of the manual by sending the commands:
RESET
TARM HOLD
DCV 10
TARM SGL
The last line is a query, and the result is:
1.999975245E+00
This result is returned after a long time (>10sec), which is way too long for pratical use. Again, the result is followed by the error:
iberr = EABO
EABO indicates that an I/O operation has been canceled, usually due to a timeout condition after a GPIB read. Before reading from the instrument, verify that the GPIB command you are sending is understood by your device and instructs it to place data in its output buffer. For information on your device's command syntax, consult the instrument manufacturer's user documentation.
The fact that only one sample is returned, is correct. But what about the EABO error that keeps showing? We don't seem te get rid of it, whatever we try.
Any
help, please?
Best regards,
07-23-2008 08:11 AM
07-23-2008 08:45 AM
07-24-2008 02:00 AM
07-24-2008
02:06 AM
- last edited on
11-11-2025
06:12 PM
by
Content Cleaner
Greetings Maarten,
I think this article is a good place to start troubleshooting. There are many more articles on the National Instruments website but these all refer to the National Instruments driver.
Kind Regards,
Wouter
07-24-2008 08:38 AM
07-24-2008 09:19 AM
07-24-2008 09:23 AM
07-27-2018 08:47 AM
You saved my career ![]()