# X-Plane 11

## Connection Method

**Shared Memory (Plugin)** — A DRSM plugin for X-Plane 11 writes telemetry data to shared memory.

## Setup Steps

1. Navigate to the DR Sim Manager plugins directory:

   ```
   C:\Users\<UserName>\AppData\Local\DRSimManager\Plugins\XPlane11\
   ```
2. Copy the folder named `DRSM_TelemtryPlugin`.
3. Navigate to your X-Plane 11 installation directory, typically:

   ```
   X-Plane 11\Resources\plugins\
   ```
4. Paste the copied `DRSM_TelemtryPlugin` folder into the `plugins` directory.
5. Start X-Plane 11.
6. In DR Sim Manager, select **X-Plane 11** from the Source list and click **Start Motion**.

## Available Telemetry

* **Orientation**: Pitch, Roll, Heading
* **Acceleration**: Full 3-axis acceleration
* **Angular Velocity**: Rotation rates
* **Speed**: Airspeed
* **RPM**: Engine RPM
* **Altitude**: Height above ground

### Telemetry Quality: ★★★★☆

## Recommended Starting Settings

* **Primary Cue Gain**: 60–90%
* **Smoothing**: Low to medium
* **Washout**: Medium

## Known Quirks

* **Plugin folder name**: The folder is named `DRSM_TelemtryPlugin` (with the typo). Copy it exactly as-is.

## Troubleshooting

### No telemetry data

1. Verify the `DRSM_TelemtryPlugin` folder exists in `X-Plane 11\Resources\plugins\`.
2. Check the plugin loaded in X-Plane's Plugin Admin.
3. Ensure you are in a flight.
4. Restart both X-Plane 11 and DR Sim Manager.


---

# Agent Instructions: 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:

```
GET https://docs.departedreality.com/dr-sim-manager/general/sources/x-plane-11.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
