• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Multiple gyro drift in FSX

Messages
1
Country
netherlands
We're working with multiple gyro's in a machine we're developing which should off course have a different drift.
Therefore I added one in our aircraft.cfg.
[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=1, 0
direction_indicator.1=3, 0

I had a look at another machine which had multiple direction indicators; the standard DC3.
I went though the code of the gauges to see how they differentiated between the two.
A key is in the 'sperry_autopilot_compass.xml' code to set the gyro (I thought) .
(** Must pass 1 as the parameter to the GYRO_DRIFT_INC/DEC to identify 2nd gyro **)
1 (>K:GYRO_DRIFT_DEC)
All references in 'gyro_compass.xml' are to direction indicator 0.

I tried this method and could not get it to work in our project.
Then I checked the DC3 and found out it didn't work there either.
When you set either one of the gyro's the other one happily tags along!

Fired up an old XP box with both FS9 and FSX installed. (By Golly that's SLOW!!!)
Works perfectly well in FS9 but broken in FSX on that machine as well.
Scoured the net and no-one ever moaned about this it seems.

Am I missing something or has the world been asleep? Is it perhaps fixed in P3D?
 
Last edited:
Back
Top