Measurement Computing DAQ: USB-1608FS-PLUS not recognized.
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have the latest version of Matlab 2017a (9.2) installed with
- Data Acquisition Toolbox version 3.11
- Data Acquisition Toolbox Support Package for Measurement Computing Hardware version 17.1.0
- Data Acquisition Toolbox Support Package for National Instruments NI-DAQmx Devices
According to the documentation for the Support Package for Measurement Computing , it is supposed to support the USB-1608FS-PLUS DAQ. But Matlab doesn't seem find the DAQ. I'm sure that I have the packages installed correctly.
>> daq.getVendors()
ans =
Number of vendors: 2
index ID Operational Comment
----- --- ----------- ---------------------------
1 ni true National Instruments
2 mcc true Measurement Computing Corp.
I've been using National Instruments USB-6008 Data Acquisition DAQ with no trouble.
When using the DAQami software from MCC - I find the USB-1608FS-PLUS DAQ and am able to acquire the signal as expected.
I would really want to use Matlab for acquiring the data. Can anyone help me on this?
0 commentaires
Réponses (4)
Tushar Upadhyay
le 1 Mai 2017
Please execute the below commands:
>> daq.getDevices
The above command should list the MCC device.
If it does not get detected in the above command, then for your Measurement Computing device to appear in the output of the daq.getDevices function, you must first detect it in InstaCal. If it appears in InstaCal and still not in the MATLAB, then please provide InstaCal version and output of the below command:
>>daqsupport
Morteza Mohammadjavadi
le 1 Déc 2017
Modifié(e) : Morteza Mohammadjavadi
le 1 Déc 2017
Hi,
I have the same problem, have you found any solution? I am using: MATLAB version: 9.3(R2017b)
Name: 'Data Acquisition Toolbox' Version: '3.12' MCC, USB-1208FS-Plus
1 commentaire
M. Tarik Copoglu
le 9 Jan 2018
Modifié(e) : Walter Roberson
le 10 Jan 2018
Hi there,
I have the same device(MCC, USB-1208FS-Plus) and the same MATLAB version(R2017b) you use. I am having the same problem as you had. I wonder if you found a solution for that. If you did, can you share it with me please? Thank you!!!
Konrad Fründ
le 14 Juil 2021
I found out, that I am stuck in a busy loop, if I am not connecting right after plugging in the device, while the light is still turned on.
0 commentaires
Voir également
Catégories
En savoir plus sur Data Acquisition Toolbox Supported Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!