Hello,
I am supposed to capture input coming at ~ 0.5 MB/sec. I have 6533 DI card to do so. I was trying to set up a ring buffer (like the buffer in IMAQ) to use with this high data rate but it is not coming along. I get the first 300 samples (16-bit/samples) only and the rest is not filled up. I get this by making library calls using the C functions to do the acquisition since using the high level LabVIEW vi's would not acquire anything. So I was wondering if somebody has tried this before and would tell me the steps or if there is an example in LabVIEW that does something similar (I tried the Pattern I/O, Handshaking etc that use double buffering but I dont seem to get them to work). Any hints would be appreciated. Thanks