11-17-2010 05:22 PM
I use VISA Write to send the command "FAST2" to an SR830 lock-in amplifier, which then send data to a GPIB-USB-HS cable connecting to the computer. I use a loop to performing VISA Read again and again to receive data from the cable. Each time 4 bytes data are received.
The program performs well if the sampling rate of SR830 is set to 256Hz. However, when using 512Hz, I got "error -1073807339: VISA: (Hex 0xBFFF0015) Timeout expired before operation completed."
Any comments will be appreciated.
11-17-2010 10:45 PM
The 4 bytes you are looking for did not arrive at your port before it timed out passed.
You are reading faster than the stuff is getting to the com port
06-05-2017 07:54 PM
Have you solved the problem? I meet the same problem now.
WT
LV2013
06-05-2017 09:05 PM