diff --git a/docs/wiki/guides/current/BBE-MinMax-control-manual.md b/docs/wiki/guides/current/BBE-MinMax-control-manual.md new file mode 100644 index 0000000000..98ff687be9 --- /dev/null +++ b/docs/wiki/guides/current/BBE-MinMax-control-manual.md @@ -0,0 +1,115 @@ +# Blackbox Explorer MinMax control + +The MinMax control feature can control curves scale and placement quickly and full. +The current MinMax curves settings are showed at 'Configure graphs' dialog box in the "Minimum" and "Maximum" columns. +![image](./images/1.jpg) +The MinMax values can be changed: + +- By direct input into table cells at 'Configure graphs' dialog box. It is possible to changes values manualy or set default values by double mouse click at values field. +- By using context menu + +To show context menu you must do right mouse click on Minimum or Maximum values field what you want to edit. +The main context menu: +![image](./images/2.jpg) + +## Main menu + +The main menu include following parts: + +1. The menu actions to edit all curves +2. The menu actions to edit one curves what you selected by right mouse click (The 'Gyro pitch' for example at the picture) +3. The extended mode + +## Actions + +- 'Like this one' - apply MinMax of curve what you selected by right mouse click ('Gyro pitch' for example) to all curves. +- 'Full range' - set the all curves MinMax values from Log file data during the all flight time +- 'One scale' - set all curves to one scale +- 'Centered' - The curves are centered around X-axis +- 'Zoom in', 'Zoom out' - change zoom for all curves +- 'Default' - set the all curves MinMax values to default + +## Single curve submenu + +The single curve submenu has same actions: + +![image](./images/3.jpg) + +## Contect menu + +If you open context menu for one curves chart, then you see the short menu: + +![image](./images/4.jpg) + +## Extended Mode + +The main menu has extended mode. You need press the 'Shift' key to activate it and select the submenu, what you need. + +![image](./images/5.jpg) + +### The 'Like this one' extended submenu. + +You can change MinMax values and select curves what you need by using the checkboxes to apply these values. +Click 'SET MIN-MAX VALUES' item for apply. +Click 'Back' menu item to go back to main menu or click 'Close' menu item to close it. +Click 'Apply change' or 'Cancel' button on the main 'Configure graphs' dialog box to close the menu and dialog box immediately +![image](./images/6.jpg) + +### The 'Full range' extended submenu. + +You can select curves what you need by using the checkboxes to apply values. +Click 'At all global log time' menu item to set MinMax values from log data during all time. +Click 'At local window time' menu item to set MinMax values from current time interval at the chart window. +Click 'At markere time range' menu item to set MinMax values from markered time interval what you select by using "I", "O" keys. If it is not select then will apply all log time interval. +Click 'Back' menu item to go back to main menu or click 'Close' menu item to close it. +Click 'Apply change' or 'Cancel' button on the main 'Configure graphs' dialog box to close the menu and dialog box immediately +![image](./images/7.jpg) + +### The 'One scale' extended submenu. + +You can select curves what you need by using the checkboxes to set the same scale. +Click 'SET SET CURVES TO SAME SCALE' item for apply +Click 'Back' menu item to go back to main menu or click 'Close' menu item to close it. +Click 'Apply change' or 'Cancel' button on the main 'Configure graphs' dialog box to close the menu and dialog box immediately +![image](./images/8.jpg) + +### The 'Centered' extended submenu. + +You can select curves what you need by using the checkboxes to centered. +Click 'SET CURVES TO ZERO OFFSET' item for apply +Click 'Back' menu item to go back to main menu or click 'Close' menu item to close it. +Click 'Apply change' or 'Cancel' button on the main 'Configure graphs' dialog box to close the menu and dialog box immediately +![image](./images/9.jpg) + +### The 'Zoom in', 'Zoom out' extended submenu. + +You can set the zoom procent value and select curves what you need by using the checkboxes to apply zoom. +Click 'ZOOM IN', 'ZOOM OUT' items for apply zoom +Click 'Back' menu item to go back to main menu or click 'Close' menu item to close it. +Click 'Apply change' or 'Cancel' button on the main 'Configure graphs' dialog box to close the menu and dialog box immediately +![image](./images/10.jpg) + +### The 'Default' extended submenu. + +You can select curves what you need by using the checkboxes to apply default values. +Click 'SET CURVES TO DEFAULT' item for apply +Click 'Back' menu item to go back to main menu or click 'Close' menu item to close it. +Click 'Apply change' or 'Cancel' button on the main 'Configure graphs' dialog box to close the menu and dialog box immediately +![image](./images/11.jpg) + +### The single curve submenu has one 'Full range' extended item: + +It is like 'Full range' extended submenu, but for one selected curve only. +![image](./images/12.jpg) + +## The examples of using curves MinMax control + +1. If you know what curves MinMax values you need, then you can set it directly in MinMax input fields, + open main menu and apply 'Like this one' action to set it for the all curves. + Also, you can use extended 'Like this one' submenu to set different MinMax for selected curves. +2. You can use the 'Full range' main menu item or extended submenu to auto set MinMax for selected time range. + Then you can use 'Centered' and 'One scale' actions to auto format values. + +At this picture the Gyro and Setpoint are set to one full range scale and the PID values are in the other own full range scale. +The all are centered. +![image](./images/13.jpg) diff --git a/docs/wiki/guides/current/Black-Box-logging-and-usage.md b/docs/wiki/guides/current/Black-Box-logging-and-usage.md index f231672b84..04b3feb95f 100644 --- a/docs/wiki/guides/current/Black-Box-logging-and-usage.md +++ b/docs/wiki/guides/current/Black-Box-logging-and-usage.md @@ -39,6 +39,10 @@ Some features are automatically disabled depending upon the firmware you are run Do click on all the buttons to learn what they do and '?' for the Keyboard Short cuts. +#### Betaflight blackbox explorer Version 3.7 + +[Blackbox Explorer MinMax control](/docs/wiki/guides/current/BBE-MinMax-control-manual) + ### How to obtain data to evaluate noise frequency for setting the Notch filter. Super simple visual explanation of the gyro data sequence through the filters: diff --git a/docs/wiki/guides/current/images/1.jpg b/docs/wiki/guides/current/images/1.jpg new file mode 100644 index 0000000000..1e65d22ee3 Binary files /dev/null and b/docs/wiki/guides/current/images/1.jpg differ diff --git a/docs/wiki/guides/current/images/10.jpg b/docs/wiki/guides/current/images/10.jpg new file mode 100644 index 0000000000..60f832971e Binary files /dev/null and b/docs/wiki/guides/current/images/10.jpg differ diff --git a/docs/wiki/guides/current/images/11.jpg b/docs/wiki/guides/current/images/11.jpg new file mode 100644 index 0000000000..0fe54dbfe0 Binary files /dev/null and b/docs/wiki/guides/current/images/11.jpg differ diff --git a/docs/wiki/guides/current/images/12.jpg b/docs/wiki/guides/current/images/12.jpg new file mode 100644 index 0000000000..73acf3f0fe Binary files /dev/null and b/docs/wiki/guides/current/images/12.jpg differ diff --git a/docs/wiki/guides/current/images/13.jpg b/docs/wiki/guides/current/images/13.jpg new file mode 100644 index 0000000000..d418ce92fc Binary files /dev/null and b/docs/wiki/guides/current/images/13.jpg differ diff --git a/docs/wiki/guides/current/images/2.jpg b/docs/wiki/guides/current/images/2.jpg new file mode 100644 index 0000000000..39d6ee2d38 Binary files /dev/null and b/docs/wiki/guides/current/images/2.jpg differ diff --git a/docs/wiki/guides/current/images/3.jpg b/docs/wiki/guides/current/images/3.jpg new file mode 100644 index 0000000000..5a8f60126c Binary files /dev/null and b/docs/wiki/guides/current/images/3.jpg differ diff --git a/docs/wiki/guides/current/images/4.jpg b/docs/wiki/guides/current/images/4.jpg new file mode 100644 index 0000000000..9fd1d327a3 Binary files /dev/null and b/docs/wiki/guides/current/images/4.jpg differ diff --git a/docs/wiki/guides/current/images/5.jpg b/docs/wiki/guides/current/images/5.jpg new file mode 100644 index 0000000000..2f02b645ad Binary files /dev/null and b/docs/wiki/guides/current/images/5.jpg differ diff --git a/docs/wiki/guides/current/images/6.jpg b/docs/wiki/guides/current/images/6.jpg new file mode 100644 index 0000000000..1fe12535c0 Binary files /dev/null and b/docs/wiki/guides/current/images/6.jpg differ diff --git a/docs/wiki/guides/current/images/7.jpg b/docs/wiki/guides/current/images/7.jpg new file mode 100644 index 0000000000..691401fe50 Binary files /dev/null and b/docs/wiki/guides/current/images/7.jpg differ diff --git a/docs/wiki/guides/current/images/8.jpg b/docs/wiki/guides/current/images/8.jpg new file mode 100644 index 0000000000..979c51d78c Binary files /dev/null and b/docs/wiki/guides/current/images/8.jpg differ diff --git a/docs/wiki/guides/current/images/9.jpg b/docs/wiki/guides/current/images/9.jpg new file mode 100644 index 0000000000..a8a910988f Binary files /dev/null and b/docs/wiki/guides/current/images/9.jpg differ