From: mm Manuel on 26 Mar 2010 16:11 Hi, I'm trying to use an aquisition card from Measurement Computing (USB-1208FS) with matlab 2010a. When I try to create an analoginput object I get teh following error: >> ai = analoginput('mcc',0) ??? Error using ==> analoginput.analoginput at 121 Failure to find requested data acquisition device: mcc. and daqhwinfo does not show the existence of an MCC card either: daqhwinfo ans = ToolboxName: 'Data Acquisition Toolbox' ToolboxVersion: '2.16 (R2010a)' MATLABVersion: '7.10 (R2010a)' InstalledAdaptors: {2x1 cell} >> ans.InstalledAdaptors ans = 'parallel' 'winsound' The card is installed in InstaCal and works great using any other software (InstaCal tests, or TracerDAQ). I have reinstalled the card and the driver serveral time for good measure, without effect. I am at my wit's end on what to do next... Any idea? Thanks _MM
From: us on 26 Mar 2010 16:19 "mm Manuel" <marin.manuel(a)northwestern.edu> wrote in message <hoj4co$7ll$1(a)fred.mathworks.com>... > Hi, > > I'm trying to use an aquisition card from Measurement Computing (USB-1208FS) with matlab 2010a. does not seem to be supported... http://www.mathworks.com/products/daq/supportedio14004.html us
From: mm Manuel on 26 Mar 2010 16:40 "us " <us(a)neurol.unizh.ch> wrote in message <hoj4ro$eoc$1(a)fred.mathworks.com>... > "mm Manuel" <marin.manuel(a)northwestern.edu> wrote in message <hoj4co$7ll$1(a)fred.mathworks.com>... > > Hi, > > > > I'm trying to use an aquisition card from Measurement Computing (USB-1208FS) with matlab 2010a. > > does not seem to be supported... > > http://www.mathworks.com/products/daq/supportedio14004.html > > us According to the page liked above, my product (USB-1208FS) is supported starting from the toolbox v. 2.8. I guess I have 2.16 and therefore I should be good? I forgot to mention that I'm running Windows XP 32bit. I also tried to run the command daqregister but got an error in response: >> daqregister('mcc') ans = Unable to load adaptor: C:\MATLAB\R2010a\toolbox\daq\daq\private\mwmcc.dll. The specified procedure could not be found.
From: us on 26 Mar 2010 16:47 "mm Manuel" > > does not seem to be supported... > > http://www.mathworks.com/products/daq/supportedio14004.html > > us > > According to the page liked above, my product (USB-1208FS) is supported starting from the toolbox v. 2.8. I guess I have 2.16 and therefore I should be good? sorry for the confusion: i was glued to the subject, where you state ....cannot access mcc daq USB-1298FS... not: USB-1208FS... us
From: Sherryl Radbil on 29 Mar 2010 07:49 > I also tried to run the command daqregister but got an error in response: > >> daqregister('mcc') > ans = > Unable to load adaptor: C:\MATLAB\R2010a\toolbox\daq\daq\private\mwmcc.dll. > The specified procedure could not be found. Two things come to mind: 1. InstaCal version is not 5.89 or later; additional InstaCal API calls were added in R2009b that require upgrading to version 5.89 2. You need to be a Administrator on the PC when running daqregister; once daqregister has been run successfully by an admin you can log in as any user and run All the best, Sherryl
|
Next
|
Last
Pages: 1 2 3 Prev: Changing the x-axis of seqlogo Next: Adding data 'DisplayName' to data cursor datatip |