11-11-2008 03:09 PM
Solved! Go to Solution.
11-11-2008 03:41 PM
First, MAX does not use VISA when attempting to locate an instrument on the bus. It uses the low level GPIB functions. You can use this as well in MAX and send the OI command. This is what the instrument uses instead of *IDN?
Second, make sure you are sending the correct termination character. In MAX, append the above command with a \n. This is a line feed and it is what the manual says you should use.
I know it is possible to use LabVIEW with this instrument because I wrote a driver for it back with LabVIEW 4. I no longer have that code, however.