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.

Units for var "A:NAV1 GLIDE SLOPE" ??

Featured Replies

Hi,I'm trying to read the glideslope value for an ILS in NAV1.For a glideslope of 3 degrees it gives the number 6859For a glideslope of 3.5 degrees it give the number 8001Now, these numbers (6859/8001) must have a relation with the glideslope angle (it's the same ratio), but I haven't been able to figure out in what units this is.Anyone ?Rob

>Hi,>>I'm trying to read the glideslope value for an ILS in NAV1.>>For a glideslope of 3 degrees it gives the number 6859>For a glideslope of 3.5 degrees it give the number 8001 They are in the correct ratio.>Now, these numbers (6859/8001) must have a relation with the>glideslope angle (it's the same ratio), but I haven't been>able to figure out in what units this is.>Rob It looks like value/(2*64K) is angle in radians. Multiply by 57.3 to get degrees. Ron

Try "A:NAV GDI:1", you mean fs2004, right?It will return value in [-127, 127] range

No, I did mean "A:NAV1 GLIDE SLOPE".And yes, I knew the values fir NAV GDI :-)But somehow the Subject line seems to be cutoff in the reply.And Ron was right (Thanks Ron !):8001 * (180 / 3.14) / 131072 = 2.99 degrees glideslope which is correct for that ILS.I just wonder where that funny measure (Radians*128K) comes from :-)Rob

InterestingSo try "A:NAV1 GLIDE SLOPE,degrees" for avoiding conversion :)

Tried every unit I could think of:degree, degrees, degrees angl16, degrees angl32, etc etc.All kinds of values, but not the right one :-)So dividing the unit "number" by (131072 / 180 * 3.1416) = 2287.6gives me the right value.Rob

>..>And Ron was right (Thanks Ron !):>>8001 * (180 / 3.14) / 131072 = 2.99 degrees glideslope which>is correct for that ILS.>>I just wonder where that funny measure (Radians*128K) comes>from :-)>Rob There are a lot of units given in the SDK. 'gauges.h', I think. I also thought the scale factor was strange but didn't check gauges.h to see if it was shown anywhere. For all I know, there is an error in the FS DLL that requires that scale factor. I often have to experiment in XML test gauges to figure out a scale factor if the expected 'type' scale does't work. It turns out reciprocating engines yield Power in Watts (or kW), there doesn't appear to be any 'HP' factor. So, I had to convert 'Watts' to 'HP' myself. Ron

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.