Problem with PCI 1710 UL

5 views (last 30 days)
zakariah yusuf
zakariah yusuf on 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

Answers (2)

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

Categories

Find more on Data Acquisition Toolbox Supported Hardware in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!