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: Shift+Calculation

Featured Replies

Hi!I want to move a bitmap, but only if the localizer is active. If LOC isn't active, the returned value should be: 2500If the LOC is active, the returned value should be the altitude above ground, in feet. (A:HSI has localizer, bool) if{(A:Radio Height, feet)} els{2500} Regards,Harry :-)

Harry, It should work as you wrote it... A rising runway perhaps ???(A:HSI has localizer, bool) might not be the right variable to use as ( if my memory serves right ) that will return a 1 if the station tuned is a localizer.(A:HSI CDI needle, number) 127 / s1 -0.6 > l1 0.6 < & might work properly as if the CDI needle is between those limits the LOC is basically captured. Here's a snippet from EADI where the RR will only appear if LOC is captured & below 1500 ft.. It then moves left or right in 2 modes. ( Coarse, Fine) Then moves up or down based on Radio Height.. A double (A:Radio height, feet) 1500 < (A:HSI CDI needle, number) 127 / s1 -0.6 > l1 0.6 < & &(A:HSI CDI needle, number) s1 127 / s1 -0.6 < l1 0.6 > || if{ (A:HSI CDI needle, number) 127 / } els{ (A:HSI CDI needle, number) 75 / } (A:Radio height, feet) Regards,RomanGREEN BAY PACKERS][/i :-ukliam :-beerchug

20AUG21_Avsim_Sig.png?dl=1  FS RTWR   SHRS F-111   JoinFS   Little Navmap 
 

 

Thanks for the answer.But the code was wasn't wrong!The problem was that I didn't leave a space between brackets and the Variable!Now it works! (A:HSI has localizer, bool) if{ (A:Radio Height, feet) }els{ 2500 } Yes, it is a Rising Runway.Regards,Harri

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.