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.

Anyone got Fokker 100 Scripts? Having MCP panel issues.

Featured Replies

I am trying to get the MCP working. I am stuck on a few knobs.

AFCAS_SPD_KNOB_ROTATE

I want to set this up as a quick turn, where a slow turn increases by 1 and a quick turn increases by 5 or 10. Not having any luck yet. This was what I tried for decrease and using ++ for increase

(L:AFCAS_SPD_KNOB_ROTATE,·Number)·--·(L:AFCAS_SPD_KNOB_ROTATE,·Number)

There is also an LVAR called AFCAS_SPD_KNOB_DEC and AFCAS_SPD_KNOB_INC but that has not worked either.

The Altitude actually works with the standard sim setting, but HDG, SPD etc does not.

AAL??? Mark "Crabby"  Crabtree

logo_130208.png

 

  • Commercial Member
4 hours ago, Crabby said:

There is also an LVAR called AFCAS_SPD_KNOB_DEC and AFCAS_SPD_KNOB_INC

Is that really an LVar? How/where did you get this name from?

In general, LVars are not really meant to be used for controlling things. Their original purpose is controlling animations and storing data. LVars are not events - on their own, they don't do anything.

INC and DEC - that looks more like IEs/BVars to me. Check the event selection dialog in AAO, specifically the tab "MSFS IEs"

Edited by Lorby_SI

LORBY-SI

  • Commercial Member

Apparently you have to replicate the entire behavior code, just setting LVars is not enough

(L:AFCAS_SPD_KNOB_ROTATE,·enum)·++··100·min·(>L:AFCAS_SPD_KNOB_ROTATE,·enum)·
(L:AFCAS_SPD_KNOB_ROTATE,·enum)·100·==·if{·0·(>L:AFCAS_SPD_KNOB_ROTATE,·enum)·}
1·(>L:AFCAS_SPD_KNOB_INC,·bool)
(L:AFCAS_SPD_KNOB_ROTATE,·enum)·--·0·max·(>L:AFCAS_SPD_KNOB_ROTATE,·enum)
(L:AFCAS_SPD_KNOB_ROTATE,·enum)·0·==·if{·100·(>L:AFCAS_SPD_KNOB_ROTATE,·enum)·}
1·(>L:AFCAS_SPD_KNOB_DEC,·bool)

Replace SPD with HDG for the other knob. Larger increments are not possible IMO.

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.