> For the complete documentation index, see [llms.txt](https://pcnautic.gitbook.io/autopilot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pcnautic.gitbook.io/autopilot/nederlands/wifi-verbindingen/opencpn.md).

# OpenCPN

Op de pagina van de OpenCPN [Pypilot plug-in](/autopilot/nederlands/wifi-verbindingen/opencpn/opencpn-plug-in.md) vindt u nadere informatie over de bediening. Hieronder gaan we verder in op het configureren van de TCP-verbinding (NMEA) in OpenCPN:

**TCP-verbinding (NMEA) instellen**

Om communicatie tussen OpenCPN en de Autopilot mogelijk te maken, voegt u op de volgende manier een TCP-verbinding toe:

1. Ga naar **Options** → **Connections**
2. Klik op **Add Connection**
3. Type verbinding: **Network**
4. Protocol: **TCP**
5. Adres  `192.168.14.1`(of uw afwijkende IP-adres)
6. Poor&#x74;**:** `20220`
7. Zet een vinkje bij **"Output on this port"**
8. Klik op **Apply**
9. Controleer of er ook een **vinkje staat bij "Enable"** om de verbinding te activeren

Met deze instelling wordt alle beschikbare data van en naar de autopilot uitgewisseld, zoals koersinformatie, sensorgegevens en andere relevante NMEA-data.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-legacy-files/o/assets%2F-Mf7j4nUAIpHY72_rYOl%2F-Mk2BJ9I4BlDUIfyLWSy%2F-Mk2I2WGLofxzfb-3sRH%2FOC5.jpg?alt=media&#x26;token=867d7777-5f95-4c20-ab9f-388e5a410d89" alt=""><figcaption><p><em>Screenshot verbinding instellen OpenCPN</em></p></figcaption></figure>

Indien er uitwisseling van NMEA-berichten plaatsvindt, kunt u dit inzien via het 'NMEA Debug Window':

<figure><img src="/files/ZhkE34jTEFTUuvXZM66H" alt=""><figcaption><p><em>Hier ziet u diverse NMEA-berichten die de Autopilot via de TCP-verbinding (door)stuurt naar OpenCPN</em></p></figcaption></figure>


---

# 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://pcnautic.gitbook.io/autopilot/nederlands/wifi-verbindingen/opencpn.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.
