LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Time out expiring issue in a Vi

Error 1073807339has occured at a VISA READ function in a Vi . Error message says "Time out expired before operation" . How can we resolve this issue - THANKS
0 Kudos
Message 1 of 2
(2,479 Views)
Under Instruments I/O/VISA/VISA advanced palette you will find VISA Set Timeout (a property node with a small clock upon it): you can use it to establish a timeout large enough for your instrument to respond.
A problem can arise if your instrument is fast to respond to some messages and slow for others; in that case you must decide what to do:
- either set a large time out for all messages, but you can catch a large waiting time when you don't expect this
- or changing the time out limit from time to time, which NI says that can some way reduce the performance of your application (it depends on the volume of traffic and the frequence of this setting changing).
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,479 Views)