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.

setting up CAB UTIL and IFE/PASS SEAT toggle for PMDG 737NGX

Featured Replies

I am trying to seet up the CAB UTIL toggle and the IFE/PASS SEAT toggle in LINDA.  according to PMDG, the offset is 69637 and 69638 respectively.  The problem is that neither of htese numbers exists in LINDA.  I know I will probably have to use the LINDA editor to do this but have extremely limited experience using this.

 

Anyone having any experience with this, I would really appreciate hearing from you

  • 1 year later...

Try this (with one button you control both but it can easily splited into two)

 

----------------------------------------------------------------
----------------------------------------------------------------
PMDGBaseVar =  0x00011000  -- 69632
PMDG_ClkL =  0x20000000  -- 536870912
PMDG_ClkR =  0x80000000  -- -2147483648
----------------------------------------------------------------
----------------------------------------------------------------


-- ## Cabin / Utility & IFE Pass Seat Power ##############
 
function Cabin_and_IFE_Power_ON ()
    ipc.control(PMDGBaseVar+5, PMDG_ClkL)
    ipc.control(PMDGBaseVar+6, PMDG_ClkL)
    ipc.sleep(20)
end
 
function Cabin_and_IFE_Power_OFF ()
    ipc.control(PMDGBaseVar+5, PMDG_ClkR)
    ipc.control(PMDGBaseVar+6, PMDG_ClkR)
    ipc.sleep(20)
end

Archived

This topic is now archived and is closed to further replies.

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.