Path: news.mathworks.com!not-for-mail
From: "Sahana " <sahana.sen@asu.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Error with using Measurement Computing USB1408FS
Date: Mon, 16 Mar 2009 20:32:01 +0000 (UTC)
Organization: Arizona State university
Lines: 23
Message-ID: <gpmd01$rjm$1@fred.mathworks.com>
Reply-To: "Sahana " <sahana.sen@asu.edu>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1237235521 28278 172.30.248.35 (16 Mar 2009 20:32:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 16 Mar 2009 20:32:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1709243
Xref: news.mathworks.com comp.soft-sys.matlab:525345


I have MATLAB R2008b version running on Windows Vista. I am trying to use my Measurement Computing USB1408fs DAQ device with this. I have administrator privileges.
I confirmed if MATLAB is detecting the device:

>> out = daqhwinfo;
>> out.InstalledAdaptors

ans =

    'mcc'
    'parallel'
    'winsound'

I registered the device:
daqregister('mcc');

After this I closed MATLAB and restarted MATLAB but I get an error after running the digitalio command.

>> digitalio('mcc',1);

??? Error using ==> digitalio.digitalio at 115
MCC: Invalid board number

Please respond. This works perfectly on another computer with Windows XP on it.