Other Things to Try

Registering the Hardware Driver Adaptor

When you first create a device object, the associated hardware driver adaptor is automatically registered so that the data acquisition engine can make use of its services.

The hardware driver adaptors included with the toolbox are all located in the daq/private directory. The full name for each adaptor is shown below.

Supported Vendors/Device Types and Full Adaptor Names

Vendor/Device Type

Full Adaptor Name

Advantech

mwadvantech.dll

Measurement Computing

mwmcc.dll

National Instruments

mwnidaq.dll

Parallel ports

mwparallel.dll

Windows sound cards

mwwinsound.dll

If for some reason a toolbox adaptor is not automatically registered, then you need to register it manually using the daqregister function. For example, to manually register the sound card adaptor:

daqregister('winsound');

If you are using a third-party adaptor, then you might need to register it manually. If so, you must supply the full pathname to daqregister. For example, to register the third-party adaptor myadaptor.dll:

daqregister('C:/MATLAB/toolbox/daq/myadaptors/myadaptor.dll')

Contacting The MathWorks

If you need support from The MathWorks, visit our Web site at http://www.mathworks.com/support/.

Before contacting The MathWorks, you should run the daqsupport function. This function returns diagnostic information such as:

The output from daqsupport is automatically saved to a text file, which you can use to help troubleshoot your problem. For example, to have the MATLAB software generate this file for you, type

daqsupport
  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS