Jump to content
Sign in to follow this  
C2615

Rate of Turn Pointer on EADI (for Bert's mod)

Recommended Posts

I noticed with Bert's panel mod, the little write rectangle at the button of EADI move perfectly align with the ball indicator under it, Look up the manual, it says it's rate of turn pointer, rather than incliometer.

So I dig up the xml's (for the first time) and made some modification to get it right.

I changed these line in GAUGEPC12EADI\Gauge_EFIS50_EADIV6.xml and GAUGEPC12EADI\Gauge_EFIS50_EADIVCV6.xml

				<Element id="Slip Indicator">
				<FloatPosition>255.000,370.000</FloatPosition>
					<Image id="pfd_slip_indicator.bmp" Name="pfd_slip_indicator.bmp">
						<Transparent>True</Transparent>
						<Axis>12.500,0</Axis>
						<Bright>True</Bright>
					</Image>
					<Shift id="Shift">
						<Scale>60.500,0.000</Scale>
						<Expression id="Expression">
							<Minimum>-1.000</Minimum>
							<Maximum>1.000</Maximum>
							<Script>(A:Turn coordinator ball,position)</Script>
						</Expression>
					</Shift>
				</Element>

INTO

				<Element id="Slip Indicator">
				<FloatPosition>255.000,370.000</FloatPosition>
					<Image id="pfd_slip_indicator.bmp" Name="pfd_slip_indicator.bmp">
						<Transparent>True</Transparent>
						<Axis>12.500,0</Axis>
						<Bright>True</Bright>
					</Image>
					<Shift id="Shift">
						<Scale>1000.000,0.000</Scale>
						<Expression id="Expression">
							<Minimum>-1.000</Minimum>
							<Maximum>1.000</Maximum>
							<Script>(A:TURN INDICATOR RATE,position)</Script>
						</Expression>
					</Shift>
				</Element>

While there is no scale described in the manual, as common sense, I made it aligen to the scaler above when in 3deg/sec standard turn...by manual fly test... so it might be off a little, if anyone could give me exact value, appreciate.

Also a side effect is when turning on the ground (and if you dare to kick rudder in flight) the pointer will go way off the edge of display, I don't know if it's what real aircraft would show, and I don't know how could I stop it... If anyone could help to improve the very first xml gau modification I did, appreciate.

Prepar3-D-2020-05-17-10-55-22-31.jpg

 

EDIT: with more test flight, changed the scale valur a little bit

Edited by C2615

Share this post


Link to post
Share on other sites

From the SDK:

TURN INDICATOR RATE                                                   Radians per second

DELTA HEADING RATE     Rate of turn of heading indicator     Radians per second
     
TURN COORDINATOR BALL     Turn coordinator ball position     Position 128 (-127 to 127)

     
     
Edited by Bert Pieke

Bert

Share this post


Link to post
Share on other sites

Try something like this (you will have to adjust the sensitivity..)

 

                    <Shift id="Shift">
                        <Scale>60.500,0.000</Scale>
                        <Expression id="Expression">
                            <Minimum>-1.000</Minimum>
                            <Maximum>1.000</Maximum>
                            <Script>(A:TURN INDICATOR RATE, radians per second) 15 *</Script>
                        </Expression>
                        <Delay PixelsPerSecond="20" />
                    </Shift>                   

Edited by Bert Pieke

Bert

Share this post


Link to post
Share on other sites

Thanks Bert, I'll take a look later, for now the scale is close enough as flight test result.

I think it should have some nonlinear scale in the real plane, but I can't find any data for that, any real PC12 pilot could help on how this thing behavoir when turning on ground?

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...