> 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/e-jet-series/systems-guide/main-panel/primary-flight-display-pfd/wind-display-timer.md).

# WIND DISPLAY / TIMER

### WIND DISPLAY <a href="#wind-display" id="wind-display"></a>

![Ein Bild, das Text, Uhr, lesend, befestigt enthält.  Automatisch generierte Beschreibung](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/primary-flight-display-pfd-image-r02dw0qq.png)<br>

**Cartesian:** Indicates the magnitude and direction of the wind as X and Y components.

**Polar:** Digital readout for wind speed and arrow vector for direction.

<br>

### ELAPSED TIMER <a href="#toc118376589" id="toc118376589"></a>

![Ein Bild, das Text enthält.  Automatisch generierte Beschreibung](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/primary-flight-display-pfd-image-392jf6rx.png)<br>

* Located in the top right corner of the HSI.
* Displays time in hours and minutes (HH:MM) or minutes and seconds (MM:SS).
* Controlled by the CHRONO button on the control yoke.

**1st push:** Displays readout with the readout counting up from 00:00.

**2nd push:** Pauses readout.

**3rd push:** <mark style="color:red;">Resets the readout back to 00:00 and pauses.</mark>

**4th push:** restarts the count.

* Display is removed after 30 seconds in pause or reset.


---

# 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/e-jet-series/systems-guide/main-panel/primary-flight-display-pfd/wind-display-timer.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.
