09-20-2005 02:35 PM
09-22-2005 01:32 PM
09-22-2005 03:11 PM
Thanks for your info Jaideep J.
I also came across a RT FIFO with Catch up example, that illustrated whats going on fairly well.
Here's some background...
We are using cRIO (limited timed loop rate of 1KHz). We must acquire data every millisecond and have this data recorded to a file - we CANNOT miss even one read and all the data recorded must match up - we seem to have been missing some data while writing the file.
We have been using a timed loop of higher priority to acquire data and write to two FIFOs and a lower priority loop to read from these FIFOs and write to two files. But during post-processing we have noticed some data points missing from the files.
Any suggestions? Maybe a catch up loop during the write as described in the Catch Up example? Maybe a more efficent way to write files?
Thanks again.
09-25-2005 08:34 PM