Having problems with certain GPIB commands

Sep 19, 2006 1 Replies

Hi everyone,



We are trying to read trace data to GPIB from our Advantest R3265 spectrum analyzer, but it seems to ignore the GPIB command strings that request data output.



In order to test this, we are using: "Simple GPIB Read & Write Using VISA COM Interface" for visual basic 6 from National Instruments, which can be downloaded here:

formatting link



The commands that the instrument seems to ignore (from the R3265 printed manual) are: "TBA?" "TAB?" "TAA?" and "TBB?". These commands request data in Binary or ASCII format from memory A or memory B.



Is there anything in VISA that could prevent the spectrum analyzer from correctly receiving these? Many other commands work just fine, while some commands the instrument ignores. Has anyone else experienced similar issues with R3265 spectrum analyzer?



Thanks! Best regards, Tele



Several things it could be:

Are you sure the device is in the right state for sending data? Some devices won't respond if they're in data collection mode.

Timing can be an issue. Try adding a second of delay between the previous command and the one that fails.

Try fetching the device status before and after you request data. Maybe it's trying to tell you something.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required