Hello all!
I have a JDS Uniphase switches wich have a GPIB interface.
And still didn't succeed to communicate with.
I did the following:
Start->All Programs->National Instruments->NI-488.2->Explore GPIB
My System->Devices and Interfaces->Scan for instruments
Instrument0 found with Primary Address = 1
(meantime the switch indicates remote control mode - is OK)
Right click on Instrument0 -> Communicate with Instrument
The NI-488.2 Communicator is opened
Query *IDN?
I receive:
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.
So my question is what are the commands I should use for establishing communication with the instrument?