Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Axis and Ohs, PMDG 777 and X-touch Mini

Featured Replies

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

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 by pegeka
addition of set script

  • Author

This is exactly I was looking for. Can't thank you enough, but THANKS.

  • 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.

  • 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 by Lorby_SI

LORBY-SI

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.