02-07-2007 02:57 PM
02-08-2007 09:53 AM
Hi Ian-
It's not possible to have more than one instance of the same type of NI-DAQmx Event registered at any given time. This explains why each event type (i.e. EveryNSamples Acquired, Generated, Done, etc) must have a unique callback function.
Hopefully this helps-