> For the complete documentation index, see [llms.txt](https://wiki.zeronest.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zeronest.pl/obslugiwane-urzadzenia/falowniki/falowniki-foxess/foxess-p3.md).

# Foxess P3

### Lista Obsługiwanych urządzeń

| Model falownika |
| --------------- |
| P3-5.0-SH       |
| P3-6.0-SH       |
| P3-8.0-SH       |
| P3-10.0-SH      |
| P3-12.0-SH      |
| P3-15.0-SH      |

## Sposób podłączenia

#### Parametry Modbus

| Parametr | Wartość |
| -------- | ------- |
| baudrate | 9600    |
| slave ID | 247     |
| format   | 8n1     |

#### RS485

| DIN 200 | Falownik            |
| ------- | ------------------- |
| A       | PORT COM - EMS 485A |
| GND     | -                   |
| B       | PORT COM - EMS 485B |

Port COM obejmuje głównie EMS485, Meter485, WIFI485, port Estop, dwa porty wyjściowe przekaźnika, dwa porty równoległe oraz przełącznik dwupozycyjny, napięcie +12 V oraz odpowiadające mu sygnały wyjściowe przekaźnika.

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

<p align="center">Rysunek 1 Rysunek portu COM w falowniku foxess P3</p>

<p align="center"></p>

Do poprawnej komunikacji falownika z modemem DIN200 potrzebny jest przewód dwużyłowy. Żyłę 1 podpinamy do portu COM -> **EMS485A** ,a drugi koniec żyły podpinamy **do wejścia A** modemu DIN200. Żyłę 2 podpinamy do tportu COM -> **EMS485B**,a drugi koniec żyły podpinamy **do** **wejścia B** modemu DIN200.&#x20;

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

<p align="center">Rysunek 2 Sposób podłączenia przewodów komunikacyjnych EMS do portu COM w falowniku.</p>

## Konfiguracja falownika

Falownik na porcie RS485 domyślnie ma ustawiony baudrate 9600. Za pomocą panelu na falowniku można zmienić adres RS485. Z menu głównego na panelu LCD, za pomocą strzałek, wchodzimy w zakładkę **Setting** i klikamy :white\_check\_mark: -> **Communication** :white\_check\_mark: -> **RS485** :white\_check\_mark: -> **Device ID**. Domyślnie powinna być ustawiona wartość `247`. Jeśli nie, za pomocą strzałek góra/dół ustawiamy `247` i klikamy :white\_check\_mark:.

{% hint style="info" %}
Potrzebujesz wsparcia? Zajrzyj do [najczęściej zadawanych pytań](/faq/najczesciej-zadawane-pytania.md) lub skontaktuj się z [nami](/faq/kontakt.md).
{% endhint %}


---

# 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://wiki.zeronest.pl/obslugiwane-urzadzenia/falowniki/falowniki-foxess/foxess-p3.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.
