Quote:
Originally Posted by Shiv@Openflash
There is a lot of things that can be done with regards to the datalogging code. But it's a tradeoff between time constraints more than anything else. We have an ever-growing To Do list which means that we need to prioritize updates carefully. As for storage capacity, there is plenty of it on the OFT. It is in the viewing/plotting domain where huge files become more a problem due to wait times.
|
If main issue is OFT speed to work with/display data, not storage space, then another easy way would be split big log file in smaller. Be it in eg. 5 or 1 min increments, or by user configurable time count. So then feature to be added: "auto-splitting/rotating" logfile output with adding timestamp (of log end/cut) to filename + UI for selection which logfile to display.