> For the complete documentation index, see [llms.txt](https://docs.motus.org/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motus.org/en/stations/downloading-data/lotek-srx.md).

# Lotek SRX

{% hint style="info" %}
For a complete guide on Lotek receivers, [Log in or Register](https://www.lotek.com/login/) to Lotek.org and then search for your receiver on the [support page](https://www.lotek.com/support/).
{% endhint %}

## Lotek SRX1200

{% hint style="warning" %}
Please note that this guide has been copied from [**Lotek's SRX1200 Host User Guide**](https://www.lotek.com/documents/srx1200-host-user-guide/). Please refer to that guide if any information here is inconsistent with the software you are using.
{% endhint %}

{% hint style="warning" %}
Data can only be downloaded from SRX1200 models with the "MD" or "D" suffix.
{% endhint %}

### Prerequisites

* [Lotek SRX1200 Host Software](https://www.lotek.com/documents/srx1200-host-software/)

### Instructions

1. Open the **SRX1200 Host** software, then click the "Download Data" button in the main menu\
   ![](/files/QkGZln9klC8JHE4frv7h)
2. A dialogue box will open with options for the data you wish to download. Select either "Download all log records", "Download All Logs since Last Download", or "Download range" and specify a date range you chose.\
   ![](/files/0InLhFu1HFwqgifZNClJ)
3. Once downloaded, you will need to save the data file in a directory with a unique file name - we recommend checking the box next to "Use Date String" to keep file names unique. Data from the receiver will be saved as a binary .BIN file which will need to be converted in the next steps.\
   ![](/files/s7L8ObuPNl11AUzw9OP6)
4. To convert the file into something that can be uploaded to Motus, you can either:
   1. With the Download Data dialog box still open, click button "View" button next to the save button
   2. OR: Click "CodeLog Records" from the main menu.\
      ![](/files/QkGZln9klC8JHE4frv7h)\
      Then click the "Load" button and select the BIN file you want to convert.\
      ![](/files/y5UWJ0CMSqYRcNlBZ2u3)
5. With the data loaded, click "Export" at the bottom of the Data Viewer dialogue. A new "Data Export Panel" dialogue will open.
6. Check the box next to "Export to SRX800 Legacy Format Files" and then click "Export".\
   ![](/files/czVJ4mekJcf9aQ2vNqRJ)
7. This will export three files to the same folder as the BIN file. **You will need to upload the DTA file to Motus.**

## Lotek SRX800

{% hint style="warning" %}
Please note that this guide has been copied from [**Lotek's SRX800 Host User Guide**](https://www.lotek.com/documents/srx800-host-user-guide/). Please refer to that guide if any information here is inconsistent with the software you are using.
{% endhint %}

### Prerequisites

* [Lotek SRX800 Host Software](https://www.lotek.com/documents/srx800-host-software/)

### Instructions

1. Open the **SRX800 Host** software, then click the "Data Download" button in the main menu.
2. On the right-hand side of the dialogue that opens, select the download type from the dropdown menu, then click the "Download" button and save the file with a unique name - we suggest the receiver serial number and the current date (e.g.: "Lotek-D012345\_20250101"). This will download a BIN file that will have to be converted in the next steps.
3. In the main menu, click the button "Text Conversion" and select the BIN file you wish to convert.\
   ![](/files/DVTGesQ6i7ZDfvKgRLE7)
4. If you set the GMT offset on the receiver, a "Check GMT Correction" dialogue box will open. **Always set GMT correction to 0h : 00m!**\
   ![](/files/hKrNrQt0xxgygxecP7U7)
5. After clicking OK, it will create 3 new files with different file types. **You will need to upload the DTA file to Motus.**


---

# 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.motus.org/en/stations/downloading-data/lotek-srx.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.
