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.

Decision Height selector

Featured Replies

Hi everyoneI'de been trying to make a guage taht alow me to set the decision heigs in interval of 10 also I wanto for the gauge at the beggining of the code, set DA to 200if anyone can tell my how to set a value to DA, and how to make that when clickit increase or decrease 10 feet, I'll be very gratefullI'd been trying to make a sample code that in did not work:200 ((A:DECISION HEIGHT, feet) 1 / flr 10 + 4 %10 (>A:DECISION HEIGHT, feet)10 (Helio Alberto Regalado Moreira

Use your own L:DH,feet variable over the builtin A: variable. I hade problems with a radioaltimeter using the builtin variables. The code for incrementing in 10's should become obvious. However, you can use timers to distinguish between a single-click or a "double-click" (mouse button held), as to set it in greater increments if approapriate.

Since when is it possible to tolk directly to A vars? You always had to do it via K vars...(or has this changed in FS04???)As Karl already said, do it with your own vars!For exmaple one code snip out of my gauges.(L:dh,numbers) 100 < if{ (L:dh,numbers) 10 + (>L:dh, numbers) } els{ (L:dh,numbers) 50 + (>L:dh, numbers) }Regards,Harry

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.