Jump to content
Sign in to follow this  
Bert Pieke

Terrain Inhibit button lighting up

Recommended Posts

If you have trouble with the Terr Inhib button lighting up and not going out when clicking on it, let me know so I can send you a link to a fixed Interior Model file.

For those who are comfortable hex editing the file, here are the changes (two instances in the file):

(A:ELECTRICAL MASTER BATTERY,bool) (A:CIRCUIT GENERAL PANEL ON, bool) if{

(L:ASD_BTN_TERR_INHID_850XP,number)  and if{ 1 } els{ 0 } } els{ 0 }

Cleaned up:

(A:ELECTRICAL MASTER BATTERY,bool) (A:CIRCUIT GENERAL PANEL ON, bool) and

(L:ASD_BTN_TERR_INHID_850XP,number)  and if{ 1 } els{ 0 }

 

Edited by Bert Pieke

Bert

Share this post


Link to post
Share on other sites
On 9/7/2019 at 9:54 AM, Bert Pieke said:

If you have trouble with the Terr Inhib button lighting up and not going out when clicking on it, let me know so I can send you a link to a fixed Interior Model file.

For those who are comfortable hex editing the file, here are the changes (two instances in the file):

(A:ELECTRICAL MASTER BATTERY,bool) (A:CIRCUIT GENERAL PANEL ON, bool) if{

(L:ASD_BTN_TERR_INHID_850XP,number)  and if{ 1 } els{ 0 } } els{ 0 }

Cleaned up:

(A:ELECTRICAL MASTER BATTERY,bool) (A:CIRCUIT GENERAL PANEL ON, bool) and

(L:ASD_BTN_TERR_INHID_850XP,number)  and if{ 1 } els{ 0 }

 

Even better:

(A:ELECTRICAL MASTER BATTERY,bool) (A:CIRCUIT GENERAL PANEL ON, bool) and

(L:ASD_BTN_TERR_INHID_850XP,bool)  and if{ 1 } els{ 0 }

and, if you would like the button to light up when reaching Decision Height, as it is supposed to,

also edit the GaugePC12\Gauge_Update.xml file:

(A:ELECTRICAL MASTER BATTERY,bool) (A:CIRCUIT GENERAL PANEL ON, bool) and
(A:RADIO HEIGHT,feet) (A:DECISION HEIGHT,FEET) - abs 5 <  and
(A:FLAPS HANDLE PERCENT,PERCENT) 10 > and
(A:GEAR CENTER POSITION,percent) 50 > and
(A:VERTICAL SPEED,ft/min) 0 < and
(A:SIM ON GROUND,bool) ! and
(L:ASD_BTN_TERR_INHID_850XP,bool) ! and
if{ 1 (>L:BUFFER_PC12_Dh,number)  1 (>L:ASD_BTN_TERR_INHID_850XP,bool) }

 

Edited by Bert Pieke

Bert

Share this post


Link to post
Share on other sites

Why does the terrain inhibit button light up when reaching the decision height?

Share this post


Link to post
Share on other sites
1 hour ago, FDEdev said:

Why does the terrain inhibit button light up when reaching the decision height?

I do not know.. that is the way that Carenado coded it.. :cool:

Let see if someone has a Pilot's Guide for the PC12..


Bert

Share this post


Link to post
Share on other sites

I've got three different PC-12 manuals but none of them mentions this 'feature'. It would be very unusual if a totally unrelated light/switch would activate in an aircraft.

Don't have the PC-12 installed, but doesn't the DH/DA show up on the PFD when reaching the set minimum?

Edited by FDEdev

Share this post


Link to post
Share on other sites

From the PC12 Pilot's Guide:

"The purpose of the TERR INHIBIT is to allow the aircraft to operate without nuisance or unwanted caution/warnings, for example at airports that are not in the system terrain database i.e. runways shorter than 2000 feet. The terrain inhibit switch should not be operated for normal flight operations."

Maybe the thought is that when you are at decision height, gear down, flaps down, no further terrain warnings are wanted..

:unsure:

Edited by Bert Pieke

Bert

Share this post


Link to post
Share on other sites

A Carenado thought maybe, but certainly not a Pilatus thought 😉  

Edited by FDEdev
  • Like 1

Share this post


Link to post
Share on other sites
1 minute ago, FDEdev said:

A Carenado thought maybe 😉  

Could well be.. :wink:


Bert

Share this post


Link to post
Share on other sites

It would be rather startling to see anything terrain related (except DA/DH) to light up close to the minimum. 

Share this post


Link to post
Share on other sites
10 hours ago, FDEdev said:

It would be rather startling to see anything terrain related (except DA/DH) to light up close to the minimum. 

It is not a warning, but an indication that TAWS has been switched off.

I agree.. if the real plane does not do this, it makes no sense in the simulator either..


Bert

Share this post


Link to post
Share on other sites
1 hour ago, Bert Pieke said:

It is not a warning, but an indication that TAWS has been switched off.

That's why it would be startling. Imagine that you are approaching the minimum in bad weather without any visibility or visual cues and you know that a go-around in zero viz is approaching rapidly. 

And as soon as you are deciding to go-around the damned TAWS switches off on its own or fails, exactly at the most critical point of the flight. 

  • Like 1

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