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.

a few xml questions

Featured Replies

Hi,I wonder when to use container tag and what implications that have on the gauge..Secondly I wonder a bit about the speedbug see my code. How does the scale work ? What does the min and maximum values mean, is it knots?My bug seems to freeze somewhere in the higer and lower parts of the speedmeter How do I change that to fit?BrgsEugen(A:Airspeed select indicated or true, knots)(A:Airspeed select indicated or true, knots) (A:Autopilot airspeed hold var, knots) -

The Minimum and Maximum values are limits apllied to the values calculated in the following area.E.g. <Value Minimum="0" Maximum="650">(A:Airspeed select indicated or true, knots)</Value>first (A:Airspeed select indicated or true, knots) is calculated, then it is limited to minimum=0 and maximum=650, in this case it is indeed knots.I'm not too sure about the Scale, but I assume it is a scale between the result of the <Value> line and the intendet movement of the bitmap in pixel, so in this example the bitmap is shifted 1.002 pixel per knot.Arne Bartels

Arne,The code snipet is taken originally from the Boeing 747 Primary Flight Display and the value of minimu is -53 that is a bit odd ? Does it mean in that -53*1.002 is the lower limit of the movement calculated from the position?(A:Airspeed select indicated or true, knots)(A:Autopilot airspeed hold var, knots) -BrgdsEugen

The values aren't too odd, since it displays the difference between selected and actual airspeed (more precisely to make the airspeed bug move aligned with the speed card within the limits). The movement from the neutral position up or down are limited, a higher limit for up movement (-53 is moving up!) and a smaller limit for moving down (44).So the possible movement is 53*1.002 pixel up and 44*1.002 pixel down from x=43 y=100. The rather odd factor of 1.002 is for the alignement with the speed card.Arne Bartels

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.