> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/gov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/gov/maintenance/flight-logs/downloading-log-files-via-usb.md).

# Downloading log files via USB

If the cloud service of Auterion Suite is unavailable, the log files can be downloaded directly from the DeltaQuad Evo via USB.

\
For this, you will need:

* A USB-A to USB-C cable
* A USB-A to USB-C adapter (provided with the DeltaQuad Evo)
* The DeltaQuad Evo with a flight battery
* A laptop

1. Remove the hatch of the DeltaQuad Evo. Above the avionics bay, where the hatch's closing mechanism and the LCD are located, you will find a USB socket.

<figure><img src="/files/m1ZvgMxuVIW82KnPLX7a" alt=""><figcaption></figcaption></figure>

2. Install the USB-A to USB-C adapter, which is included in your vehicle's accessories. In some cases, it may already be plugged into the USB socket.

<figure><img src="/files/bbtgjRlTN7qw3Va6dVXc" alt=""><figcaption></figcaption></figure>

3. Connect the USB cable to the USB-C connector.

<figure><img src="/files/1hDUkkVx21prhZbScRHc" alt=""><figcaption></figcaption></figure>

4. Connect the other end of the cable to your laptop.

<figure><img src="/files/5nCADdSuRX7jXbBmbIix" alt=""><figcaption></figcaption></figure>

5. Power on the laptop.
6. Power on the DeltaQuad Evo.

{% hint style="warning" %}
Power on the DeltaQuad Evo only after connecting the USB cable to both, the vehicle and the laptop.
{% endhint %}

7. On the laptop open Auterion Mission Control (AMC). After a few seconds, AMC connects to the vehicle. Switch to **Advanced Mode** by clicking the Auterion Menu icon in the upper left corner of the screen five times.

<figure><img src="/files/NjMYUGAO555Er4hYfceL" alt="" width="248"><figcaption></figcaption></figure>

<figure><img src="/files/z0ODyC5vl1M0nLMKqO79" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
If AMC does not connect to the vehicle after following the steps above, please try using a different USB cable.
{% endhint %}

8. Click the Auterion Menu icon and select the **Analyze** tool.

<figure><img src="/files/T9saDSErP861KtoAs1dT" alt="" width="235"><figcaption></figcaption></figure>

9. Under the first tab, **Log Download**,  you can download and erase log files from the vehicle. If no log files are available, click on **Refresh**. Select a log file or a batch of log files, you wish to download and click on **Download**.

<figure><img src="/files/PY170LNpdBJleJo8axHI" alt=""><figcaption></figcaption></figure>

10. A window will open prompting you to select a folder on your computer to store the log file. Choose a location and click **Select Folder**.

<figure><img src="/files/G5gKcxKeMYKiCSRbVhwa" alt="" width="563"><figcaption></figcaption></figure>

11. AMC will indicate a successful download by displaying **Downloaded** under **Status**.

<figure><img src="/files/GmkZOUqnR37dP9QDcQAJ" alt=""><figcaption></figcaption></figure>

You can find the log file in the storage location of your choice. For a log analysis please share the log file with the DeltaQuad support team **<support@deltaquad.com>**.


---

# 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.deltaquad.com/gov/maintenance/flight-logs/downloading-log-files-via-usb.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.
