Hi everybody, I posted the same question also in the LabView board. But this is probably the better place. I am using a NI6711 AO board and a NI 6052 MIO board with VxWorks and DDK.
I tried Aoex5.cpp and used IRQ pin 0 and kInterrupt_Output_PolarityActive_Low as
described in the PCI E Series Register level manual since this board
has also a mite chip.
The number of updates is larger than the FIFO size, so that an FIFO interrupt has to be asserted. The settings work fine with an E Series board (NI 6052) but I cannot get any
interrupts on a NI6711 board.
From some posts to the forum I assume that some people got IRQs from a 6711 or similar 6733 board. How did you get them?
Is there a HW problem with the NI6711?
It works fine on a Windows computer and LabView examples. I suppose
the Labview driver uses DMA instead of board interrupts. Dose the
Labview test really tell me something about the IRQs?