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 "parallel to runway" main gear boggie

Featured Replies

Hello,this is my first attempt to add custom xml stuffs to my models. To make the gear stay parallel to the runway when on ground and during rotation, i add those lines between the codes of the xml new part.(A:SIM ON GROUND, bool) 1 == if{(A:PLANE PITCH DEGREES, degree) 5 * } els{0} and i set up a range of 40

i am not sure. but i think A:plane pitch degree give a negative result. you should multiplie by -5 to get backa positive result for a keyframe setting...tom

I'll try that tonight,Thanks for answering Tom.

Firstly, Tom is right about the pitch: positive pitch will be displayed as a negative number . So: pitch up 5 degrees, will be displayed as -5.Secondly, ALWAYS use a "space" after a { and before a }.Otherwise the if/els opening/closing is not recognised.So:(A:SIM ON GROUND, bool) 1 ==if{ (A:PLANE PITCH DEGREES, degree) 5 * }els{ 0 }Also note (but that's my preference), for boolean variables:"(A:SIM ON GROUND, bool)" is "(A:SIM ON GROUND, bool) 1 =="and"(A:SIM ON GROUND, bool) !" is "(A:SIM ON GROUND, bool) 0 =="Rob Barendregt

You were both right. It works now. Thanks

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.