LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Visa Read tImeout error due to large data

Solved!
Go to solution
Solution
Accepted by new_cat

Your order of operations seems funny.

  1. Get rid of the first initiate before your Recall command.
  2. Move the configure outside the loop.
  3. Your fetch waveform plays with the timeout. If open that VI you will notice there is an initiate command in there.  It also SETS the TIMEOUT VALUE!! I think this is the reason your measurement is timing out. The default is 10 seconds. You need to increase this amount on the Read Waveform part. What you did earlier is getting overwritten.

mcduff

Message 11 of 12
(702 Views)

Mcduff, I did exactly what you said and now it is working!!!! Thank you so much, really, this is amazing!

0 Kudos
Message 12 of 12
(674 Views)