Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

PCI-6254 Interrupt Setup

Hi, I'm writing a card driver using DDK and the NI PCI-6254,
 
I've managed to init the card and can read channels fine as long as I enter a loop, i.e.
 
m = 0
while (!board->AI_Status_1.readAI_FIFO_Empty_St())
{
  
}

!board->AI_Status_1.readAI_FIFO_Empty_St()

0 Kudos
Message 1 of 3
(3,194 Views)
....missing.....
 
this works perfectly, however, For my particular application I need to use interrupts because the response to an event
has to be very very fast. the problem i'm having is I can register the interrupt on the correct pin, however cannot get the
card to generate any interrupts. the provided examples by NI don't have any that use interrupts.
 
Does anyone know how to set up the registers for FIFO_NotEmpty interrupts on an M Series card?
 
Thanks
 
 
John
0 Kudos
Message 2 of 3
(3,192 Views)
Hi,
  sorry to be a pain. All Measurement Hardware DDK toolkit support is actually done from here :

http://forums.ni.com/ni/board?board.id=90

Could you please repost your question on that forum.

(this thread is a duplicate of another posting here : http://forums.ni.com/ni/board/message?board.id=250&message.id=17128)

Thanks

Sacha Emery
National Instruments (UK)

// it takes almost no time to rate an answer Smiley Wink
0 Kudos
Message 3 of 3
(3,179 Views)