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.

Making a switch with dual functions

Featured Replies

GuysI would like a switch that performs one action when flicked on and another action when flicked off.I need to increase throttle to full when in the on position, and then decrease throttle to off when the switch is turned off. So far all I have is:(L:Prop,bool) 0 (>K:THROTTLE1_FULL) (L:Prop,bool) ! (>L:Prop,bool)Is there a way to make this switch do what I need??As always, help most appreciated.Steve

Hi, Not tested, just an idea:(L:Prop,enum) 0 == if{ (>K:THROTTLE_CUT) }(L:Prop,enum) 1 == if{ (>K:THROTTLE1_FULL) } (L:Prop,enum) ! (>L:Prop,enum)Jan"Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

Hi,Or may be just this in the Click Event?(L:Prop,enum)(L:Prop,enum) 0 == if{ 1 (>L:Prop,enum) (>K:THROTTLE1_FULL) } els{ 0 (>L:Prop,enum) (>K:THROTTLE_CUT) }Jan"Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

JanWorks like a charmThanks a million !!!!Steve

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.