Data Acquisition Toolbox | ![]() ![]() |
Other Things to Try
If troubleshooting your hardware does not help you, then you might need to register the hardware driver adaptor or contact The MathWorks for support.
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.
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:
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
:
![]() | Running in Full Duplex Mode | Contacting The MathWorks | ![]() |