flybywiresim / aircraft

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.
https://flybywiresim.com
GNU General Public License v3.0
4.97k stars 1.03k forks source link

PFD altitude moves in wrong direction for negative values #7729

Open paulalexandrow opened 1 year ago

paulalexandrow commented 1 year ago

Aircraft Version

Development

Build info

{
    "built": "2023-01-19T09:18:48+00:00",
    "ref": "refs/heads/master",
    "sha": "60bf53445bdf0e68898e4a42adb11a143e445283",
    "actor": "frankkopp",
    "event_name": "manual",
    "pretty_release_name": "master:60bf5344",
    "version": "v0.10.0-dev.60bf534"
}

Describe the bug

On descend with a negative altimeter indication on the PFD "NEG" is displayed and the altitude tape continues to pan down (both correct). The green digits however now "turn" in the wrong direction, going up again.

Expected behavior

Like the tape, the digits should also continue to move "down" with values below zero "mirrored".

Steps to reproduce

Put yourself on an almost sea level airport and continuously decrease baro ref.

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

No response

robertxing2004 commented 1 year ago

same bug as reported in https://github.com/flybywiresim/aircraft/issues/7898, potential fix by PR https://github.com/flybywiresim/aircraft/pull/8101