Bachal Posted June 12 Posted June 12 Hello. I try to map my Xtouch Mini with AAO software. I can handle almost everything what I need instead of one. I cannot found any propper input key, any Input Event, any Lvar for changing the frequency between standby and active. Could You help me with that? I have tried (L:INI_CPT_VHF_TRANSFER_SWITCH_COMMAND) (L:__RADIO_CPT_SEL_TRANSIsPressed) and several others
richboy2307 Posted June 18 Posted June 18 Hi @Bachal For the radio panel you should be able to swap frequencies with the default simconnect event (COM1_RADIO_SWAP). You can read more about them here. But if you wanted to do it via LVAR, then it is (L:INI_CPT_VHF_TRANSFER_SWITCH_COMMAND) and (L:INI_FO_VHF_TRANSFER_SWITCH_COMMAND) for CPT and FO side respectively. You need to toggle the bit state (between 0 and 1), rather than write a specific value to it, for example below in SPAD.next: Vrishabh Sehgal ( @Richboy2307 ) Community Team Member & Tester IniBuilds Ltd. | inibuilds.com
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