Hello,
I'm using the Measure Pulse(NI-TIO).vi example, along with two parallel copies in a single while loop, to read a total of three counters on a PCI-6601 board. It works fine, but I need a little faster performance. I can get measurements at about 20 Hz now, but my pulses come at 60 Hz, so I'm missing quite a few of them. I've tried several things, including using a buffer, but the 6601 only has 1 DMA channel and I need to read three counters.
Can anyone offer any suggestions on increasing the speed?