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.

xml to control flight dynamics on Cessna421B

Featured Replies

I have this code snippet:(* CROSSCONTROL EFFECT SCALE 0.6 GEAR EFFECT SCALE 0.4 TOTAL *)0 (A:AILERON POSITION,enum) /-/ (A:RUDDER PEDAL POSITION,enum) * max 0.6 * (A:GEAR TOTAL PCT EXTENDED,enum) 157.0796 * 2 * sin 0.4 * + 16384 * (>K:SPOILERS_SET)that seem to work as I hoped on the default 747 to control spoiler deployment based on:1) Crosscontrolled input to simulate extra sideslip drag, and2) Gear position, sined, to control some large doors that only create additional drag while those doors are in transit (separately from the 'normal' gear doors). They are closed while the gear is up or down.On the 747 you can see the spoiler handle move automatically or the spoilers themself in spotview that confirms operation of the code. More importantly, check the speeds :)Now, I'm obviously not going to use this in the 747, but in a C421B that have these extra doors. While I'm happy that this works on the 747, and hopefully soon on the Cessna (which doesn't have a normal spoiler, and an attempt to deploy it manually will be overridden by the code), I was wondering:Is there something I'm not considering here? I just have a weird feeling.

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.