dddomodossola / PFD

Apache License 2.0
0 stars 1 forks source link

Bank angle change. #6

Closed AndKe closed 3 years ago

AndKe commented 3 years ago

Can you please change the way the bank angle and slip/slide indicator works? I think/hope this change will mainly reuse the code you already made.

The part in yellow (the angle scale) should be stationary And the slip/slide indicator (marked in green) should rotate along the stationary angle scale. and disappear over 90° , or be controlled by some "enable" logic (described below)

Screenshot from 2021-02-02 21-29-37

The main reason I ask for this is that the PFD looks oddly when banked 90° or more, or inverted.

If changing it is time-consuming, (or regardless of that) please consider adding a "enable" variable to different non-critical indicators.

In aviation, in the case of extreme bank/pitch angles, many manufacturers remove information to make the human better focus on critical issues like attitude/speed, simply to aid in faster and more correct response - instead of, for example, displaying an inverted roll indicator. If you choose to, you may make some "enable" variables for the roll scale, the slip/skid indicator/ compass. (I would then toggle them based on the state)

dddomodossola commented 3 years ago

@AndKe This is done, please check and eventually close issue ;-)

AndKe commented 3 years ago

@dddomodossola Perfect ! - and the >90° hiding is once too.