Hello,
I need to get every counter value (frequency about 6Khz) from a PCI-6052E by NI-DAQ interface (program must response quickly depending on each counter value). I can't use Config_DAQ_Event_Message() because it doesn't provide a callback event for counter, then windows thread is used with GPCTR_Watch(), but it brings polling (even with the use of Sleep(0)).
Another approch to eliminate my problem of polling?
Thanks a lot,
Heuristics