April 4, 20251 yr I have written a script to do my after-landing flow in the A350 but I'm not sure which command I need to turn the transponder to standby. Can someone help. Bear in mind I'm not really sure about anything relating to coding and such. I'm looking for something like this (>K:PMDG_737-TRANSPONDER_STANDBY) but for the INI aircraft. Thanks Jim Edited April 4, 20251 yr by Domestos
April 4, 20251 yr Commercial Member There are AAO StreamDeck profiles on flightsim.to for the A350. Never mind the StreamDeck part, I am pretty sure that there is a script package file in there that you can import into AAO (same as the PMDG_737 package that you obviously have, whereever that came from) LORBY-SI
April 4, 20251 yr Commercial Member Especially in MSFS2024 - check the input events! When you call up the event selection dialog there is a tab "MSFS IEs". This contains all the InputEvents that the developer created for this aircraft. In the A320 V2 there are several for the transponder knob, called B:AIRLINER_TCAS_STBY_STBY B:AIRLINER_TCAS_STBY_TA B:AIRLINER_TCAS_STBY_TARA Maybe they are the same in the 350 When all fails, use the MSFS developer mode -> Tools-Behaviors -> click back into the sim, hover the mouse over the knob and press Ctrl-G. Then inspect the "Mouserect", which contains the code that is is executed when you use the mouse. LORBY-SI
April 5, 20251 yr Author Hi I tried all of those but none worked. The inputevents were not present in 2024 Jim
April 5, 20251 yr Commercial Member 10 hours ago, Domestos said: Hi I tried all of those but none worked. The inputevents were not present in 2024 Jim Actually - I think that it is impossible to do this, there are no buttons or knobs for this setting, and so there are no events. This is all internal logic of the aircraft, I see no way that you could do this from the outside. Even if you use the SDK method by assigning a new value to (A:TRANSPONDER STATE:1, Enum), the aircraft will override that. The only way is through the MFD, using the mouse. How to - Change Transponder / TCAS Modes via the Surveillance (SURV) MFD Page - FAQs - iniBuilds Forum LORBY-SI
Create an account or sign in to comment