Borrar filtros
Borrar filtros

Problem with PCI 1710 UL

1 visualización (últimos 30 días)
zakariah yusuf
zakariah yusuf el 28 de En. de 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

Respuestas (2)

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

Categorías

Más información sobre Data Acquisition Toolbox Supported Hardware en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by