Visa Connection works fine but when using the new Visadev it doesn't work

조회 수: 12 (최근 30일)
Dor Gotleyb
Dor Gotleyb 2022년 4월 14일
편집: Harimurali 2024년 3월 20일
Hello,
Until now I worked with the command:
INSTR = visa('ni','USB0::0x05E6::0x2450::[SerialNum]::INSTR');
And the connection worked fine. But there is a worning that matlab will stop support this function so I wanted to move to Visadev but it doesn't work
INSTR = visadeb('USB0::0x05E6::0x2450::[SerialNum]::INSTR');
I'm getting the following error:
Resource string is invalid or resource was not found.
What am I doing wrong?
Thanks
  댓글 수: 1
Carol Koh
Carol Koh 2023년 4월 14일
Hi I'm having the same issue as well. I was wondering if you managed to find a solution on this?
Thanks

댓글을 달려면 로그인하십시오.

답변 (1개)

Harimurali
Harimurali 2024년 3월 19일
편집: Harimurali 2024년 3월 20일
Hi Dor,
This seems to be a known issue for MATLAB versions prior to R2022b and R2022a Update 4. Refer to the following bug report for detailed information about the issue: https://www.mathworks.com/support/bugreports/details/2617725
The fix for this is to use R2022b, R2022a Update 4, or future versions of MATLAB.
If this does not fix the issue, the error could be due to an issue with the VISA interface. Refer to the VISA interface troubleshooting page:

카테고리

Help CenterFile Exchange에서 Instrument Control Toolbox에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by