From bb3b628bd591bfed025d7ea3170d712bfcf344b9 Mon Sep 17 00:00:00 2001 From: fredlcore Date: Fri, 22 Nov 2024 01:44:47 +0800 Subject: [PATCH] Added link to DE-cr's Python script --- docs/EN/using.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/EN/using.md b/docs/EN/using.md index f1966c24..0b39ac15 100644 --- a/docs/EN/using.md +++ b/docs/EN/using.md @@ -115,9 +115,12 @@ table th:nth-of-type(2) { If logged data on storage (either SD card or internal flash) is available, the **Display log file** becomes clickable. By default, it will display the logged data in the browser. To access the logged data itself (in the file `datalog.txt`), use the `/D` URL command mentioned above. -By default, "Display log file" displays the log data of the most recent `n` calendar days (`n=DEFAULT_DAYS_TO_PLOT`, configurable in `BSB_LAN_config.h`). Subsequently, controls on the web page can be used to select a different range, depending on the data contained in the log file -Mouseover, click and mouse wheel actions within the graphical display provide various control options: +By default, "Display log file" displays the log data of the most recent `n` calendar days (`n=DEFAULT_DAYS_TO_PLOT`, configurable in `BSB_LAN_config.h`). Subsequently, controls on the web page can be used to select a different range, depending on the data contained in the log file. +Mouseover, click and mouse wheel actions within the graphical display provide various control options: + - Better legibility for value numbers with plot lines close to each other (mouseover on plot) - Users can interactively highlight plot lines for improved overview (mouseover on legend entries) - Users can interactively disable plot lines for improved overview and vertical scaling (click on legend entries) -- Zoom (mousewheel/pinch on plot) and pan capability (drag zoomed-in plot) \ No newline at end of file +- Zoom (mousewheel/pinch on plot) and pan capability (drag zoomed-in plot) + +For further processing, you can use this [Python script](https://github.com/DE-cr/BSB-LAN/tree/BSB-LAN_evaluate_datalogs/BSB_LAN/scripts/BSB-LAN_evaluate_datalogs) that takes BSB-LAN's log output to create pivoted CSV files that can be used for more insightful diagrams. \ No newline at end of file