필터 지우기
필터 지우기

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