actually, i had posted a similiar question some time ago, but now i had the same problem again. initally, i thought that by setting the "Buffer Size" and the "Number To Count" to the same can solve my problem. yet i'm facing the problem of my buffered data being overwritten. for example, if both are set to 1000, i can see that the buffered data being captured continuously, but eventually the final result left in the buffered data array can be just 1 or any no. of data but not 1000. It seems like an overflow of the counter or some overwriting of data but this don't always happen and sometimes the program can run smoothly with the desired result. Another suspicion is that the problem may be linked to the duration and types of signal to
be acquired.
i'm using the count buffered edges.vi to run my 6025E board.
1) Are my suspicions correct? What are the possible cause of the problem?
2) How to solve this problem? What are the precautions to take note of when using this VI?