|
-
Jun 7th, 2004, 01:42 PM
#1
Thread Starter
Frenzied Member
FIFO (keeping last 300 records)
I need to build a FIFO and I need it to be fast. I want to log values at 10 Hz into a file and it needs to be about 30 points over the past 5 minutes.
So the process looks like:
1) append record containing 30 points to fifo
2) remove first record from fifo
3) dump to file
And I'm doing this 10 times a second and I want to keep the last 5 minutes worth of data. What is the fastest way to do this?
-
Jun 8th, 2004, 08:48 AM
#2
Thread Starter
Frenzied Member
Can anyone give me a suggestion?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|