nguyenquyhy / Flight-Tracker-StreamDeck

A Stream Deck plugin to interact with Microsoft Flight Simulation
https://flightsim.to/file/3178/flight-tracker-streamdeck-plugin
GNU General Public License v3.0
373 stars 68 forks source link

Parking Brake A320NX #321

Closed Kaledozor closed 2 years ago

Kaledozor commented 2 years ago

I can no longer find a return value on the PARKING BRAKE of the 320NX. The BRAKE_PARKING_INDICATOR value has not worked for several months. However on my Honeycom Bravo the light turns on correctly with this value: A32NX_PARK_BRAKE_LEVER_POS == 1

Is there something that I am doing wrong or not understanding?

nguyenquyhy commented 2 years ago

I think A32NX_PARK_BRAKE_LEVER_POS is a L_VAR, which needs some module installed to extract.

The plugin works via SimConnect, which is a common interface for all aircraft, so it can receive only SimVar such as BRAKE PARKING INDICATOR. The one you mentioned is the correct variable, so the problem is on the aircraft itself. https://docs.flightsimulator.com/html/index.htm#t=Programming_Tools%2FSimVars%2FAircraft_SimVars%2FAircraft_Brake_Landing_Gear_Variables.htm