> For the complete documentation index, see [llms.txt](https://docs.flightsim-studio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flightsim-studio.com/tecnam-p2012/aircraft-flight-manual/section-8-supplements/air-conditioning.md).

# AIR CONDITIONING

## LIMITATIONS

Operation of the air conditioning system is not authorized in the following conditions:

* Ground operation at engine speed below 1200 RPM;
* Take-off and landing;
* Single alternator operation. At 1200 RPM or below, the air conditioning system must be switched OFF.

## NORMAL PROCEDURES

{% hint style="warning" %}
In order to operate the air condition you have to set the Mission Power selector to A/C.
{% endhint %}

#### BEFORE ENGINE STARTING

Add the following step before performing the basic AFM procedure:&#x20;

A/C LH and RH switches .................................................................................... OFF

#### BEFORE TAXING

A/C LH and RH switches ......................................................................... As required

A/C HIGH/LOW switch ............................................................................. As required

#### BEFORE TAKE-OFF&#x20;

Add the following step before performing the basic AFM procedure:&#x20;

A/C LH and RH switches .................................................................................... OFF

#### CLIMB / CRUISE / DESCENT&#x20;

A/C LH and RH switches ......................................................................... As required

A/C HIGH/LOW switch ............................................................................. As required

#### BEFORE LANDING

Add the following step before performing the basic AFM procedure:

A/C LH and RH switches .................................................................................... OFF

## DESCRIPTION

Air Conditioning system provides conditioned (cooled) air to maintain a comfortable environment inside the passenger cabin during any phase of the flight.

The Air Conditioning operation is based on the use of the following five main components:

* Compressor (pump)
* Condenser (radiator)
* Receiver / Dryer
* Expansion valve
* Evaporator (radiator)

along with the respective electric fans to force air through the condenser and evaporator.

Air Conditioning system takes air from outside the aircraft in order to provide conditioned air (cooled) to passenger cabin through outlet located in the rear side of cabin.

Air Conditioning system is operated by means of a dedicated control panel in cockpit instruments panel, that enables to switch between “OFF” (A/C not operating), “A/C” (A/C operating) or “FAN” (ventilation) on RH & LH air ducts. In addition, two switches (one for each side) are provided to select the FAN speed (HIGH/LOW) when the control switch is in either A/C or FAN position.

The ‘MASTER SWITCH’ connected in the line that supplies electrical power to aircraft also allows the supply to all the air conditioning equipment (compressors, evaporators and fans).

Air Conditioning system equipment is located in the aircraft tail cone (cooling system and related equipment) & passenger cabin ceiling (air ducts).

<figure><img src="/files/yhE2g5PJ3nf1Ve0d0YzC" alt="" width="306"><figcaption><p>Detail of Air conditioning control panel</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flightsim-studio.com/tecnam-p2012/aircraft-flight-manual/section-8-supplements/air-conditioning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
