Can not access remote device visa://192​.168.0.100​/VXI0::256​::INSTR

1 view (last 30 days)
Hallo,
I am able to see my remote instrument in the NI Measurement & Automation Explorer and access it through the NI Visa Test Panel.
How can i use the instrument in MATLAB? If i type
vv = visa('ni','visa://128.130.200.210/VXI0::256::INSTR');
i get the following error:
??? Error using ==> visa.visa>visa.visa at 234
Invalid RSRCNAME specified. Type 'instrhelp visa' for more information.
because localParseName() is not able to determine the type out of the first chars of the resource string.
Trying something like
vv = visa('ni','TCPIP::128.130.200.210::VXI0::256::INSTR');
won't work when using fopen(vv)....
Thanks in advance!

Answers (0)

Categories

Find more on Instrument Control Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!