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.

Mouse Scrolling to change frequencies, autopilot values etc

Featured Replies

Hi all,Since releasing my v2 panel I have had a couple of questions about using the scroll wheel to set autopilot values, radio frequencies etc.It seems my panel has this ability but it is not working correctly - considering i didn't know about this feature I am not surprised! :-SDoes anyone know the xml commands to control this?I would really like to get it fixed,Many thanks,Paul.

Hi Paul,These are M(ouse)-Events like "Leftclick" etc. and in your case "Mouseflipwheel" or something alike.AFAIK there are several examples in the default xml gauges like throttle movement (747?)Jan"Beatus Ille Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

Thanks Jan I'll take a look.

Found this one, and more, in the DC3 (never been there!): (M:Y) (*Get Y*) 32 - 46 / 0 max 1 min 1 - /-/ 16384.0 * d (>K:MIXTURE1_SET) (>K:MIXTURE2_SET) (>K:MIXTURE1_INCR) (>K:MIXTURE2_INCR) (>K:MIXTURE1_DECR) (>K:MIXTURE2_DECR)Tested it in my autopilot and this one works too:Altitude Decrease(L:alt1000,bool) if{ (L:altitude,number) 1000 - 0 max (>L:altitude,number) } els{ (L:altitude,number) 100 - 0 max (>L:altitude,number) } (L:alt1000,bool) if{ (L:altitude,number) 1000 - 0 max (>L:altitude,number) } els{ (L:altitude,number) 100 - 0 max (>L:altitude,number) } Alt Sel 1000 (L:alt1000,bool) ! (>L:alt1000,bool) 33882112 (>K:ADF2_COMPLETE_SET)Altitude Increase(L:alt1000,bool) if{ (L:altitude,number) 1000 + 99999 min (>L:altitude,number) } els{ (L:altitude,number) 100 + 99999 min (>L:altitude,number) } (L:alt1000,bool) if{ (L:altitude,number) 1000 + 99999 min (>L:altitude,number) } els{ (L:altitude,number) 100 + 99999 min (>L:altitude,number) } Hope it helps,Jan"Beatus Ille Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

Perfect - I guess if I add those mousewheel tags I will be able to fix my problems!

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.