mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 19:46:56 +03:00
10 lines
447 B
Markdown
10 lines
447 B
Markdown
# Data Logging
|
|
|
|
When Data Logging is enabled (See parameter [`DataLogActive`](../Parameters/#parameter-datalogactive)),
|
|
the results of every round gets written to the SD-Card.
|
|
|
|
The data files are stored in `/log/data` on the SD-Card.
|
|
|
|
## Data Format
|
|
The data is stored as CSV with the following columns:
|
|
`time`, `name-of-number`, `raw-value`, `return-value`, `pre-value`, `change-rate`, `change-absolute`, `error-text`, `cnn-digital`, `cnn-analog` |