Jump to content
Sign in to follow this  
LZScout

PC12 Checklist Procedure

Recommended Posts

I'm really beginning to love the Carenado PC12 with all of Bert's and Autogyros' mods added. I've taken the checklists I can find (Carenado's supplied and the actual PC12 POH) and rewritten them to match the "flow" of the checklist found in the video "Flight Video Productions - The Pilatus PC-12 Flight Video" (https://www.fspilotshop.com/flight-video-productions-the-pilatus-flight-video-p-545.html). In doing so, besides my earlier issue of having to select "INGITION" to ON instead of "AUTO" (in order to start the engine), I found another discrepancy.

In the POH, Section 4.8 "Before Takeoff", item #14 calls for DC Amps Battery(s) be checked for 15 Amps maximum. It also states "if greater than 15 amps, delay takeoff until indication at or below 15 amps". Carenados' "Normal Procedures" checklist says the same thing.

The only places that I see an "Amp" readout on the panels of the virtual cockpit are:

1. The Overhead Panel

2. The EIS Panel

According to the POH, The BATT 1 and BATT 2 indicators show the voltage and current of the relevant battery. A positive BAT current (amp) indicates battery charging rate.

The GEN 1 and GEN 2 – AMP/VDC indicators are in the EIS. A current sensor installed near the generator 1 contactor will detect any current drawn from the generator and send the amps reading to the indicator. A positive GEN current indicates generator output.

 

What I’ve noticed in the Carenado PC12 is that both the overhead battery readouts and the EIS panel readouts are always the same with the Aircraft engine running and with both generators on. When you turn on a switch that draws current, each amp readout increases. In any case, with both avionics switches on, and with the Pitot heat on, the amp readouts show 39 amps.  This seems to violate the checklist requirement. Is anyone else getting something different? I am running my setup with Autogyro’s electrical mod.

Share this post


Link to post
Share on other sites

It would be nice if the PC12 were simulated that accurately... it is not  :cool:


Bert

Share this post


Link to post
Share on other sites

You can actually fine tune the AMP readouts to your liking!

In the GaugePC12 folder (in your panel.XX folder), open the Gauge_BATT1V4.xml file with Notepad.

You will find the following Update section:

             (L:ASD_BTN_PC12_FUEL_PUMPS_RH,number) 5 *
             (L:ASD_BTN_PC12_FUEL_PUMPS_LH,number) 5 * +
             (L:ASD_BTN_PC12_LANDING,number) 5 * +
             (L:ASD_BTN_PC12_TAXI,number) 5 * +
             (L:ASD_BTN_PC12_STROBE,number) 2 * +
             (L:ASD_BTN_PC12_BEACON,number) 2 * +
             (L:ASD_BTN_PC12_NAV,number) 2 * +
             (L:ASD_BTN_PC12_WING,number) 2 * +
             (L:ASD_BTN_PC12_PROBES,number) 3 * +
             (L:ASD_BTN_PC12_LH_WSH,number) 2 * +
             (L:ASD_BTN_PC12_RH_WSH,number) 2 * +
             (L:ASD_BTN_PC12_COOLING_SYS,number) 5 * +
             (L:ASD_BTN_PC12_HEATING_CABIN,number) 15 * +
             (L:ASD_BTN_PC12_CABIN_FLOOD,number) 2 * +
             (L:ASD_BTN_PC12_COCKPIT_DOME,number) 2 * +
             (A:PROP DEICE SWITCH, BOOL) if{  10 +  }
             (A:AVIONICS MASTER SWITCH, bool) if{  20 +  }
             (A:AUTOPILOT MASTER,BOOL) if{  10 +  }
             (A:GENERAL ENG ANTI ICE POSITION:1, BOOL) if{  10 + }                         (>L:GENAMPS,number)    

 

This is where the AMPS readout is calculated.

You can reduce any of the individual AMP loads as you like..

For example, if you would like Avionics master to draw 5 amps, rather than 20.. change:

(A:AVIONICS MASTER SWITCH, bool) if{  5 +  }

etc

 

 

 

  • Upvote 1

Bert

Share this post


Link to post
Share on other sites

Hi Folks,

Yeah - I've had this plane for a while but only started to grow on me as well - the mods plus dual RXP GNS installs are making the plane very enjoyable...

Need some new paints - Red and Cream anyone - WIP ?

Plus it really needs the Pilatus logo...

27wy4c0.jpg

Regards,
Scott

  • Upvote 1

imageproxy.png.c7210bb70e999d98cfd3e77d7

Share this post


Link to post
Share on other sites

looking forward to your paint Scott!

Greg

  • Upvote 1

Greg Morin

Commercial ASMEL Instrument CFI

Beta Tester i Blue Yonder, Flightbeam and Milviz

 

Share this post


Link to post
Share on other sites

Hi Folks,

Thanks - yeah - I'm merely tracing the original blue and grey scheme Carenado supplied - even so all the vector (black) stripes need to be hand drawn over again for a good smooth anti-aliased line...  Thinking black and silver with white lines may be good as well - once done with my template - it's easy to change colors...

Regards,

Scott

  • Upvote 1

imageproxy.png.c7210bb70e999d98cfd3e77d7

Share this post


Link to post
Share on other sites
On 11/16/2017 at 11:14 AM, Bert Pieke said:

You can actually fine tune the AMP readouts to your liking!

In the GaugePC12 folder (in your panel.XX folder), open the Gauge_BATT1V4.xml file with Notepad.

You will find the following Update section:

             (L:ASD_BTN_PC12_FUEL_PUMPS_RH,number) 5 *
             (L:ASD_BTN_PC12_FUEL_PUMPS_LH,number) 5 * +
             (L:ASD_BTN_PC12_LANDING,number) 5 * +
             (L:ASD_BTN_PC12_TAXI,number) 5 * +
             (L:ASD_BTN_PC12_STROBE,number) 2 * +
             (L:ASD_BTN_PC12_BEACON,number) 2 * +
             (L:ASD_BTN_PC12_NAV,number) 2 * +
             (L:ASD_BTN_PC12_WING,number) 2 * +
             (L:ASD_BTN_PC12_PROBES,number) 3 * +
             (L:ASD_BTN_PC12_LH_WSH,number) 2 * +
             (L:ASD_BTN_PC12_RH_WSH,number) 2 * +
             (L:ASD_BTN_PC12_COOLING_SYS,number) 5 * +
             (L:ASD_BTN_PC12_HEATING_CABIN,number) 15 * +
             (L:ASD_BTN_PC12_CABIN_FLOOD,number) 2 * +
             (L:ASD_BTN_PC12_COCKPIT_DOME,number) 2 * +
             (A:PROP DEICE SWITCH, BOOL) if{  10 +  }
             (A:AVIONICS MASTER SWITCH, bool) if{  20 +  }
             (A:AUTOPILOT MASTER,BOOL) if{  10 +  }
             (A:GENERAL ENG ANTI ICE POSITION:1, BOOL) if{  10 + }                         (>L:GENAMPS,number)    

 

This is where the AMPS readout is calculated.

You can reduce any of the individual AMP loads as you like..

For example, if you would like Avionics master to draw 5 amps, rather than 20.. change:

(A:AVIONICS MASTER SWITCH, bool) if{  5 +  }

etc

 

 

 

Thanks Bert, I will give it a try. I always appreciate how you go the extra mile to help us out. It helps me learn too!

Share this post


Link to post
Share on other sites

I've taken Bert's hint and modified the GAUGE_BATTV4.xml file using Notepad++. As stated by Bert, it is located in the GaugePC12 folder in the panel folder. In order to keep the Amp readout on the overhead panel to a maximum of 15 amps for takeoff, I took a few liberties in changing some of the values. Some might say they aren't realistic, I've no idea if they are or aren't. It's what I had to do to make it work the way Carenado designed it. You can see the values I changed in the list below when compared to Bert's list (above) of the original values. The last value (A:GENERAL ENG ANTI ICE POSITION:1, BOOL) if{  0 +  } is tied to the Interial Separator. This value was originally 10 amps in the "ON" position. I changed it to zero figuring if it took any current at all, it was only when it opened or closed, and would not be constant. The lines in BOLD type are the ones I selected as being appropriate before takeoff (except WING which I just changed since it was a light like the others).

             (L:ASD_BTN_PC12_FUEL_PUMPS_RH,number) 5 *
             (L:ASD_BTN_PC12_FUEL_PUMPS_LH,number) 5 * +
             (L:ASD_BTN_PC12_LANDING,number) 1 * +
             (L:ASD_BTN_PC12_TAXI,number) 1 * +

             (L:ASD_BTN_PC12_STROBE,number) 1 * +
             (L:ASD_BTN_PC12_BEACON,number) 1 * +
             (L:ASD_BTN_PC12_NAV,number) 1 * +

             (L:ASD_BTN_PC12_WING,number) 1 * +
             (L:ASD_BTN_PC12_PROBES,number) 1 * +
             (L:ASD_BTN_PC12_LH_WSH,number) 2 * +
             (L:ASD_BTN_PC12_RH_WSH,number) 2 * +
             (L:ASD_BTN_PC12_COOLING_SYS,number) 5 * +
             (L:ASD_BTN_PC12_HEATING_CABIN,number) 15 * +
             (L:ASD_BTN_PC12_CABIN_FLOOD,number) 2 * +
             (L:ASD_BTN_PC12_COCKPIT_DOME,number) 2 * +
             (A:PROP DEICE SWITCH, BOOL) if{  10 +  }
             (A:AVIONICS MASTER SWITCH, bool) if{  3 +  }
             (A:AUTOPILOT MASTER,BOOL) if{  10 +  }
             (A:GENERAL ENG ANTI ICE POSITION:1, BOOL) if{  0 +  }                        (>L:GENAMPS,number)    

If the original numbers are real values, I've no idea how the requirement for 15 amp max is met, unless it has something to do with power settings. Again, we are quite likely limited by the Carenado design.

 

Lantz

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