Hello All

I have an application that logs pressure data for later graphing and manipulating. All this is working fine but i have one question.

At present i have the logged data writing to a text file, which when logging 8 channels upto 10,000 times a second the log file gets quite large if you log for a while.

Is there another file type you would suggest for easy writing and reading but reducing the file size and therefore reading/writing time? as at the high speeds a 200 MB file is not unheard of.

Thanks for any thoughts.

Hojo