Problem with PCI 1710 UL

1 次查看(过去 30 天)
zakariah yusuf
zakariah yusuf 2012-1-28
Hi, i'm using Matlab R2010b DAQ toolbox for communicate with PCI 1710UL advantech. The problem is I got this error.
ai=analoginput('advantech',0)
??? Error using ==> analoginput.analoginput at 121
ADVANTECH: This board is not supported by the Advantech Adaptor.
for your information when I used daqhwinfo the board can be detected as:
out = daqhwinfo('advantech')
out =
AdaptorDllName: [1x70 char]
AdaptorDllVersion: '2.17 (R2010b)'
AdaptorName: 'advantech'
BoardNames: {'PCI-1710UL BoardID=0 I/O=ee00H Ver.D1'}
InstalledBoardIds: {'0'}
ObjectConstructorName: {'analoginput('advantech',0)' '' [1x24 char]}
Thank You

回答(2 个)

Joshua
Joshua 2012-11-27
I know this has been answered but for future questions about using a "not supported" advantech board, there is a mwadvanatech.ini file located in matlabroot/toolbox/daq/daq/private that can be modified to incorporate your specific advantech board. Follow the instructions at the begining of the file and you will be able to interface with your board using the data acquisition toolbox. This is currently working with matlab 2012a 32bit.

Walter Roberson
Walter Roberson 2012-1-28
I am not sure about the relationship between the components, but perhaps these drivers would help

类别

Help CenterFile Exchange 中查找有关 Data Acquisition Toolbox Supported Hardware 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by