05-30-2013 11:03 AM
Hello,
I am trying to use the NI drivers for the Agilent 2k/3k oscilloscope to read a long waveform (10 seconds) via USB. No matter what I set the timeout to, it always fails. I have gone down through the VI tree all the way to the Low Level->Fetch Waveform VI and reduced it to a timeout error. However, within that VI, it looks like the timeout is being set correctly.
Any ideas?
Jack
05-30-2013 03:32 PM
I found the bug. In the ... ~"wait for acquisition to complete" VI, there is no "set timeout" on the read. It needs to be added, preferably to the same timeout chosen by the user, for long acquisition times to work.
Jack