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.93k stars 1.01k forks source link

fms: THR RED/ACC and TA requires leading zeros #8674

Open tshomas opened 2 weeks ago

tshomas commented 2 weeks ago

Aircraft Version

Development

Build info

{
    "built": "2024-06-14T17:06:16+00:00",
    "ref": "refs/heads/master",
    "sha": "20c8d7141b3b23e1d28f827549df54a97616a07c",
    "actor": "BlueberryKing",
    "event_name": "manual",
    "pretty_release_name": "master:20c8d714",
    "version": "a32nx-v0.12.0-dev.20c8d71"
}

Describe the bug

THR RED/ACC and TA on PERF pages requires leading zeros as per the HW DATA FORMAT ENTRY list, however after testing irl, it doesn't need it in either field, not sure why, I blame Honeywell.

Tested on a HW A320, photos below. Tested on the SEC INIT as I was inflight.

Expected behavior

Entries such as 900/900 will be accepted without FORMAT errors.

Steps to reproduce

  1. PERF page
  2. Enter 800/800 into THR RED/ACC
  3. FORMAT ERROR
  4. Enter 500 into TA
  5. FORMAT ERROR

References (optional)

PXL_20240612_203709811

PXL_20240612_203714611

PXL_20240612_203755637

PXL_20240612_203759339

Additional info (optional)

No response

Discord Username (optional)

shomas

becas22 commented 2 weeks ago

Was this an H3 or H4? I remember it being ok in some FMS but others would ask for leading zeros (iirc, the newer ones, but thales)

tshomas commented 2 weeks ago

Release 2 H4

tracernz commented 2 weeks ago

That was added in https://github.com/flybywiresim/aircraft/pull/6450 after the opposite feedback IIRC :D.