Driver XPC target for National Instruments Board PCI 6289 M-Series required Documents?

1 view (last 30 days)
Hi,
i would like to program a custom driver for the National Instruments Board PCI 6289 M-Series to use the A/D-Converter. Matlab/Simulink supports already a driver for the A/D-Converter but i need one who generate a interrupt after a fixed size of A/D-Samples to trigger my Simulink model based on this interrupt.
I habe already reed the Device Driver Guid and examined the source code of the original driver for the A/D-Converter. In the Driver Guid Matlab explained that i need a Register Level Programming User Manuel, without this document i will not be alble to program a driver for any Board.
But i could not find any documents like this in the Internet. So how was Matlab able to program the driver? Which documents are necessary and where can i get them?
In the original driver for the A/D-Converter Matlab include xpcionim.h this seems to be function libarary for the NI Borad to read and write to the Register of the Board. But i dont understand the functions prvides buy the this headerfile. Is there any Documentation avaliable?
Summarizing i need all documents needed to program a deriver for the National Instruments PCI 6289 M-Series Borad.

Answers (1)

Suneesh
Suneesh on 7 May 2014
  1. For specific information about the board you mentioned, the manufacturer (National Instruments) would be the best resource.
  2. There is no further documentation apart from what is in the documentation for the product. That header file you mention is part of MathWorks' implementation.

Categories

Find more on Multicore Processor Targets 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!