Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

DIO-96 callback

The PCI-DIO-96 allows enabling each 82C55 chip to generate an interrupt on a positive-going transition on one of two C-port I/O lines configured for input. Is it possible to get NI-DAQ (or Visa?) to call my app's callback function (or send a message) when these interrupts occur? I don't want to do any block transfers, which is all I found in the documentation for getting NI-DAQ to call my callback. I just want my app to be notified of the positive transition event. Thanks!

Dave W.
0 Kudos
Message 1 of 3
(3,299 Views)
Unfortunately, the interrupt functionality of the PCI-DIO-96 is not supported through NI-DAQ or VISA. The functionality is only accessible via Register Level Programming. Please see Appendix B of the PCI-DIO-96 User Manual.
0 Kudos
Message 2 of 3
(3,299 Views)
So, that means I have to write my own device driver? Yuck! Seems like NI should add this capability to NI-DAQ.
0 Kudos
Message 3 of 3
(3,299 Views)