Jump to content
The simFlight Network Forums

Intercept Radio Panel Leds on Airbus A320


Fabix

Recommended Posts

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.

  • Like 1
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.