Unable to detect 'mcc' hardware with surface 3 tablet

8 ビュー (過去 30 日間)
Shawn O'Neal
Shawn O'Neal 2019 年 8 月 29 日
回答済み: Image Analyst 2022 年 7 月 1 日
I have downloaded the Mesaurement Computing toolbox and also downloaded MCC Instacal. I can connect to my daq board using instacal and have been able to communicate with the daq board via matlab with a desktop computer. I am now attempting the same app program on a surface 3 tablet. I have the same toolboxes installed as the desktop, as well as instacal, and am able to communicate via instacal.
When I use the following commands
daq.getVendors
daq.getDevices
I get the following output.
FYI, I'm only trying to connect to the mcc hardware.
  4 件のコメント
Justin Lim
Justin Lim 2020 年 2 月 11 日
@Walter Roberson, I have and it still does not work. It comes up with the same error.
Jorn Tan
Jorn Tan 2022 年 7 月 1 日
Hi Justin, did you manage to resolve this error? I am facing the same issue

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2022 年 7 月 1 日
I use the MCC USB1024-HLS to read switch closures like this:
% Load the MCC library. This takes a long time.
pinNumber = 16; % 21 = pushbutton, 16 = micro lever switch.
[microLeverSwitchValue, MCCDeviceExists] = ReadMCCPin(pinNumber, false); % For USB1024-HLS
handles.MCCDeviceExists = MCCDeviceExists;
ReadMCCPin is attached.

カテゴリ

Help Center および File ExchangeData Acquisition Toolbox Supported Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by