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.

EHSI / GTN TTG readout added

Featured Replies

The TTG (Time to Go to next waypoint) can be added for the GTN equipped SF340.

You need to have my V4.1. mods installed.

Go to the panel folder, and find the EHSI xml file (in the GaugeHSISF34 folder)

Open this xml file with Notepad

1. Search for the first "Update" section, and insert the following Update section

before it:

<!--  (L:AP_NAV_SELECT_MODE) 0 == is used for NAV1 and GPS modes, 1== is used for NAV2  -->

<Update id="TTG calculation">
  <Script>

(A:GROUND VELOCITY, knots)  60 &lt; if{ 0 (>L:WP TTG, minutes) }

els{

	(L:AP_NAV_SELECT_MODE) 0 == if{
   		(A:GPS drives nav1, bool) if{ 
		(A:GPS WP DISTANCE, nmiles) (A:GROUND VELOCITY, knots) / 60 * near (>L:WP TTG, minutes) }
   		els{ (A:NAV1 DME, nmiles) (A:NAV1 DMESPEED, knots) / 60 * near (>L:WP TTG, minutes) } }
				
	els{ (A:NAV2 DME, nmiles) (A:NAV2 DMESPEED, knots) / 60 * near (>L:WP TTG, minutes) }

}
  </Script>
 </Update> 	

2. Search for "TTG Readout"

Replace

<GaugeString>%((A:GPS IS ACTIVE WAY POINT, bool))%{if}%((A:GPS WP ETE, hours) flr 100 %)%!02d!:%((A:GPS WP ETE, minutes) flr 60 %)%!02d!%{else}--:--%{end}</GaugeString>

by

<GaugeString> %((L:WP TTG, minutes))%!03d! </GaugeString>

Save the file and go fly!

 

 

Bert

Archived

This topic is now archived and is closed to further replies.

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.