-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: G-Load and Speed Exceedance Storage #254
base: master
Are you sure you want to change the base?
Conversation
Great work, will check this closer next day's.
Just to provide a future vision, and maybe you have more ideas and time to add parts of this ^^^^ ? |
Currently, I track all exceedances for G-Loads greater than 10 G or smaller -7.5 G and speed greater than 285 kmh. The Download Button downloads all exceedance values in a CSV file sorted by it's the occurrence. The Clear button deletes all entries and frees the permanent memory. Currently, I plan on implementing the following points relate to this feature (and maby more... :) ):
|
The excess based on the flight envelope might be a good point. I see above e.g. 180 km/h the maximum load gets lower, and should be configurable and regarded. |
Well I currently only track excesses so everything would be yellow/red, or do I misunderstand you? Good point, I'll implement the timebased overstep tracking. |
Yes, i see, in your PR currently only excesses are tracked, normal G meters track also maxima/minima. Maybe we can bring that together. |
Of course, I can write an entry for every max/min update in it's own namespace (to avoid confusion and extra memory usage for a flag). |
Removed delay for G-Load digital display in order to enhance usability for aerobatics.
Implemented: