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 Gyro drift

Featured Replies

The EHSI heading is affected by gyro drift in the sim.. 

 

If you have Gyro Drift set to off in the Realism settings, this should not affect you..

 

However if it still occurs, you can add a line to an Update section to check for drift, and reset the Gyro (same as pushing the "D" key).

 

For example in the EHSIVC xml file, there is an Update section near the top.

 

Add the highlighted line:

 

<Update>
           <Script>

 

(A:PLANE HEADING DEGREES GYRO, radians) (A:PLANE HEADING DEGREES MAGNETIC, radians)  !=  if{ (>K:HEADING_GYRO_SET) }

                   (L:EHSIInit) 0 == if{

 

 

Alternately, you could replace GYRO by MAGNETIC further down in the Rotate section.  This, however hides the fact that drift is occurring, and things like GPS approaches can be thrown off... so, better to reset the Gyro.

Bert

Very informative Bert - I have always had this issue... Its good not have to press "D" all the time....

 

Thanks

Thankyou Bert , another (optional) litttle fix to the collection..

 

Jorge

Bert this is in the

 

GaugePC12EHSI

             >Gauge_EFIS50_EHSIVC

 

Correct?

 

And do I add the;

 

(L:EHSIInit) 0 == if{

 

or do I change the "(L:Init) 0 == if{"     to       "(L:EHSIInit) 0 == if{"

 

Thanks

  • Author

Correct file, but no, make neither of those changes.

 

If you have L:Init.. that is fine.

Bert

  • 3 months later...

Hello

 

I've changed [direction_indicators] section in aircraft.cfg. Carenado planes always have vacuum gyro for some reason, and for me it looks very unrealistic when you get gyro drift on an EHSI.

So I changed it for electro-magnetic slaved compass and it works without gyro drift.

 

 [direction_indicators]

//1 Type: 0=None, 1=Vacuum Gyro, 2=Electric Gyro, 3=Electro-Mag Slaved Compass, 4=Slaved to another
//2 Indicator number of slaving indicator if Type = 4
direction_indicator.0=3,0
 
Tamas

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.