Jump to content
Sign in to follow this  
Bert Pieke

EHSI Gyro drift

Recommended Posts

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

Share this post


Link to post
Share on other sites

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

 

Thanks

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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

 

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


Bert

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...