What happens when the memory card is full?
Channel and message groups can be designed as a linear buffer ("Linear") or as a circular buffer ("Circular"). Depending on this, the memory management of the logger behaves as follows:
- Linear recording buffer: The recording of the logger stops as soon as the memory space of the CF card is full.
- Circular recording buffer: The memory of the CF card is written in a ring. This means that when the memory of the CF card is full, the oldest data is overwritten with the new data.
(you may reduce the size of the buffer per recording group)