Here's the scenario: I have a 6602 card, and I need to do buffered event counting on five counters at once.
I can't use DAQmx, because the drivers don't support the 6602 yet.
The traditional DAQ drivers don't support multiple counters per group...
...so I'm left with needing to create five independent tasks, each responsible for it's own buffered counter operation. However, when I do this, each task gets assigned the same taskID, so I can't figure out how to differentiate between the tasks when it comes time to reading their respective buffers. I attached a quick example VI that shows the taskID problem.
Anyone know how to run multiple buffered counting operations at once?
-Michael