January 14, 20251 yr Hi I am trying to set up of PMDG 777 Ext Pwr (Prim and SEC) status on X-touch Mini button but it doesn't seem to work. I an using AAO 4.51 Build 09. There are two variables available for power to be ON and AVAIL but neither seems to work. 1. (PMDG:ELEC_annunExtPowr_ON[0]) 2 (PMDG:ELEC_annunExtPowr_AVAIL[0]) When these variables are observed in AAO they don't show any change with changes in Ext Pwr switch positions. Tried to search the internet and Chat GPT as well but to no avail. Kindly help. Thanks
January 14, 20251 yr Commercial Member Is it just the two? Are other (PMDG: variables working? LORBY-SI
January 15, 20251 yr If you mean the LED on the xTouch; this is my setting for the LED: ext power 1: (L:switch_08_b, Number) 1 == alternative to this is: (L:switch_08_b, Number) 0 > Ext power 2 LED: (L:switch_07_b, Number) 1 == Scripts for 777 are on flightsim.to https://flightsim.to/file/78016/streamdeck-xl-and-sd-profile-for-pmdg777-300-incl-compl-script-package-aao Ext power primary switch set: 800 1 + (>K:ROTOR_BRAKE) Ext power secondary switch set: 700 1 + (>K:ROTOR_BRAKE) prim + sec toggle: 800 1 + (>K:ROTOR_BRAKE) (WAIT:2000) 700 1 + (>K:ROTOR_BRAKE) Edited January 15, 20251 yr by pegeka addition of set script
January 16, 20251 yr Author This is exactly what I was looking for. Can't thank you enough, but THANKS. Can you please direct me to a source where I can find what do such variables stand for, that is what do they mean in plain words. Thanks again.
January 16, 20251 yr Commercial Member 31 minutes ago, mabika said: Can you please direct me to a source where I can find what do such variables stand for, that is what do they mean in plain words. This doesn't exist. The variables and ROTOR_BRAKE codes that pegeka posted above were taken from PMDG's behavior code. They are not official flightim assets, and PMDG did not document them anywhere. Chances are, that they have been generated by PMDGs build software, and could potentially change with every update (hasn't happened yet). Your only indication are the comments in the behavior code itself. The only variables and events that are actually documented are those from the PMDG SDK, that you find in the tabs "Aircraft SDKs" in AAO. In this case they have the prefix "(PMDG:" If they don't work, make sure to re-read the chapter about PMDG aircraft in the AAO manual. The PMDG SDK must be activated first, and you have to run a specific autoscript in AAO to fetch the data. Edited January 16, 20251 yr by Lorby_SI LORBY-SI
Create an account or sign in to comment