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.

PMDG 747 QOTSII module version 1.5 programming problem

Featured Replies

 I now want to increase the function of FUEL_CTRL_SWITCH. Just like Overhead-Engine control, you can control two engines at a time. This is what you wrote:
function OH_ENGINE_1and2_START_on ()

    OH_ENGINE_1_START_on ()
    _sleep(100,200)
    OH_ENGINE_2_START_on ()
end

function OH_ENGINE_1and2_START_off ()
    OH_ENGINE_1_START_off ()
    _sleep(100,200)
    OH_ENGINE_2_START_off ()
end

Similarly, I wrote the function value of FUEL_CTRL_SWITCH:

function ENG1_and2 FUEL_CTRL_SWITCH_run ()
    ipc.control(PMDGBaseVariable + 968, 0)
    DspShow ("ENG1", "run")
    DspShow ("ENG2", "run")
end

function ENG1_and2 FUEL_CTRL_SWITCH_cutoff ()
    ipc.control(PMDGBaseVariable + 968, 1)
    DspShow ("ENG1", "cut", "ENG1", "cutoff")
    DspShow ("ENG2", "cut", "ENG2", "cutoff")
end

function ENG1_and2 FUEL_CTRL_SWITCH_toggle ()
if _tl("switch_968_74X", 100) then
       ENG1_and2 FUEL_CTRL_SWITCH_run ()
else
       ENG1_and2 FUEL_CTRL_SWITCH_cutoff ()
end

But it didn’t work. What do you think is the problem? Please advise, thank you very much

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.