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
5.14k stars 1.12k forks source link

PRK BRK ON/OFF not detected by various ACARS programs #5006

Closed Neirius closed 3 years ago

Neirius commented 3 years ago

Aircraft Version

Development

Build info

{
  "built": "2021-06-04T14:58:44+00:00",
  "ref": "master",
  "sha": "53b18c2f5a2c65254b5e4edaadf8ba64e6d1ff34",
  "actor": "aguther",
  "event_name": "manual"
}

Describe the bug

Hi guys,

For the past few Dev versions I have been noticing that the various programs I use to track my flights (UVAcars and VAS ACARS) don't detect when I have my PRK BRK ON even though it is detected when I use different airplanes.

Have there been any changes the past few days that might have affected this?

Thanks in advance,

BR

Expected behavior

Starting a flight, with my PRK BRK ON and engines stopped my flight status immediately goes to the Taxi Out mode

Reciprocally when parking on stand, after PRK BRK ON and engines shut down my status remains Taxi In and never arrived at gate

Steps to reproduce

I only use these 2 trackers so I don't have way to compare with other ACARS programs but any one that does detect the various stages of a flight should be good to reproduce this behaviour

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

No response

MANFahrer-GF commented 3 years ago

I can also confirm the error

donstim commented 3 years ago

@crocket63

crocket63 commented 3 years ago

Hi, This is due to the fact we are not reporting in the variable "PARKING BRAKE POSITION" as parking brake is now disabled in default FS2020. A320 indeed doesn't have any cable parking brake system.

The var corresponding to the parking brake lever is now "A32NX_PARK_BRAKE_LEVER_POS" and it reports the position of the lever only. I understand this is not ideal for compatibility, but I did not find a possible work around yet, as disabling parking brake in FS2020 makes us unable to write to standard PARKING BRAKE POSITION variable.

Benjozork commented 3 years ago

Closed as partly out of scope and explained above

maxpain commented 3 years ago

The var corresponding to the parking brake lever is now "A32NX_PARK_BRAKE_LEVER_POS"

Is it possible to read this variable from SimConnect without using WASM modules?