Fabix Posted June 7, 2021 Report Posted June 7, 2021 Hi, is it possible to intercept if the various LEDs on the radio panel of an Airbus A320 are on or off?
John Dowson Posted June 8, 2021 Report Posted June 8, 2021 If you are using the FBW mod, you can use the lvars: A32NX_RMP_L_SELECTED_MODE A32NX_RMP_R_SELECTED_MODE which hold 1,2 or 3 for the left/right RPM, where 1 indicates VHF1, etc. For the stock A320Neo, you can use the following lvars: XMLVAR_RMP_L_CURRENT_BUTTON_IN_GROUP_FREQ XMLVAR_RMP_R_CURRENT_BUTTON_IN_GROUP_FREQ which also hold 1,2 or 3 for the left/right RPM, where 1 indicates VHF1, etc. 1
Fabix Posted June 8, 2021 Author Report Posted June 8, 2021 Thank you very much! Where I can find a full list of lvars with description?
John Dowson Posted June 8, 2021 Report Posted June 8, 2021 3 minutes ago, Fabix said: Thank you very much! Where I can find a full list of lvars with description? To list the lvars, make sure you have the FSUIPC WASM module enabled, then just use the Add-ons -> WASM -> List Lvars... menu option to see all lvars and their values. Note that more lvars are available the longer the aircraft is loaded - you can issue a Reload command (again, from the WASM menu) to rescan and reload all lvars. [NB. There is also an ini parameter to the WASM called LvarScanDelay which you can increase to delay the lvar scanning - see the Advanced user manual for details on this). For the description of the lvars, you need to check the documentation for the a/c you are using.... However, there doesn't seem to be much of this available, especially for the stock aircraft. However, its usually pretty obvious what they are from the name. Note also that not all lvars are writeable - some are read-only. There is no way (that I know of) to determine if an lvar is updatable - you just have to try. I will also be releasing FSUIPC7 v7.2.0 later today (this has been available as a beta release for a while now). This has an additional facility to populate free user offsets with lvars for both read and write (where applicable). You may want to download and use this, once I've released. John
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now