I am using the 6534 DAQ and is trying to output data from .txt files stored on my hard drive. The files consist of 8-bit characters that were originally stored via a modified version of the cont_pattern_input vi example.
When I output the data at slow speeds, I can see that the data is being outputted correctly because the data is a test data of pseudorandom bit sequence. However, I NEED the frequency to be at 16Mb/s, making it difficult to see if the data is outputting correctly or not. For a 117Mb file, the "update scans" stops at 112Mb, but the last bit when Error 4 occurs is always consistent.
Is there a way to check if ALL the data is properly outputted? And how do we stop the Err
or 4 which occurs when there aren't that many scans to read from the file? Thank you.