Jump to content

Recommended Posts

Hi, i have a thing that bothers me a lot, i see all the topics here for search this bug but i cant found nothing,

In the RL with master battery off, (cold and dark) the Hidraulic Pression Indicator must read 0, or dont have any indication, you must pass the battery on and get one engine started to have  hidraulic pression, have indication in the instrument, this is a MUST in the commander family planes, the hidraulic pression, 

In the Shrike commander of carenado with all cold and dark, all off, the instrument have Pression, its alive, theres no WAY to get in to 0 pression, the instrument dont have any movement, as a commander pilot this is the first thing that i see in the panel...... that little needle have pression with neither the battery on or an engine running,

There is any thing that i can do to make this indicator work? ...... having in 0 on cold and dark... and see in raising pressure with the engine running?? some line on the .xml archive, some thing? ....

HEEEEEELLLLPPPPP

Redgars

RB

Share this post


Link to post
Share on other sites

I sent you a fix to try...

For others that may be interested in this:

In the Gauge_Update_Dig.xml file (search for it in the panel folder) , there is
the following code:

<!--
(A:Gear hydraulic pressure,psi) 10 / (>L:GEAR_HYDRAULIC_PRESSURE,number)
 -->
(L:GAUGE_CLOCK_A500S_INIT) 0 == if{
55 (>L:GEAR_HYDRAULIC_PRESSURE,number)

This means that the value gets set to 55 and left there.

The xml convention for comments is  <!-- Comment -->

If you change that to:

(A:Gear hydraulic pressure,psi) 20 / (>L:GEAR_HYDRAULIC_PRESSURE,number)

(L:GAUGE_CLOCK_A500S_INIT) 0 == if{
<!-- 55 (>L:GEAR_HYDRAULIC_PRESSURE,number) -->

it starts to work..

 

 

 


Bert

Share this post


Link to post
Share on other sites

Hello Bert.  Would you give me another clue where to find the Gauge_Update_Dig.xml please. In my Shrike panel folder I only have four folders - F1GTNSTACK.ini,  info.bmp, panel.cfg and Thumbs.db.  If it's in the Thumbs.db what program do you use to open it?

Regards

Bruce R

 


Bruce Ross

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