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.

Rudder Trim Switch

Featured Replies

I am trying to make a Ruddder Trim Switch. The problem I have is that when I click the switch to the left or right the switch does not move, Then if I repeatily click then the switch move to the right or left then disappears. What I want it to do is go to the right or left when you click then go back to the center position when I have stopped clicking.This is the code I am using(A:Rudder trim, degrees)Rudder Trim(K:RUDDER_TRIM_LEFT) -1 != if{ (A:Rudder trim, degrees) 1 - (> K:RUDDER_TRIM_RIGHT) }(K:RUDDER_TRIM_LEFT) 1 != if{ (A:Rudder trim, degrees) 1 + (> K:RUDDER_TRIM_RIGHT) }

  • Author

Hi,Maybe this one helps (in this case for the ailerons, but should function also for the rudder):(L:aileron trim,enum)(M:Event) 'LeftSingle' scmp 0 == if{ -1 (>L:aileron trim,enum) (>K:AILERON_TRIM_LEFT) } (M:Event) 'Leave' scmp 0 == if{ 0 (>L:aileron trim,enum) }(M:Event) 'LeftSingle' scmp 0 == if{ 1 (>L:aileron trim,enum) (>K:AILERON_TRIM_RIGHT) } (M:Event) 'Leave' scmp 0 == if{ 0 (>L:aileron trim,enum) } Jan"Beatus Ille Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

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.