Jump to content
The simFlight Network Forums

Recommended Posts

Posted
5 hours ago, Fabix said:

is there a chance to know if the Airbus A320 radio switch is on or off? What is the offset?

Sorry, but which radio switch do you mean? Also, are you using the stock A320 or the FBW mod?
If its the 'Interphone Radio Switch', this seems to be 'inoperative' in both models at the moment, so I doubt it has a value.
If its another switch, please let me know which. You can also take a look at the offset document to see if anything matches, or you can also check if there is an lvar available that holds the switch value (using the latest 7.1.0 beta). If there is, you can use that directly or write the value to a user offset if you need it in an offset.

Posted
4 hours ago, John Dowson said:

Sorry, but which radio switch do you mean? Also, are you using the stock A320 or the FBW mod?
If its the 'Interphone Radio Switch', this seems to be 'inoperative' in both models at the moment, so I doubt it has a value.
If its another switch, please let me know which. You can also take a look at the offset document to see if anything matches, or you can also check if there is an lvar available that holds the switch value (using the latest 7.1.0 beta). If there is, you can use that directly or write the value to a user offset if you need it in an offset.

I'm using the stock A320. There is a master switch that power on or power off the radio.

Posted
1 hour ago, Fabix said:

I'm using the stock A320. There is a master switch that power on or power off the radio.

The position of  these switches can be read (and written to/set) using the following lvars:
    XMLVAR_RMP_R_On
    XMLVAR_RMP_L_On

with values 1 for on, 0 for off.

You can write a short lua script to read those values and populate a user offset. Note that you need to download the latest beta of FSUIPC7 to use lvars (latest version currently 7.1.0g), although I am planning to release this officially in the next day or two.

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.