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.

Question about (A:HSI GSI NEEDLE, ??? )

Featured Replies

Is there someone who can help me out with this problem i have ? For my pfd i'm busy with the flight mode annunciations, but i cant get the armed modes to work.. here's the code : (A:AUTOPILOT APPROACH HOLD, bool) if{ (A:HSI GSI NEEDLE, number) 90.00 > (A:HSI GSI NEEDLE, number) -90.00 < && if{ 2 (>L:PATH_ARM_MODE, number) } els{ 0 (>L:PATH_ARM_MODE, number) } }Is this the way to get the values of the GSI needle ? or do I have to use another Unit ? I can't seem to find a suited unit for this variable.thanx in advance , regards, Gert Polkerman

>Is there someone who can help me out with this problem i have>? >For my pfd i'm busy with the flight mode annunciations, but i>cant get the armed modes to work.. here's the code : >>(A:AUTOPILOT APPROACH HOLD, bool) if{ > (A:HSI GSI NEEDLE, number) 90.00 > (A:HSI GSI NEEDLE,>number) -90.00 < && if{ > 2 (>L:PATH_ARM_MODE, number) >} els{ > 0 (>L:PATH_ARM_MODE, number) > } >}>This sentence (A:HSI GSI NEEDLE, number) 90.00 > (A:HSI GSI NEEDLE, number) -90.00 < && will never give TRUE, you must use (A:HSI GSI NEEDLE, number) 90.00 > (A:HSI GSI NEEDLE, number) -90.00 < or Range goes from -127 to 127.Tom

Tom. Thanks i new there was something i overlooked but you are absolutely right, that wil never give true.regards Gert Polkerman

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.