How to connect a Harvard Apparatus PHD Ultra Pump to MATLAB using USB?
4 次查看(过去 30 天)
显示 更早的评论
I am trying to use MATLAB to send commands to a Harvard Apparatus PHD Ultra pump using USB. I was told by the manufacturer that the best way to do this is to use the VISA protocol. I have the NI-VISA support package installed.
Here is the code I have been trying to use to connect to my device:
pump1 = visa('ni','USB::1FE9::1103::D-402110::INSTR');
fopen(pump1);
When I run this code, I receive the error
Invalid RSRCNAME specified. Type 'instrhelp visa' for more information.
I am basing the resource name off of the serial number on my device and information found in the 'properties' section of the USB device in windows.
1 个评论
Jeremy Scholze
2019-1-29
Hi,
Did this ever work? I'm trying to program a PHD ULTRA with MATLAB but I don't even know how to set it up. Is there a link or any directions someone can give me. I can't find anything on Harvard Apparatus's website.
回答(1 个)
Sid Jhaveri
2017-6-9
As the error suggests the resource name given is invalid. I would suggest to try the following steps:
1) Make sure your device is detected in NI-Max.
2) Once it is detected, check the details of the device in NI-Max, there will be a generated resource name for your device. Use that as the resource name.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!