Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Hooking up a I/O board trigger line to hardware interrupt?

My current goal is to hook up the trigger input line to the CPU's hardware interrupt register!

I have a NI I/O board PCI-6023E using the NI-DAQ driver which I am controlling by Delphi/VB. Assigned hardware interrupt is #11.

I want to realize the execution of an process routine whose first address
is the content of the interrupt routine pointer. I am interested in an execution
of this routine as fast as possible after an incoming trigger event therefore I
don't wanna to use a software interrupt/timer system.

Does anybody has any information concerning this or existing code for VB/Delphi?
Thanks!
0 Kudos
Message 1 of 2
(2,313 Views)
It takes a kernel mode driver to handle interrupts in Windows. Read, �you must use C� (and the NT/9x DDK).
0 Kudos
Message 2 of 2
(2,313 Views)