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.

Falling value triggers alert

Featured Replies

Hi all,I'm trying to add the decision height callouts to my panel but I don't know how to trigger a one time only event.For example I want the event to be triggered when the radio altimeter reached the dh altitude but not to keep triggering if the plane stayed at that height.Any ideas?Thanks,

Paul,Not tested, but you could try:(A:Radio Height,feet) (A: Decision Height,feet) - 20 < (A:Radio Height,feet) (A: Decision Height,feet) - -20 > (A:Flaps Handle index,enum) 5 > (G:Var1) 0 == && && && if{ 12345678 (K:ADF Complete Set) 1 (>G:Var1) } (A:Radio Height,feet) (A: Decision Height,feet) - -20 > (A:Radio Height,feet) (A: Decision Height,feet) - 20 < && if{ 0 (>G:Var1) }So this means the callout can be heard only once ( (G:Var1) 0 == )when difference between Dec. and Radio Height = 40 feetand in landing configuration (flaps handle index);The condition (G:Var1) 0 == becomes immediately (G:Var1) 1 ==so the sound cannot be triggered anymore.After that (G:Var1) becomes automatically 0 ==.Assuming not taking off with full flaps, you will not hear the sound.Btw. of course you have to use xml-sound.gau of D. Dawson to generate the sound.Hope it helps,Jan"Beatus Ille Procul Negoiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

Thanks Jan thats perfect!

Hi,Vertical speed = negative could maybee also be used as a condition for callouts, to avoid to trigger it when you climb if you have several landing confs for flaps which could be used for take off as well.BrgdsEugen

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.