Visa and Timeout error handling?

17 次查看(过去 30 天)
Leor Greenberger
Leor Greenberger 2013-6-19
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 个评论
Joseph Musante
Joseph Musante 2019-2-12
I know it's been a couple years, but in case your still trying to figure it out. Just set the timeout to a higher number.
set(mydevice,'Timeout',60);
The number 60 there is in seconds.
Cijy Mathai
Cijy Mathai 2021-9-2
My problem is not with this solution yet... :(

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Instrument Control Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by