Filter löschen
Filter löschen

Problem with PCI 1710 UL

1 Ansicht (letzte 30 Tage)
zakariah yusuf
zakariah yusuf am 28 Jan. 2012
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

Antworten (2)

Joshua
Joshua am 27 Nov. 2012
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 am 28 Jan. 2012
I am not sure about the relationship between the components, but perhaps these drivers would help

Kategorien

Mehr zu Data Acquisition Toolbox Supported Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by