Visa and Timeout error handling?
62 views (last 30 days)
Show older comments
Hi.
I am using the instrument control toolbox to create a VISA connection to my instrument using
visa('ni','TCPIP0::<ip>');
Occasionally, when running my matlab procedure, I get the following message,
Warning: Unsuccessful read: VISA: Timeout expired before operation completed.
This usually occurs when the connected instrument is in a weird state and needs to be reset. However, there doesn't seem anyway to handle this warning. I want to basically dump the connection when this happens and exit the matlab script. Any ideas how to do this?
2 Comments
Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!