> For the complete documentation index, see [llms.txt](https://help.trikset.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trikset.com/trik/wi-fi/connect-to-ts.md).

# Подключение контроллера ТРИК к TRIK Studio

1\. Подключите контроллер к компьютеру, на котором установлена TRIK Studio, любым из [двух способов](/trik/wi-fi/network-connection.md).

2\. В настройках TRIK Studio перейдите в раздел «Роботы» и выберите платформу ТРИК в окне «Платформы».

![Выбор платформы](/files/-M02rcXaxxtuv7QKbfhz)

3\. Укажите IP-адрес контроллера в строке «Настройки TCP».

![Настройки TCP](/files/-M02rg_pEnSN2bnQ3cLw)

Также IP-адрес контроллера можно указать на панели инструментов:

![](/files/-M29KFr0olOkHAcTcmQJ)

4\. Нажмите «OK».

## Как проверить соединение?

Попробуйте [загрузить](/trik/run-upload-programs.md) программу на контроллер.

## Что делать, если соединения нет?

Если соединения с контроллером нет, TRIK Studio выдаст ошибку:

![](/files/-M29O_pAKbg8IdtLHp9W)

В этом случае проверьте:

1. Совпадает ли IP-адрес в TRIK Studio с IP-адресом на контроллере.
2. Отображает ли контроллер ТРИК свой IP-адрес.\
   \
   IP-адреса может не быть, если контроллер в режиме Wi-Fi-клиента подключен к Wi-Fi-сети, но роутер не выдал его. Рекомендуем немного подождать или переключиться в режим «Точка доступа» и обратно в режиме Wi-Fi-клиента.\
   \
   Также это может произойти в режиме «Точка доступа». Рекомендуем выключить контроллер на некоторое время, а затем снова запустить.


---

# 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://help.trikset.com/trik/wi-fi/connect-to-ts.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.
