01-12-2010 12:32 AM
01-12-2010 05:23 AM
Are you sure the GPIB address is correct? Did you perform a "scan for instruments" on GPIB bus, in order to verify whether the instrument is accessible?
Did you use the same interface on some other instrument before?
Just trying to figure out what's wrong...
Regards
01-12-2010 06:09 AM
01-12-2010 09:44 AM
01-12-2010 10:27 AM
Taking a look at the driver for the 5800, each command has a CR appended to it. This is not quite 488.2 compliant but fairly common to older instruments. Verify this in the manual and try sending a CR (\r in MAX or with '\' Codes Display on) and see if that works.
I would recomend you download the 5800 driver as a starting point for your code - assuming you are using LabVIEW of course.