Hi,
I am new and working with LAbwindows CVI driver ag6000_MS (available from NI site) to drive Agilent Oscilloscope DSO5034A. I find that when I run the .dll of the driver from the NI Teststand the instrument shows an error: Query Unterminated.
When debugging it is found that during the following code of the driver this error occurs:
Part of the code reproduced for the scrutiny:
viCheckErr( viPrintf (io, "*TST?"));
viCheckErr(viScanf (io, "%hd", testResult); => here the instrument reads Query unterminated
and then there is a VISA read timeout.
I donot see any problem with the code.
Can some body help me on solving this?