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.

Activate Fenix A320 TO-CONFIG

Featured Replies

 


Using A320, Fenix, MS2024, and the suggestion in the above link I got the script part below when hovering over TO CONFIG

```

(M:Event)·'LeftSingle'·scmi·0·==·if{·(L:S_EtCAM_TO)·++·(>L:S_ECAM_TO)·}·
(M:Event)·'LeftRelease'·scmi·0·==·if{·(L:S_ECAM_TO)·++·(>L:S_ECAM_TO)·}·
```

I tried multiple variants of the above;  as given, it is syntactically incorrect, but the part in {} is. Nothing happens, no error in the debug window

 

Edited by dmenne
Crash after first part

  • Author

 

Using A320, Fenix, MS2024, and the suggestion in the above link I got the script part below when hovering over TO CONFIG

```

(M:Event)·'LeftSingle'·scmi·0·==·if{·(L:S_EtCAM_TO)·++·(>L:S_ECAM_TO)·}·
(M:Event)·'LeftRelease'·scmi·0·==·if{·(L:S_ECAM_TO)·++·(>L:S_ECAM_TO)·}·
```

I tried multiple variants of the above;  as given, it is syntactically incorrect, but the part in {} is valid. Nothing happens, no error in the debug window

 

(This is a repost of the original, which for unknown reasons appeared in a subpage)

Edited by dmenne

  • Commercial Member

LVars that are to be sychronized with the sim must have a unit in AAO.

(L:S_ECAM_TO, Number) ++ (>L:S_ECAM_TO, Number)

With the Fenix, momentary buttons can also be operated like this:

Key down

 1 (>L:S_ECAM_TO, Number)

Key up

 0 (>L:S_ECAM_TO, Number)

Edited by Lorby_SI

LORBY-SI

  • Author

I had tried that, but forgotten to add a wait. This works

1·(>L:S_ECAM_TO,·Number)·(WAIT:100)·0·(>L:S_ECAM_TO,·Number)

 

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.